Skip navigation links
B C E G H I M N O P R S T V X 

B

bindInt(QName, int, XQItemType) - Method in interface com.softwareag.xqj.extension.TXQPreparedExpression
Binds the integer value of specific ItemType to the query
bindString(QName, String, XQItemType) - Method in interface com.softwareag.xqj.extension.TXQExpression
Binds the input string of specific ItemType to the query
bindString(QName, String, XQItemType) - Method in interface com.softwareag.xqj.extension.TXQPreparedExpression
Binds the input string of specific ItemType to the query

C

CODE - Static variable in interface com.softwareag.xqj.extension.XQJConstants
Constant to denote the error code
com.softwareag.xqj.extension - package com.softwareag.xqj.extension
 
count() - Method in interface com.softwareag.xqj.extension.TXQSequence
Returns the number of items in the current sequence
createDataSource(String, String, String) - Static method in class com.softwareag.xqj.extension.TXQDataSourceFactory
Create a new instance of XQDataSource.
createDataSource(String, String, String, Properties) - Static method in class com.softwareag.xqj.extension.TXQDataSourceFactory
Create a new instance of XQDataSource for https access.
createItemFromString(String, XQItemType) - Method in interface com.softwareag.xqj.extension.TXQConnection
Creates a new XQItem based on the input string
createItemType(int, QName, QName, boolean) - Method in interface com.softwareag.xqj.extension.TXQConnection
Creates a particular itemkind with a specific basetype based on itemtype and typename respectively
createSequence(XQSequence) - Method in interface com.softwareag.xqj.extension.TXQConnection
Creates a new sequence with the input sequence
createSequence(Iterator) - Method in interface com.softwareag.xqj.extension.TXQConnection
Creates a new sequence based on the iterator which is a collection of XQItems
CURRENT - Static variable in interface com.softwareag.xqj.extension.XQJConstants
Constant to retrieve current position
CURSOR - Static variable in interface com.softwareag.xqj.extension.XQJConstants
Constant to retrieve cursor

E

executeInsert(String) - Method in interface com.softwareag.xqj.extension.TXQExpression
Inserts the given string content into the database.
executeInsert(Reader) - Method in interface com.softwareag.xqj.extension.TXQExpression
Inserts the given reader into the database.
executeInsertNonXML(InputStream, String, String, String) - Method in interface com.softwareag.xqj.extension.TXQExpression
Inserts the given non-XML content into the database.
executeUpdate(String) - Method in interface com.softwareag.xqj.extension.TXQExpression
Executes an update query expression given in the form of a string.
executeUpdate(Reader) - Method in interface com.softwareag.xqj.extension.TXQExpression
Executes an update query expression given in the form of a reader.

G

getAtomicValue() - Method in interface com.softwareag.xqj.extension.TXQResultSequence
Returns the atomic value of the current item in the sequence
getBaseType() - Method in interface com.softwareag.xqj.extension.TXQItemType
Returns the base type of the XQItemType
getItemAsStream() - Method in interface com.softwareag.xqj.extension.TXQResultSequence
Returns the current XQItem as a stream
getItemAsStream() - Method in interface com.softwareag.xqj.extension.TXQSequence
Returns the current XQItem as a stream
getItemKind() - Method in interface com.softwareag.xqj.extension.TXQItemType
Returns the item kind of the XQItemType
getProperty(String) - Method in interface com.softwareag.xqj.extension.TXQConnection
Returns the current value of the named property, or null if not set.
getScrollability() - Method in interface com.softwareag.xqj.extension.TXQStaticContext
Gets the value of the scrollability property.
getServerVersion() - Method in interface com.softwareag.xqj.extension.TXQConnection
Gets the server version
getStaticContext() - Method in interface com.softwareag.xqj.extension.TXQConnection
Returns the static context associated with the connection
getTConnection() - Method in interface com.softwareag.xqj.extension.TXQConnection
Gets the underlying TConnection (TAJ connection) object.

H

HANDLE - Static variable in interface com.softwareag.xqj.extension.XQJConstants
Constant to retrieve cursor handle

I

INO_NS_PREFIX - Static variable in interface com.softwareag.xqj.extension.XQJConstants
Constant that represents the namespace prefix.
INO_NS_URI - Static variable in interface com.softwareag.xqj.extension.XQJConstants
Constant that represents the namespace URI.
isAlive() - Method in interface com.softwareag.xqj.extension.TXQConnection
Returns TRUE if the underlying connection is alive, otherwise FALSE.

M

MESSAGE - Static variable in interface com.softwareag.xqj.extension.XQJConstants
Constant to verify if an element is of message type
MESSAGE_LINE - Static variable in interface com.softwareag.xqj.extension.XQJConstants
Constant to denote the message line
MESSAGE_TEXT - Static variable in interface com.softwareag.xqj.extension.XQJConstants
Constant to denote the message text

N

NEXT - Static variable in interface com.softwareag.xqj.extension.XQJConstants
Constant to denote the next element

O

OBJECT - Static variable in interface com.softwareag.xqj.extension.XQJConstants
Constant to verify if an element is of object type

P

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.

R

RESULT - Static variable in interface com.softwareag.xqj.extension.XQJConstants
Constant to verify if an element is of result type
RETURN_VALUE - Static variable in interface com.softwareag.xqj.extension.XQJConstants
Constant to denote the return message code

S

setDirtyReadMode() - Method in interface com.softwareag.xqj.extension.TXQExpression
 
setProperty(String, String) - Method in interface com.softwareag.xqj.extension.TXQConnection
If a property with the same name is already set, then this method overwrites the old value for that property with the new value.
start(BundleContext) - Method in class com.softwareag.xqj.extension.TXQActivator
 
stop(BundleContext) - Method in class com.softwareag.xqj.extension.TXQActivator
 

T

TEXT_NODE - Static variable in interface com.softwareag.xqj.extension.XQJConstants
Constant used to construct xq:textNode response
TXQActivator - Class in com.softwareag.xqj.extension
 
TXQActivator() - Constructor for class com.softwareag.xqj.extension.TXQActivator
 
TXQConnection - Interface in com.softwareag.xqj.extension
Tamino specific extensions for connections.
TXQDataSourceFactory - Class in com.softwareag.xqj.extension
Factory for XQDataSource instances.
TXQDataSourceFactory() - Constructor for class com.softwareag.xqj.extension.TXQDataSourceFactory
 
TXQExpression - Interface in com.softwareag.xqj.extension
Tamino specific extensions for expressions.
TXQItemType - Interface in com.softwareag.xqj.extension
Tamino specific extensions for XQItemType.
TXQPreparedExpression - Interface in com.softwareag.xqj.extension
Tamino specific extensions for Prepared Expression.
TXQResultSequence - Interface in com.softwareag.xqj.extension
Tamino specific extensions for result sequence.
TXQSequence - Interface in com.softwareag.xqj.extension
Tamino specific extensions for sequence.
TXQStaticContext - Interface in com.softwareag.xqj.extension
Tamino specific extensions for static context.
TYPE_INFO_PRAGMA - Static variable in interface com.softwareag.xqj.extension.XQJConstants
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.

V

VALUE - Static variable in interface com.softwareag.xqj.extension.XQJConstants
Constant used to construct xq:value response
VENDOR_NAME - Static variable in interface com.softwareag.xqj.extension.XQJConstants
Vendor code

X

xmlSchema_instanceNS - Static variable in interface com.softwareag.xqj.extension.XQJConstants
xsi: bound to http://www.w3.org/2001/XMLSchema-instance namespace representing XML Schema-instance.
xmlSchema_instancePrefix - Static variable in interface com.softwareag.xqj.extension.XQJConstants
xsi: bound to http://www.w3.org/2001/XMLSchema-instance prefix representing XML Schema-instance.
xmlSchemaNS - Static variable in interface com.softwareag.xqj.extension.XQJConstants
xs: bound to http://www.w3.org/2001/XMLSchema namespace representing XML Schema.
xmlSchemaPrefix - Static variable in interface com.softwareag.xqj.extension.XQJConstants
xs: bound to http://www.w3.org/2001/XMLSchema prefix representing XML Schema.
xpathdatatypesNS - Static variable in interface com.softwareag.xqj.extension.XQJConstants
xdt: bound to http://www.w3.org/2005/xpath-datatypes namespace representing xpath-datatypes.
xpathdatatypesPrefix - Static variable in interface com.softwareag.xqj.extension.XQJConstants
xdt: bound to http://www.w3.org/2005/xpath-datatypes prefix representing xpath-datatypes.
XQ_NS_PREFIX - Static variable in interface com.softwareag.xqj.extension.XQJConstants
Constant that represents the namespace prefix.
XQ_NS_URI - Static variable in interface com.softwareag.xqj.extension.XQJConstants
Constant that represents the namespace URI.
XQJConstants - Interface in com.softwareag.xqj.extension
Contains a set of constants used by the XQJ implementation
B C E G H I M N O P R S T V X 
Skip navigation links