com.softwareag.xqj.extension
Interface XQJConstants


public interface XQJConstants

Contains a set of constants used by the XQJ implementation


Field Summary
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.
 

Field Detail

VENDOR_NAME

static final java.lang.String VENDOR_NAME
Vendor code

See Also:
Constant Field Values

xmlSchema_instancePrefix

static final java.lang.String xmlSchema_instancePrefix
xsi: bound to http://www.w3.org/2001/XMLSchema-instance prefix representing XML Schema-instance.

See Also:
Constant Field Values

xmlSchemaPrefix

static final java.lang.String xmlSchemaPrefix
xs: bound to http://www.w3.org/2001/XMLSchema prefix representing XML Schema.

See Also:
Constant Field Values

xpathdatatypesPrefix

static final java.lang.String xpathdatatypesPrefix
xdt: bound to http://www.w3.org/2005/xpath-datatypes prefix representing xpath-datatypes.

See Also:
Constant Field Values

xmlSchema_instanceNS

static final java.lang.String xmlSchema_instanceNS
xsi: bound to http://www.w3.org/2001/XMLSchema-instance namespace representing XML Schema-instance.

See Also:
Constant Field Values

xmlSchemaNS

static final java.lang.String xmlSchemaNS
xs: bound to http://www.w3.org/2001/XMLSchema namespace representing XML Schema.

See Also:
Constant Field Values

xpathdatatypesNS

static final java.lang.String xpathdatatypesNS
xdt: bound to http://www.w3.org/2005/xpath-datatypes namespace representing xpath-datatypes.

See Also:
Constant Field Values

INO_NS_PREFIX

static final java.lang.String INO_NS_PREFIX
Constant that represents the namespace prefix.

See Also:
Constant Field Values

INO_NS_URI

static final java.lang.String INO_NS_URI
Constant that represents the namespace URI.

See Also:
Constant Field Values

XQ_NS_PREFIX

static final java.lang.String XQ_NS_PREFIX
Constant that represents the namespace prefix.

See Also:
Constant Field Values

XQ_NS_URI

static final java.lang.String XQ_NS_URI
Constant that represents the namespace URI.

See Also:
Constant Field Values

RESULT

static final java.lang.String RESULT
Constant to verify if an element is of result type

See Also:
Constant Field Values

OBJECT

static final java.lang.String OBJECT
Constant to verify if an element is of object type

See Also:
Constant Field Values

POSITION

static final java.lang.String POSITION
Constant to retrieve current position

See Also:
Constant Field Values

CURRENT

static final java.lang.String CURRENT
Constant to retrieve current position

See Also:
Constant Field Values

CURSOR

static final java.lang.String CURSOR
Constant to retrieve cursor

See Also:
Constant Field Values

HANDLE

static final java.lang.String HANDLE
Constant to retrieve cursor handle

See Also:
Constant Field Values

NEXT

static final java.lang.String NEXT
Constant to denote the next element

See Also:
Constant Field Values

PREVIOUS

static final java.lang.String PREVIOUS
Constant to denote the previous element

See Also:
Constant Field Values

MESSAGE

static final java.lang.String MESSAGE
Constant to verify if an element is of message type

See Also:
Constant Field Values

MESSAGE_TEXT

static final java.lang.String MESSAGE_TEXT
Constant to denote the message text

See Also:
Constant Field Values

MESSAGE_LINE

static final java.lang.String MESSAGE_LINE
Constant to denote the message line

See Also:
Constant Field Values

CODE

static final java.lang.String CODE
Constant to denote the error code

See Also:
Constant Field Values

VALUE

static final java.lang.String VALUE
Constant used to construct xq:value response

See Also:
Constant Field Values

TEXT_NODE

static final java.lang.String TEXT_NODE
Constant used to construct xq:textNode response

See Also:
Constant Field Values

RETURN_VALUE

static final java.lang.String RETURN_VALUE
Constant to denote the return message code

See Also:
Constant Field Values

PROPERTY_DBURI

static final java.lang.String PROPERTY_DBURI
The Tamino database URI. (SAG XQJ impl. specific)

See Also:
Constant Field Values

PROPERTY_DEFAULT_COLLECTION

static final java.lang.String PROPERTY_DEFAULT_COLLECTION
Specifies the collection name. (SAG XQJ impl. specific)

See Also:
Constant Field Values

PROPERTY_USERNAME

static final java.lang.String PROPERTY_USERNAME
UserName that would be used for connecting.

See Also:
Constant Field Values

PROPERTY_PASSWORD

static final java.lang.String PROPERTY_PASSWORD
Password for the UserName specified.

See Also:
Constant Field Values

PROPERTY_LOCALE

static final java.lang.String PROPERTY_LOCALE
String representing a locale with fragments delimited by "_". For example "en", "en_US" or "de".

See Also:
Constant Field Values

PROPERTY_MAX_CONNECTIONS

static final java.lang.String PROPERTY_MAX_CONNECTIONS
Maximum number of open connections.

See Also:
Constant Field Values

PROPERTY_ISOLATION_LEVEL

static final 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.

See Also:
Constant Field Values

PROPERTY_LOCK_MODE

static final 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.

See Also:
Constant Field Values

PROPERTY_LOCK_WAIT

static final 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.

See Also:
Constant Field Values

PROPERTY_SENSITIVE

static final java.lang.String PROPERTY_SENSITIVE
A transaction that has an open insensitive cursor can do XQuery updates. The default is TSensitive.VAGUE.

See Also:
Constant Field Values

PROPERTY_FETCH_SIZE

static final java.lang.String PROPERTY_FETCH_SIZE
Constant to retrieve and view the query result in manageable portions from the server

See Also:
Constant Field Values

PROPERTY_NON_ACTIVITY_TIMEOUT

static final java.lang.String PROPERTY_NON_ACTIVITY_TIMEOUT
This parameter specifies the non activity timeout in seconds.

See Also:
Constant Field Values

TYPE_INFO_PRAGMA

static final 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.

See Also:
Constant Field Values

PROPERTY_TRANSACTION_TIMEOUT

static final java.lang.String PROPERTY_TRANSACTION_TIMEOUT
Parameter specifies the transaction timeout in seconds.

See Also:
Constant Field Values

PROPERTY_GROUPS

static final java.lang.String PROPERTY_GROUPS
Parameter specifies the groups of the current user

See Also:
Constant Field Values