- POSITION - Static variable in interface com.softwareag.xqj.extension.XQJConstants
-
Constant to retrieve current position
- PREVIOUS - Static variable in interface com.softwareag.xqj.extension.XQJConstants
-
Constant to denote the previous element
- PROPERTY_DBURI - Static variable in interface com.softwareag.xqj.extension.XQJConstants
-
The Tamino database URI.
- PROPERTY_DEFAULT_COLLECTION - Static variable in interface com.softwareag.xqj.extension.XQJConstants
-
Specifies the collection name.
- PROPERTY_FETCH_SIZE - Static variable in interface com.softwareag.xqj.extension.XQJConstants
-
Constant to retrieve and view the query result in
manageable portions from the server
- PROPERTY_GROUPS - Static variable in interface com.softwareag.xqj.extension.XQJConstants
-
Parameter specifies the groups of the current user
- PROPERTY_ISOLATION_LEVEL - Static variable in interface com.softwareag.xqj.extension.XQJConstants
-
This parameter, together with the _lockMode parameter, specifies how
two or more transactions in a session context can access the same data simultaneously.
- PROPERTY_LOCALE - Static variable in interface com.softwareag.xqj.extension.XQJConstants
-
String representing a locale with fragments delimited by "_".
- PROPERTY_LOCK_MODE - Static variable in interface com.softwareag.xqj.extension.XQJConstants
-
This parameter, together with the _isolationLevel parameter, specifies how
two or more transactions in a session context can access the same data simultaneously.
- PROPERTY_LOCK_WAIT - Static variable in interface com.softwareag.xqj.extension.XQJConstants
-
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.
- PROPERTY_MAX_CONNECTIONS - Static variable in interface com.softwareag.xqj.extension.XQJConstants
-
Maximum number of open connections.
- PROPERTY_NON_ACTIVITY_TIMEOUT - Static variable in interface com.softwareag.xqj.extension.XQJConstants
-
This parameter specifies the non activity timeout in seconds.
- PROPERTY_PASSWORD - Static variable in interface com.softwareag.xqj.extension.XQJConstants
-
Password for the UserName specified.
- PROPERTY_SENSITIVE - Static variable in interface com.softwareag.xqj.extension.XQJConstants
-
A transaction that has an open insensitive cursor can do XQuery updates.
- PROPERTY_TRANSACTION_TIMEOUT - Static variable in interface com.softwareag.xqj.extension.XQJConstants
-
Parameter specifies the transaction timeout in seconds.
- PROPERTY_USERNAME - Static variable in interface com.softwareag.xqj.extension.XQJConstants
-
UserName that would be used for connecting.