|
Oracle® Database XML Java API Reference 12c Release 1 (12.1) E15981-09 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.xml.xquery.OXQConstants
public final class OXQConstants
Constant values.
XQConstants| Field Summary | |
|---|---|
static javax.xml.namespace.QName |
ANY_NAMEDefines a wildcard name for variable declarations. |
static int |
BINDING_TYPE_CHECK_MODE_FULLAn OXQStaticContext constant indicating that the XQuery processor must check whether an actual type of an external variable binding fully matches its declared type: both prime type and quantifier are checked. |
static int |
BINDING_TYPE_CHECK_MODE_PRIMEAn OXQStaticContext constant indicating that the XQuery processor should check whether an actual type of an external variable binding only partially matches its declared type: prime type is checked, quantifier is not checked. |
static int |
LANGTYPE_XPATHAn XQStaticContext constant indicating that the expression language used in XQConnection.prepareExpression and XQExpression.execute is XPath |
static int |
PROCESSING_FULLAn OXQStaticContext constant indicating that queries should be fully processed for execution. |
static int |
PROCESSING_STATIC_ANALYSIS_ONLYAn OXQStaticContext constant indicating that the compiler should perform static analysis only. |
static int |
UPDATE_MODE_DISABLEDAn OXQDynamicContext constant indicating that XML may not be updated by the query. |
static int |
UPDATE_MODE_ENABLEDAn OXQDynamicContext constant indicating that XML may be updated by the query. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int BINDING_TYPE_CHECK_MODE_FULL
OXQStaticContext constant indicating that the XQuery processor must check whether an actual type of an external variable binding fully matches its declared type: both prime type and quantifier are checked.
OXQStaticContext.getBindingTypeCheckMode(), Constant Field Valuespublic static final int BINDING_TYPE_CHECK_MODE_PRIME
OXQStaticContext constant indicating that the XQuery processor should check whether an actual type of an external variable binding only partially matches its declared type: prime type is checked, quantifier is not checked.
OXQStaticContext.getBindingTypeCheckMode(), Constant Field Valuespublic static final int PROCESSING_FULL
OXQStaticContext constant indicating that queries should be fully processed for execution.
OXQStaticContext.getProcessingMode(), Constant Field Valuespublic static final int PROCESSING_STATIC_ANALYSIS_ONLY
OXQStaticContext constant indicating that the compiler should perform static analysis only.
OXQStaticContext.getProcessingMode(), Constant Field Valuespublic static final javax.xml.namespace.QName ANY_NAME
OXQStaticContext.declareVariable(QName, XQSequenceType) with this name instructs XQuery compiler to automatically create external variable for all undeclared variables it finds in the query.
OXQStaticContext.declareVariable(QName, XQSequenceType)public static final int LANGTYPE_XPATH
XQStaticContext constant indicating that the expression language used in XQConnection.prepareExpression and XQExpression.execute is XPath
XQStaticContext.setQueryLanguageTypeAndVersion(int), Constant Field Valuespublic static final int UPDATE_MODE_DISABLED
OXQDynamicContext constant indicating that XML may not be updated by the query.
OXQDynamicContext.setUpdateMode(int), Constant Field Valuespublic static final int UPDATE_MODE_ENABLED
OXQDynamicContext constant indicating that XML may be updated by the query.
OXQDynamicContext.setUpdateMode(int), Constant Field Values
|
Oracle® Database XML Java API Reference 12c Release 1 (12.1) E15981-09 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2003, 2014, Oracle and/or its affiliates. All rights reserved.