public interface XQJConstants
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CODE
Constant to denote the error code
|
static java.lang.String |
CURRENT
Constant to retrieve current position
|
static java.lang.String |
CURSOR
Constant to retrieve cursor
|
static java.lang.String |
HANDLE
Constant to retrieve cursor handle
|
static java.lang.String |
INO_NS_PREFIX
Constant that represents the namespace prefix.
|
static java.lang.String |
INO_NS_URI
Constant that represents the namespace URI.
|
static java.lang.String |
MESSAGE
Constant to verify if an element is of message type
|
static java.lang.String |
MESSAGE_LINE
Constant to denote the message line
|
static java.lang.String |
MESSAGE_TEXT
Constant to denote the message text
|
static java.lang.String |
NEXT
Constant to denote the next element
|
static java.lang.String |
OBJECT
Constant to verify if an element is of object type
|
static java.lang.String |
POSITION
Constant to retrieve current position
|
static java.lang.String |
PREVIOUS
Constant to denote the previous element
|
static java.lang.String |
PROPERTY_DBURI
The Tamino database URI.
|
static java.lang.String |
PROPERTY_DEFAULT_COLLECTION
Specifies the collection name.
|
static java.lang.String |
PROPERTY_FETCH_SIZE
Constant to retrieve and view the query result in
manageable portions from the server
|
static java.lang.String |
PROPERTY_GROUPS
Parameter specifies the groups of the current user
|
static java.lang.String |
PROPERTY_ISOLATION_LEVEL
This parameter, together with the _lockMode parameter, specifies how
two or more transactions in a session context can access the same data simultaneously.
|
static java.lang.String |
PROPERTY_LOCALE
String representing a locale with fragments delimited by "_".
|
static java.lang.String |
PROPERTY_LOCK_MODE
This parameter, together with the _isolationLevel parameter, specifies how
two or more transactions in a session context can access the same data simultaneously.
|
static java.lang.String |
PROPERTY_LOCK_WAIT
This parameter specifies which action to take if data is not accessible to the
current transaction because another transaction has used the _isolationLevel or
_lockMode parameter to restrict access to the data.
|
static java.lang.String |
PROPERTY_MAX_CONNECTIONS
Maximum number of open connections.
|
static java.lang.String |
PROPERTY_NON_ACTIVITY_TIMEOUT
This parameter specifies the non activity timeout in seconds.
|
static java.lang.String |
PROPERTY_PASSWORD
Password for the UserName specified.
|
static java.lang.String |
PROPERTY_SENSITIVE
A transaction that has an open insensitive cursor can do XQuery updates.
|
static java.lang.String |
PROPERTY_TRANSACTION_TIMEOUT
Parameter specifies the transaction timeout in seconds.
|
static java.lang.String |
PROPERTY_USERNAME
UserName that would be used for connecting.
|
static java.lang.String |
RESULT
Constant to verify if an element is of result type
|
static java.lang.String |
RETURN_VALUE
Constant to denote the return message code
|
static java.lang.String |
TEXT_NODE
Constant used to construct xq:textNode response
|
static java.lang.String |
TYPE_INFO_PRAGMA
To get type information for simple typed values in an XQuery, a serialization pragma
with the serialization parameter provide-type-info should be provided with each query.
|
static java.lang.String |
VALUE
Constant used to construct xq:value response
|
static java.lang.String |
VENDOR_NAME
Vendor code
|
static java.lang.String |
xmlSchema_instanceNS
xsi: bound to http://www.w3.org/2001/XMLSchema-instance
namespace representing XML Schema-instance.
|
static java.lang.String |
xmlSchema_instancePrefix
xsi: bound to http://www.w3.org/2001/XMLSchema-instance
prefix representing XML Schema-instance.
|
static java.lang.String |
xmlSchemaNS
xs: bound to http://www.w3.org/2001/XMLSchema
namespace representing XML Schema.
|
static java.lang.String |
xmlSchemaPrefix
xs: bound to http://www.w3.org/2001/XMLSchema
prefix representing XML Schema.
|
static java.lang.String |
xpathdatatypesNS
xdt: bound to http://www.w3.org/2005/xpath-datatypes
namespace representing xpath-datatypes.
|
static java.lang.String |
xpathdatatypesPrefix
xdt: bound to http://www.w3.org/2005/xpath-datatypes
prefix representing xpath-datatypes.
|
static java.lang.String |
XQ_NS_PREFIX
Constant that represents the namespace prefix.
|
static java.lang.String |
XQ_NS_URI
Constant that represents the namespace URI.
|
static final java.lang.String VENDOR_NAME
static final java.lang.String xmlSchema_instancePrefix
static final java.lang.String xmlSchemaPrefix
static final java.lang.String xpathdatatypesPrefix
static final java.lang.String xmlSchema_instanceNS
static final java.lang.String xmlSchemaNS
static final java.lang.String xpathdatatypesNS
static final java.lang.String INO_NS_PREFIX
static final java.lang.String INO_NS_URI
static final java.lang.String XQ_NS_PREFIX
static final java.lang.String XQ_NS_URI
static final java.lang.String RESULT
static final java.lang.String OBJECT
static final java.lang.String POSITION
static final java.lang.String CURRENT
static final java.lang.String CURSOR
static final java.lang.String HANDLE
static final java.lang.String NEXT
static final java.lang.String PREVIOUS
static final java.lang.String MESSAGE
static final java.lang.String MESSAGE_TEXT
static final java.lang.String MESSAGE_LINE
static final java.lang.String CODE
static final java.lang.String VALUE
static final java.lang.String TEXT_NODE
static final java.lang.String RETURN_VALUE
static final java.lang.String PROPERTY_DBURI
static final java.lang.String PROPERTY_DEFAULT_COLLECTION
static final java.lang.String PROPERTY_USERNAME
static final java.lang.String PROPERTY_PASSWORD
static final java.lang.String PROPERTY_LOCALE
static final java.lang.String PROPERTY_MAX_CONNECTIONS
static final java.lang.String PROPERTY_ISOLATION_LEVEL
static final java.lang.String PROPERTY_LOCK_MODE
static final java.lang.String PROPERTY_LOCK_WAIT
static final java.lang.String PROPERTY_SENSITIVE
static final java.lang.String PROPERTY_FETCH_SIZE
static final java.lang.String PROPERTY_NON_ACTIVITY_TIMEOUT
static final java.lang.String TYPE_INFO_PRAGMA
static final java.lang.String PROPERTY_TRANSACTION_TIMEOUT
static final java.lang.String PROPERTY_GROUPS