A B C D E F G H I K L M N O P Q R S T U V W X Y 

A

ACCEPT_ENCODING - Static variable in class com.softwareag.tamino.db.api.common.TPreference
The key for the Accept-Encoding preference.
ACCURATE - Static variable in class com.softwareag.tamino.db.api.accessor.TQuerySearchMode
Constant that represents Taminos _querysearchmode=accurate
Activator - Class in com.softwareag.tamino.db.api.activator
 
Activator() - Constructor for class com.softwareag.tamino.db.api.activator.Activator
 
add(TXMLObject) - Method in interface com.softwareag.tamino.db.api.response.TResponseQueryContent
Adds the specified TXMLObject to the set.
add(TXMLObject) - Method in class com.softwareag.tamino.db.api.response.TResponseQueryContentImpl
Adds the specified TXMLObject to the set.
addAll(Iterator) - Method in interface com.softwareag.tamino.db.api.response.TResponseQueryContent
Adds all TXMLObject instances underlying the iterator to the set.
addAll(Iterator) - Method in class com.softwareag.tamino.db.api.response.TResponseQueryContentImpl
Adds all TXMLObject instances underlying the iterator to the set.
addAttribute(String, String) - Method in class com.softwareag.tamino.db.api.response.TMessageLineContentItem
Add a additional attributs and their value to this message line.
addCloseListener(TInputStreamCloseListener) - Method in class com.softwareag.tamino.db.api.io.TInputStream
Adds a close listener to this input stream.
addCommand(TCommand, TCommandValue) - Method in class com.softwareag.tamino.db.api.command.TCommandStatement
Adds another command/value pair.
addCommandParameter(TCommandParameter, TCommandParameterValue) - Method in class com.softwareag.tamino.db.api.command.TCommandStatement
Adds a command parameter and its corresponding value to the statement.
addConnectionPool(String, TConnectionPoolDescriptor) - Method in class com.softwareag.tamino.db.api.connection.TConnectionPoolManager
Adds a connection pool to the list of managed pools.
addConnectionPool(String, String, String, String, int, int, int) - Method in class com.softwareag.tamino.db.api.connection.TConnectionPoolManager
Add a connection pool to the list of managed pools.
addConnectionPool(String, String, String, String, String, int, int, int) - Method in class com.softwareag.tamino.db.api.connection.TConnectionPoolManager
Add a connection pool to the list of managed pools.
addConnectionPool(String, TConnectionPoolDescriptor, Locale) - Method in class com.softwareag.tamino.db.api.connection.TConnectionPoolManager
Adds a connection pool to the list of managed pools.
addConnectionPool(String, String, String, String, int, int, int, Locale) - Method in class com.softwareag.tamino.db.api.connection.TConnectionPoolManager
Add a connection pool to the list of managed pools.
addConnectionPool(String, String, String, String, String, int, int, int, Locale) - Method in class com.softwareag.tamino.db.api.connection.TConnectionPoolManager
Add a connection pool to the list of managed pools.
addConnectionPools(InputStream) - Method in class com.softwareag.tamino.db.api.connection.TConnectionPoolManager
Deprecated.
Please use the following methods instead:
  • addConnectionPool( String poolName, String databaseURI, String domain, String user, String password, int maxConnections, int initConnections, int timeOut )
  • addConnectionPool( String poolName, String databaseURI, String user, String password, int maxConnections, int initConnections, int timeOut )
  • addConnectionPool( String poolName, TConnectionPoolDescriptor descriptor )
addContent(ProcessingInstruction) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.Document
Adds the specified PI to the document.
addContent(Comment) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.Document
This will add a comment to the Document.
addContent(String) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.Element
This adds text content to this element.
addContent(Text) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.Element
This adds text content to this element.
addContent(CDATA) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.Element
This adds a CDATA section as content to this element.
addContent(Element) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.Element
This adds element content to this element.
addContent(ProcessingInstruction) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.Element
This adds a processing instruction as content to this element.
addContent(EntityRef) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.Element
This adds entity content to this element.
addContent(Comment) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.Element
This adds a comment as content to this element.
additionalNamespaces - Variable in class com.softwareag.tamino.db.api.response.sax.helper.sodom.Element
Additional Namespace declarations on this element
addNamespaceDeclaration(Namespace) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.Element
This will add a namespace declarations to this element.
addRetryHandler(TInvocationRetryHandler) - Method in class com.softwareag.tamino.db.api.invocation.TAbstractInvocation
Add a retry handler on this invocation.
admin(String) - Method in class com.softwareag.tamino.db.api.accessor.logging.TStreamAccessorTimeLoggingImpl
Execute an administrative command with the given command value and return the result as an input stream.
admin(String) - Method in interface com.softwareag.tamino.db.api.accessor.TStreamAccessor
Execute an administrative command with the given command value and return the result as an input stream.
admin(String) - Method in class com.softwareag.tamino.db.api.accessor.TStreamAccessorImpl
Execute an administrative command with the given command value and return the result as an input stream.
ADMIN - Static variable in class com.softwareag.tamino.db.api.command.TCommand
Constant that represents the "_admin" command verb.
ADMIN_INFO - Static variable in class com.softwareag.tamino.db.api.namespace.TSDNamespace
Constant that represents the adminInfo element within the tsd namespace.
ANNOTATION - Static variable in class com.softwareag.tamino.db.api.namespace.TXSNamespace
Constant that represents the annotation element within the xs namespace.
API_VERSION - Static variable in class com.softwareag.tamino.db.api.command.TCommandValue
Constant that represents the "apiversion" command value for the diagnose command.
append(String) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.CDATA
This will append character content to whatever content already exists within this CDATA node.
append(CDATA) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.CDATA
This will append the content of another CDATA node to this node.
append(String) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.Text
This will append character content to whatever content already exists within this Text node.
append(Text) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.Text
This will append the content of another Text node to this node.
appendExternalId(String, String) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.input.SAXHandler
Appends an external ID to the internal subset buffer.
APPINFO - Static variable in class com.softwareag.tamino.db.api.namespace.TXSNamespace
Constant that represents the appinfo element within the xs namespace.
APPROXIMATE - Static variable in class com.softwareag.tamino.db.api.accessor.TQuerySearchMode
Constant that represents Taminos _querysearchmode=approximative
atRoot - Variable in class com.softwareag.tamino.db.api.response.sax.helper.sodom.input.SAXHandler
Indicator of where in the document we are
ATTRIBUTE - Static variable in class com.softwareag.tamino.db.api.namespace.TXQNamespace
Constant that represents the attribute element within the ino namespace.
Attribute - Class in com.softwareag.tamino.db.api.response.sax.helper.sodom
Attribute defines behavior for an XML attribute, modeled in Java.
Attribute() - Constructor for class com.softwareag.tamino.db.api.response.sax.helper.sodom.Attribute
Default, no-args constructor for implementations to use if needed.
Attribute(String, String, Namespace) - Constructor for class com.softwareag.tamino.db.api.response.sax.helper.sodom.Attribute
This will create a new Attribute with the specified (local) name and value, and in the provided Namespace.
Attribute(String, String, int, Namespace) - Constructor for class com.softwareag.tamino.db.api.response.sax.helper.sodom.Attribute
This will create a new Attribute with the specified (local) name, value, and type, and in the provided Namespace.
Attribute(String, String) - Constructor for class com.softwareag.tamino.db.api.response.sax.helper.sodom.Attribute
This will create a new Attribute with the specified (local) name and value, and does not place the attribute in a Namespace.
Attribute(String, String, int) - Constructor for class com.softwareag.tamino.db.api.response.sax.helper.sodom.Attribute
This will create a new Attribute with the specified (local) name, value and type, and does not place the attribute in a Namespace.
attribute(String, String, Namespace) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.input.DefaultSODOMFactory
 
attribute(String, String, int, Namespace) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.input.DefaultSODOMFactory
 
attribute(String, String) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.input.DefaultSODOMFactory
 
attribute(String, String, int) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.input.DefaultSODOMFactory
 
attribute(String, String, Namespace) - Method in interface com.softwareag.tamino.db.api.response.sax.helper.sodom.input.SODOMFactory
This will create a new Attribute with the specified (local) name and value, and in the provided Namespace.
attribute(String, String, int, Namespace) - Method in interface com.softwareag.tamino.db.api.response.sax.helper.sodom.input.SODOMFactory
This will create a new Attribute with the specified (local) name, value, and type, and in the provided Namespace.
attribute(String, String) - Method in interface com.softwareag.tamino.db.api.response.sax.helper.sodom.input.SODOMFactory
This will create a new Attribute with the specified (local) name and value, and does not place the attribute in a Namespace.
attribute(String, String, int) - Method in interface com.softwareag.tamino.db.api.response.sax.helper.sodom.input.SODOMFactory
This will create a new Attribute with the specified (local) name, value and type, and does not place the attribute in a Namespace.
ATTRIBUTE_TYPE - Static variable in class com.softwareag.tamino.db.api.namespace.TNamespaceObject
Constant needed to classify namespace object as an attribute object.
attributeDecl(String, String, String, String, String) - Method in class com.softwareag.tamino.db.api.objectModel.stream.TStreamWritingDeclHandler
Report an attribute type declaration.
attributeDecl(String, String, String, String, String) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.input.SAXHandler
This handles an attribute declaration in the internal subset
attributeDecl(String, String, String, String, String) - Method in class com.softwareag.tamino.db.api.response.sax.TSAXDispatchingDeclHandler
Report an attribute type declaration.
attributes - Variable in class com.softwareag.tamino.db.api.response.sax.helper.sodom.Element
The attributes of the Element.
AUTHENTICATION_KEY - Static variable in class com.softwareag.tamino.db.api.io.TStreamHeader
Key that identifies the authentication key.
authorize(URLConnection, String, String) - Method in class com.softwareag.tamino.db.api.invocation.http.THTTPAuthorization
Authorizes the given connection with the default scheme which happens to be BASIC.
authorize(URLConnection, String, String, String) - Method in class com.softwareag.tamino.db.api.invocation.http.THTTPAuthorization
Authorizes the given connection with the default scheme which happens to be BASIC.
authorize(String, URLConnection, String, String) - Method in class com.softwareag.tamino.db.api.invocation.http.THTTPAuthorization
Authorizes the given connection with the given scheme .
authorize(String, URLConnection, String, String, String) - Method in class com.softwareag.tamino.db.api.invocation.http.THTTPAuthorization
Authorizes the given connection with the given scheme .
authorize(String, URLConnection, SecurityToken) - Method in class com.softwareag.tamino.db.api.invocation.http.THTTPAuthorization
 
availableNamespaces - Variable in class com.softwareag.tamino.db.api.response.sax.helper.sodom.input.SAXHandler
The namespaces in scope and actually attached to an element

B

BASE64BINARY - Static variable in class com.softwareag.tamino.db.api.accessor.TXQTypes
Constant that represents XML data type xs:base64Binary
BASIC_SCHEME - Static variable in class com.softwareag.tamino.db.api.invocation.http.THTTPAuthorization
The constant that represents the BASIC scheme.
begin() - Method in class com.softwareag.tamino.db.api.connection.TAutoCommitTransactionMode
Begin this transaction mode.
begin() - Method in class com.softwareag.tamino.db.api.connection.TGlobalTransactionMode
Begin this transaction mode.
begin() - Method in class com.softwareag.tamino.db.api.connection.TLocalTransactionMode
Begin this transaction mode.
begin() - Method in class com.softwareag.tamino.db.api.connection.TTransactionMode
Begin this transaction mode.
begin() - Method in class com.softwareag.tamino.db.api.invocation.wsl.WSL
Begins a connection to Tamino by setting up the communication buffer.
bindBase64Binary(QName, byte[]) - Method in interface com.softwareag.tamino.db.api.accessor.TXQDynamicContext
Binds external variable of type xs:base64Binary to prepared XQuery.
bindBase64Binary(QName, byte[]) - Method in class com.softwareag.tamino.db.api.accessor.TXQuery
Binds external variable of type xs:base64Binary to prepared XQuery.
bindBoolean(QName, boolean) - Method in interface com.softwareag.tamino.db.api.accessor.TXQDynamicContext
Binds external variable of type xs:boolean to prepared XQuery.
bindBoolean(QName, boolean) - Method in class com.softwareag.tamino.db.api.accessor.TXQuery
Binds external variable of type xs:boolean to prepared XQuery.
bindByte(QName, byte) - Method in interface com.softwareag.tamino.db.api.accessor.TXQDynamicContext
Binds external variable of type xs:byte to prepared XQuery.
bindByte(QName, byte) - Method in class com.softwareag.tamino.db.api.accessor.TXQuery
Binds external variable of type xs:byte to prepared XQuery.
bindDate(QName, Calendar, String) - Method in interface com.softwareag.tamino.db.api.accessor.TXQDynamicContext
Binds external variable of type xs:date to prepared XQuery.
bindDate(QName, Calendar, String) - Method in class com.softwareag.tamino.db.api.accessor.TXQuery
Binds external variable of type xs:date to prepared XQuery.
bindDateTime(QName, Calendar, String) - Method in interface com.softwareag.tamino.db.api.accessor.TXQDynamicContext
Binds external variable of type xs:dateTime to prepared XQuery.
bindDateTime(QName, Calendar, String) - Method in class com.softwareag.tamino.db.api.accessor.TXQuery
Binds external variable of type xs:dateTime to prepared XQuery.
bindDecimal(QName, BigDecimal) - Method in interface com.softwareag.tamino.db.api.accessor.TXQDynamicContext
Binds external variable of type xs:decimal to prepared XQuery.
bindDecimal(QName, BigDecimal) - Method in class com.softwareag.tamino.db.api.accessor.TXQuery
Binds external variable of type xs:decimal to prepared XQuery.
bindDouble(QName, double) - Method in interface com.softwareag.tamino.db.api.accessor.TXQDynamicContext
Binds external variable of type xs:double to prepared XQuery.
bindDouble(QName, double) - Method in class com.softwareag.tamino.db.api.accessor.TXQuery
Binds external variable of type xs:double to prepared XQuery.
bindDuration(QName, String) - Method in interface com.softwareag.tamino.db.api.accessor.TXQDynamicContext
Binds external variable of type xs:duration to prepared XQuery.
bindDuration(QName, String) - Method in class com.softwareag.tamino.db.api.accessor.TXQuery
Binds external variable of type xs:duration to prepared XQuery.
bindEntity(QName, String) - Method in interface com.softwareag.tamino.db.api.accessor.TXQDynamicContext
Binds external variable of type xs:ENTITY to prepared XQuery.
bindEntity(QName, String) - Method in class com.softwareag.tamino.db.api.accessor.TXQuery
Binds external variable of type xs:ENTITY to prepared XQuery.
bindFloat(QName, float) - Method in interface com.softwareag.tamino.db.api.accessor.TXQDynamicContext
Binds external variable of type xs:float to prepared XQuery.
bindFloat(QName, float) - Method in class com.softwareag.tamino.db.api.accessor.TXQuery
Binds external variable of type xs:float to prepared XQuery.
bindGDay(QName, String) - Method in interface com.softwareag.tamino.db.api.accessor.TXQDynamicContext
Binds external variable of type xs:gDay to prepared XQuery.
bindGDay(QName, String) - Method in class com.softwareag.tamino.db.api.accessor.TXQuery
Binds external variable of type xs:gDay to prepared XQuery.
bindGMonth(QName, String) - Method in interface com.softwareag.tamino.db.api.accessor.TXQDynamicContext
Binds external variable of type xs:gMonth to prepared XQuery.
bindGMonth(QName, String) - Method in class com.softwareag.tamino.db.api.accessor.TXQuery
Binds external variable of type xs:gMonth to prepared XQuery.
bindGMonthDay(QName, String) - Method in interface com.softwareag.tamino.db.api.accessor.TXQDynamicContext
Binds external variable of type xs:gMonthDay to prepared XQuery.
bindGMonthDay(QName, String) - Method in class com.softwareag.tamino.db.api.accessor.TXQuery
Binds external variable of type xs:gMonthDay to prepared XQuery.
bindGYear(QName, String) - Method in interface com.softwareag.tamino.db.api.accessor.TXQDynamicContext
Binds external variable of type xs:gYear to prepared XQuery.
bindGYear(QName, String) - Method in class com.softwareag.tamino.db.api.accessor.TXQuery
Binds external variable of type xs:gYear to prepared XQuery.
bindGYearMonth(QName, String) - Method in interface com.softwareag.tamino.db.api.accessor.TXQDynamicContext
Binds external variable of type xs:gYearMonth to prepared XQuery.
bindGYearMonth(QName, String) - Method in class com.softwareag.tamino.db.api.accessor.TXQuery
Binds external variable of type xs:gYearMonth to prepared XQuery.
bindHexBinary(QName, byte[]) - Method in interface com.softwareag.tamino.db.api.accessor.TXQDynamicContext
Binds external variable of type xs:hexBinary to prepared XQuery.
bindHexBinary(QName, byte[]) - Method in class com.softwareag.tamino.db.api.accessor.TXQuery
Binds external variable of type xs:hexBinary to prepared XQuery.
bindID(QName, String) - Method in interface com.softwareag.tamino.db.api.accessor.TXQDynamicContext
Binds external variable of type xs:ID to prepared XQuery.
bindID(QName, String) - Method in class com.softwareag.tamino.db.api.accessor.TXQuery
Binds external variable of type xs:ID to prepared XQuery.
bindIDRef(QName, String) - Method in interface com.softwareag.tamino.db.api.accessor.TXQDynamicContext
Binds external variable of type xs:IDREF to prepared XQuery.
bindIDRef(QName, String) - Method in class com.softwareag.tamino.db.api.accessor.TXQuery
Binds external variable of type xs:IDREF to prepared XQuery.
bindInt(QName, int) - Method in interface com.softwareag.tamino.db.api.accessor.TXQDynamicContext
Binds external variable of type xs:int to prepared XQuery.
bindInt(QName, int) - Method in class com.softwareag.tamino.db.api.accessor.TXQuery
Binds external variable of type xs:int to prepared XQuery.
bindInteger(QName, BigInteger) - Method in interface com.softwareag.tamino.db.api.accessor.TXQDynamicContext
Binds external variable of type xs:integer to prepared XQuery.
bindInteger(QName, BigInteger) - Method in class com.softwareag.tamino.db.api.accessor.TXQuery
Binds external variable of type xs:integer to prepared XQuery.
bindLanguage(QName, String) - Method in interface com.softwareag.tamino.db.api.accessor.TXQDynamicContext
Binds external variable of type xs:language to prepared XQuery.
bindLanguage(QName, String) - Method in class com.softwareag.tamino.db.api.accessor.TXQuery
Binds external variable of type xs:language to prepared XQuery.
bindLong(QName, long) - Method in interface com.softwareag.tamino.db.api.accessor.TXQDynamicContext
Binds external variable of type xs:long to prepared XQuery.
bindLong(QName, long) - Method in class com.softwareag.tamino.db.api.accessor.TXQuery
Binds external variable of type xs:long to prepared XQuery.
bindName(QName, String) - Method in interface com.softwareag.tamino.db.api.accessor.TXQDynamicContext
Binds external variable of type xs:Name to prepared XQuery.
bindName(QName, String) - Method in class com.softwareag.tamino.db.api.accessor.TXQuery
Binds external variable of type xs:Name to prepared XQuery.
bindNCName(QName, String) - Method in interface com.softwareag.tamino.db.api.accessor.TXQDynamicContext
Binds external variable of type xs:NCName to prepared XQuery.
bindNCName(QName, String) - Method in class com.softwareag.tamino.db.api.accessor.TXQuery
Binds external variable of type xs:NCName to prepared XQuery.
bindNegativeInteger(QName, BigInteger) - Method in interface com.softwareag.tamino.db.api.accessor.TXQDynamicContext
Binds external variable of type xs:negativeInteger to prepared XQuery.
bindNegativeInteger(QName, BigInteger) - Method in class com.softwareag.tamino.db.api.accessor.TXQuery
Binds external variable of type xs:negativeInteger to prepared XQuery.
bindNMToken(QName, String) - Method in interface com.softwareag.tamino.db.api.accessor.TXQDynamicContext
Binds external variable of type xs:NMTOKEN to prepared XQuery.
bindNMToken(QName, String) - Method in class com.softwareag.tamino.db.api.accessor.TXQuery
Binds external variable of type xs:NMTOKEN to prepared XQuery.
bindNonNegativeInteger(QName, BigInteger) - Method in interface com.softwareag.tamino.db.api.accessor.TXQDynamicContext
Binds external variable of type xs:nonNegativeInteger to prepared XQuery.
bindNonNegativeInteger(QName, BigInteger) - Method in class com.softwareag.tamino.db.api.accessor.TXQuery
Binds external variable of type xs:nonNegativeInteger to prepared XQuery.
bindNonPositiveInteger(QName, BigInteger) - Method in interface com.softwareag.tamino.db.api.accessor.TXQDynamicContext
Binds external variable of type xs:nonPositiveInteger to prepared XQuery.
bindNonPositiveInteger(QName, BigInteger) - Method in class com.softwareag.tamino.db.api.accessor.TXQuery
Binds external variable of type xs:nonPositiveInteger to prepared XQuery.
bindNormalizedString(QName, String) - Method in interface com.softwareag.tamino.db.api.accessor.TXQDynamicContext
Binds external variable of type xs:normalizedString to prepared XQuery.
bindNormalizedString(QName, String) - Method in class com.softwareag.tamino.db.api.accessor.TXQuery
Binds external variable of type xs:normalizedString to prepared XQuery.
bindNotation(QName, String) - Method in class com.softwareag.tamino.db.api.accessor.TXQuery
Binds external variable of type xs:NOTATION to XQuery.
bindPositiveInteger(QName, BigInteger) - Method in interface com.softwareag.tamino.db.api.accessor.TXQDynamicContext
Binds external variable of type xs:positiveInteger to prepared XQuery.
bindPositiveInteger(QName, BigInteger) - Method in class com.softwareag.tamino.db.api.accessor.TXQuery
Binds external variable of type xs:positiveInteger to prepared XQuery.
bindQName(QName, QName) - Method in interface com.softwareag.tamino.db.api.accessor.TXQDynamicContext
Binds external variable of type xs:QName to prepared XQuery.
bindQName(QName, QName) - Method in class com.softwareag.tamino.db.api.accessor.TXQuery
Binding variable of type QName is possible only if QName is outside of any namespace.
bindSequence(QName, TXQTypes, String[]) - Method in interface com.softwareag.tamino.db.api.accessor.TXQDynamicContext
Binds external variable of type Sequence to prepared XQuery.
bindSequence(QName, TXQTypes, String[]) - Method in class com.softwareag.tamino.db.api.accessor.TXQuery
Binds external variable of type Sequence to prepared XQuery.
bindSequence(QName, TXQTypes[], String[]) - Method in class com.softwareag.tamino.db.api.accessor.TXQuery
Binds external variable of type Sequence to prepared XQuery.
bindShort(QName, short) - Method in interface com.softwareag.tamino.db.api.accessor.TXQDynamicContext
Binds external variable of type xs:short to prepared XQuery.
bindShort(QName, short) - Method in class com.softwareag.tamino.db.api.accessor.TXQuery
Binds external variable of type xs:short to prepared XQuery.
bindString(QName, String) - Method in interface com.softwareag.tamino.db.api.accessor.TXQDynamicContext
Binds external variable of type xs:string to prepared XQuery.
bindString(QName, String) - Method in class com.softwareag.tamino.db.api.accessor.TXQuery
Binds external variable of type xs:string to prepared XQuery.
bindTime(QName, Calendar, String) - Method in interface com.softwareag.tamino.db.api.accessor.TXQDynamicContext
Binds external variable of type xs:time to prepared XQuery.
bindTime(QName, Calendar, String) - Method in class com.softwareag.tamino.db.api.accessor.TXQuery
Binds external variable of type xs:time to prepared XQuery.
bindToken(QName, String) - Method in interface com.softwareag.tamino.db.api.accessor.TXQDynamicContext
Binds external variable of type xs:token to prepared XQuery.
bindToken(QName, String) - Method in class com.softwareag.tamino.db.api.accessor.TXQuery
Binds external variable of type xs:token to prepared XQuery.
bindUnsignedByte(QName, short) - Method in interface com.softwareag.tamino.db.api.accessor.TXQDynamicContext
Binds external variable of type xs:unsignedByte to prepared XQuery.
bindUnsignedByte(QName, short) - Method in class com.softwareag.tamino.db.api.accessor.TXQuery
Binds external variable of type xs:unsignedByte to prepared XQuery.
bindUnsignedInt(QName, long) - Method in interface com.softwareag.tamino.db.api.accessor.TXQDynamicContext
Binds external variable of type xs:unsignedInt to prepared XQuery.
bindUnsignedInt(QName, long) - Method in class com.softwareag.tamino.db.api.accessor.TXQuery
Binds external variable of type xs:unsignedInt to prepared XQuery.
bindUnsignedLong(QName, BigInteger) - Method in interface com.softwareag.tamino.db.api.accessor.TXQDynamicContext
Binds external variable of type xs:unsignedLong to prepared XQuery.
bindUnsignedLong(QName, BigInteger) - Method in class com.softwareag.tamino.db.api.accessor.TXQuery
Binds external variable of type xs:unsignedLong to prepared XQuery.
bindUnsignedShort(QName, int) - Method in interface com.softwareag.tamino.db.api.accessor.TXQDynamicContext
Binds external variable of type xs:unsignedShort to prepared XQuery.
bindUnsignedShort(QName, int) - Method in class com.softwareag.tamino.db.api.accessor.TXQuery
Binds external variable of type xs:unsignedShort to prepared XQuery.
bindURI(QName, URI) - Method in interface com.softwareag.tamino.db.api.accessor.TXQDynamicContext
Binds external variable of type xs:anyURI to prepared XQuery.
bindURI(QName, URI) - Method in class com.softwareag.tamino.db.api.accessor.TXQuery
Binds external variable of type xs:anyURI to prepared XQuery.
BOOLEAN - Static variable in class com.softwareag.tamino.db.api.accessor.TXQTypes
Constant that represents XML data type xs:boolean
build(InputSource) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.input.SAXBuilder
This builds a document from the supplied input source.
build(InputStream) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.input.SAXBuilder
This builds a document from the supplied input stream.
build(File) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.input.SAXBuilder
This builds a document from the supplied filename.
build(URL) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.input.SAXBuilder
This builds a document from the supplied URL.
build(InputStream, String) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.input.SAXBuilder
This builds a document from the supplied input stream.
build(Reader) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.input.SAXBuilder
This builds a document from the supplied Reader.
build(Reader, String) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.input.SAXBuilder
This builds a document from the supplied Reader.
build(String) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.input.SAXBuilder
This builds a document from the supplied URI.
BuilderErrorHandler - Class in com.softwareag.tamino.db.api.response.sax.helper.sodom.input
 
BuilderErrorHandler() - Constructor for class com.softwareag.tamino.db.api.response.sax.helper.sodom.input.BuilderErrorHandler
 
buildForNonXML(TInputStream) - Method in interface com.softwareag.tamino.db.api.response.TResponseBuilder
Builds a TResponse object upon a TInputStream object for an Non-XML specific access operation.
buildForNonXML(TInputStream) - Method in class com.softwareag.tamino.db.api.response.TResponseBuilderImpl
Builds a TResponse object upon a TInputStream object for an Non-XML specific access operation.
buildForXML(TInputStream) - Method in interface com.softwareag.tamino.db.api.response.TResponseBuilder
Builds a TResponse object upon a TInputStream object for an XML specific access operation.
buildForXML(TInputStream, TCommand) - Method in interface com.softwareag.tamino.db.api.response.TResponseBuilder
Builds a TResponse object upon a TInputStream object for an XML specific access operation.
buildForXML(TInputStream) - Method in class com.softwareag.tamino.db.api.response.TResponseBuilderImpl
Builds a TResponse object upon a TInputStream object for an XML specific access operation.
buildForXML(TInputStream, TCommand) - Method in class com.softwareag.tamino.db.api.response.TResponseBuilderImpl
Builds a TResponse object upon a TInputStream object for an XML specific access operation.
buildFromDocname(String, String) - Method in class com.softwareag.tamino.db.api.accessor.TQueryBuilder
Builds a TQuery instance for a query expression to retrieve a single document based on its ino:docname.
buildFromId(String, String) - Method in class com.softwareag.tamino.db.api.accessor.TQueryBuilder
Builds a TQuery instance for a query expression to retrieve a single document based on its ino:id.
buildUpdate(String) - Method in class com.softwareag.tamino.db.api.accessor.TXQueryBuilder
Builds a TXQuery instance for a update query.
buildXIno() - Method in class com.softwareag.tamino.db.api.invocation.wsl.WSL
Contructs the x-ino field from the key/value pairs in the hashmap
BYTE - Static variable in class com.softwareag.tamino.db.api.accessor.TXQTypes
Constant that represents XML data type xs:byte

C

canAdd(Object) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.filter.ContentFilter
Check to see if the object can be added to the list.
canAdd(Object) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.filter.ElementFilter
Only allow the adding of Element objects.
canAdd(Object) - Method in interface com.softwareag.tamino.db.api.response.sax.helper.sodom.filter.Filter
Check to see if the object can be added to the list.
canBeCancelled - Variable in class com.softwareag.tamino.db.api.accessor.TAbstractAccessor
Boolean flag that indicates whether request sent to tamino can be canceled or not.
cancel() - Method in class com.softwareag.tamino.db.api.common.TReschedulableTask
Cancels this reschedulable task.
cancelRequests() - Method in class com.softwareag.tamino.db.api.accessor.TAbstractAccessor
Cancels all requests issued using current accessor.
cancelRequests() - Method in class com.softwareag.tamino.db.api.accessor.TAbstractSchemaDefinitionAccessor
Cancels all requests issued using current accessor.
cancelRequests() - Method in interface com.softwareag.tamino.db.api.accessor.TAccessor
Cancels all requests issued using current accessor.
cancelRequests() - Method in class com.softwareag.tamino.db.api.accessor.TAdministrationAccessorImpl
Cancels all requests issued using current accessor.
cancelRequests() - Method in class com.softwareag.tamino.db.api.accessor.TNonXMLObjectAccessorImpl
Cancels all requests issued using current accessor.
cancelRequests() - Method in class com.softwareag.tamino.db.api.accessor.TStreamAccessorImpl
Cancels all requests issued using current accessor.
cancelRequests() - Method in class com.softwareag.tamino.db.api.accessor.TXMLObjectAccessorImpl
Cancels all requests issued using current accessor.
canMoveBy(int) - Method in interface com.softwareag.tamino.db.api.objectModel.TNonXMLObjectIterator
Indicates if this iterator can be moved by the given offset.
canMoveBy(int) - Method in interface com.softwareag.tamino.db.api.objectModel.TXMLObjectIterator
Indicates if this iterator can be moved by the given offset.
canMoveBy(int) - Method in class com.softwareag.tamino.db.api.response.logging.TNonXMLObjectIteratorTimeLoggingImpl
Indicates if this iterator can be moved by the given offset.
canMoveBy(int) - Method in class com.softwareag.tamino.db.api.response.logging.TXMLObjectFetchingIteratorTimeLoggingImpl
Indicates if this iterator can be moved by the given offset.
canMoveBy(int) - Method in class com.softwareag.tamino.db.api.response.logging.TXMLObjectIteratorTimeLoggingImpl
Indicates if this iterator can be moved by the given offset.
canMoveBy(int) - Method in class com.softwareag.tamino.db.api.response.TNonXMLObjectIteratorImpl
Indicates if this iterator can be moved by the given offset.
canMoveBy(int) - Method in class com.softwareag.tamino.db.api.response.TXMLObjectFetchingIterator
Indicates if this iterator can be moved by the given offset.
canMoveBy(int) - Method in class com.softwareag.tamino.db.api.response.TXMLObjectIteratorImpl
Indicates if this iterator can be moved by the given offset.
canRemove(Object) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.filter.ContentFilter
Check to see if the object can be removed from the list.
canRemove(Object) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.filter.ElementFilter
Check to see if the object can be removed from the list.
canRemove(Object) - Method in interface com.softwareag.tamino.db.api.response.sax.helper.sodom.filter.Filter
Check to see if the object can be removed from the list.
canWriteToOutputStream() - Method in class com.softwareag.tamino.db.api.objectModel.dom.TDOMAdapter
Indicates if this instance can be currently written to an output stream.
canWriteToOutputStream() - Method in class com.softwareag.tamino.db.api.objectModel.sax.TSAXAdapter
Indicates if this instance can be currently written to an output stream.
canWriteToOutputStream() - Method in class com.softwareag.tamino.db.api.objectModel.stream.TStreamAdapter
Indicates if this instance can be currently written to an output stream.
canWriteToOutputStream() - Method in class com.softwareag.tamino.db.api.objectModel.TDataObject
Indicates if the object's XML content can be currently written to an output stream.
canWriteToOutputStream() - Method in class com.softwareag.tamino.db.api.objectModel.TNonXMLObject
Indicates if the content of the TNonXMLObject instance can be written to an output stream; it indicates if the invocation of the writeTo method is possible.
cause - Variable in exception com.softwareag.tamino.db.api.response.sax.helper.sodom.SODOMException
A wrapped Throwable
CDATA - Class in com.softwareag.tamino.db.api.response.sax.helper.sodom
CDATA represents character-based content within an XML document represented by JDOM.
CDATA() - Constructor for class com.softwareag.tamino.db.api.response.sax.helper.sodom.CDATA
This is the protected, no-args constructor standard in all JDOM classes.
CDATA(String) - Constructor for class com.softwareag.tamino.db.api.response.sax.helper.sodom.CDATA
This constructor creates a new CDATA node, with the supplied string value as it's character content.
CDATA - Static variable in class com.softwareag.tamino.db.api.response.sax.helper.sodom.filter.ContentFilter
Mask for JDOM CDATA objects
cdata(String) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.input.DefaultSODOMFactory
 
cdata(String) - Method in interface com.softwareag.tamino.db.api.response.sax.helper.sodom.input.SODOMFactory
This creates the CDATA with the supplied text.
CDATA_ATTRIBUTE - Static variable in class com.softwareag.tamino.db.api.response.sax.helper.sodom.Attribute
Attribute type: the attribute value is a string.
characters(char[], int, int) - Method in class com.softwareag.tamino.db.api.objectModel.sax.TSAXElementDefaultHandlerImpl
Receive notification of character data.
characters(char[], int, int) - Method in class com.softwareag.tamino.db.api.objectModel.stream.TStreamRootElementHandler
Receive notification of character content for a specific element.
characters(char[], int, int) - Method in class com.softwareag.tamino.db.api.objectModel.stream.TStreamWritingDefaultHandler
Receive notification of character content for a specific element.
characters(char[], int, int) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.input.SAXHandler
This will report character data (within an element).
characters(char[], int, int) - Method in class com.softwareag.tamino.db.api.response.sax.TSAXDispatchingDefaultHandler
Receive notification of character data inside an element.
characters(char[], int, int) - Method in class com.softwareag.tamino.db.api.response.stream.TStreamElementDefaultHandler
Receive notification of character content for a specific element.
CHEAP - Static variable in class com.softwareag.tamino.db.api.command.TCommandParameterValue
Constant that represents the "cheap" command value for the _count parameetr.
CHECK_SERVER_AVAILABILITY - Static variable in class com.softwareag.tamino.db.api.common.TPreference
The boooelan key that indicates whether the server availability will be checked for each new TConnection.
checkAttributeName(String) - Static method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.Verifier
This will check the supplied name to see if it is legal for use as a JDOM Attribute name.
checkCDATASection(String) - Static method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.Verifier
This will check the supplied data to see if it is legal for use as JDOM CDATA.
checkCharacterData(String) - Static method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.Verifier
This will check the supplied string to see if it only contains characters allowed by the XML 1.0 specification.
checkCommentData(String) - Static method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.Verifier
This will check the supplied data to see if it is legal for use as JDOM Comment data.
checkElementName(String) - Static method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.Verifier
This will check the supplied name to see if it is legal for use as a JDOM Element name.
checkNamespaceCollision(Namespace, Namespace) - Static method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.Verifier
Check if two namespaces collide.
checkNamespaceCollision(Attribute, Element) - Static method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.Verifier
Check if Attribute's namespace collides with a Element's namespace.
checkNamespaceCollision(Namespace, Element) - Static method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.Verifier
Check if a Namespace collides with a Element's namespace.
checkNamespaceCollision(Namespace, Attribute) - Static method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.Verifier
Check if a Namespace collides with a Attribute's namespace.
checkNamespaceCollision(Namespace, List<Object>) - Static method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.Verifier
Check if a Namespace collides with any namespace from a list of objects.
checkNamespacePrefix(String) - Static method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.Verifier
This will check the supplied name to see if it is legal for use as a JDOM Namespace prefix.
checkNamespaceURI(String) - Static method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.Verifier
This will check the supplied name to see if it is legal for use as a JDOM Namespace URI.
checkProcessingInstructionTarget(String) - Static method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.Verifier
This will check the supplied data to see if it is legal for use as a JDOM ProcessingInstruction target.
checkPublicID(String) - Static method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.Verifier
This will ensure that the data for a public identifier is legal.
checkServerAvailabilityAndVersion() - Method in class com.softwareag.tamino.db.api.invocation.TAbstractInvocation
Check if there is an available Tamino database server and what version does it have? If the server is available and responses adequate this method returns null.
checkSystemLiteral(String) - Static method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.Verifier
This will ensure that the data for a system literal is legal.
checkXMLName(String) - Static method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.Verifier
This is a utility function for sharing the base process of checking any XML name.
clear() - Method in class com.softwareag.tamino.db.api.command.TCommandStatement
Clears the command statements internal command/value and commandparameter/value representation.
clear() - Method in class com.softwareag.tamino.db.api.common.TDatabaseVersionCache
Clear the cache.
clear() - Method in class com.softwareag.tamino.db.api.response.stream.TStreamElementDefaultHandler
Clears the current given internal parsing state so that a new SAX parsing can be initiated.
clear() - Method in interface com.softwareag.tamino.db.api.response.TResponseInfoContent
Clears the entire information content that is up to the current time given.
clear() - Method in class com.softwareag.tamino.db.api.response.TResponseInfoContentImpl
Clears the entire information content that is given up to the current time.
clear() - Method in interface com.softwareag.tamino.db.api.response.TResponseQueryContent
Clears the entire set.
clear() - Method in class com.softwareag.tamino.db.api.response.TResponseQueryContentImpl
Clears the entire set.
CLIENTREQUESTID - Static variable in class com.softwareag.tamino.db.api.command.TCommandParameter
Constant that represents the "_clientRequestId" command parameter.
CLIENTREQUESTID - Static variable in class com.softwareag.tamino.db.api.io.TStreamHeader
Key that identifies the the Tamino X-INO-clientRequestId parameter.
clientRequests - Variable in class com.softwareag.tamino.db.api.accessor.TAbstractAccessor
Application-Generated Unique Request Identifier
clone() - Method in class com.softwareag.tamino.db.api.accessor.TAccessLocation
Returns a cloned instance.
clone() - Method in class com.softwareag.tamino.db.api.command.TCommandStatement
Makes a clone of the command statement.
clone() - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.Attribute
This will return a clone of this Attribute.
clone() - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.CDATA
This will return a clone of this CDATA node, with the same character content, but no parent.
clone() - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.Comment
This will return a clone of this Comment.
clone() - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.DocType
This will return a clone of this DocType.
clone() - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.Document
This will return a deep clone of this Document.
clone() - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.Element
This returns a deep clone of this element.
clone() - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.EntityRef
This will return a clone of this EntityRef.
clone() - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.ProcessingInstruction
This will return a clone of this ProcessingInstruction.
clone() - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.Text
This will return a clone of this Text node, with the same character content, but no parent.
close(TPreparedXQuery) - Method in interface com.softwareag.tamino.db.api.accessor.TStreamAccessor
Removes prepared XQuery.
close(TPreparedXQuery) - Method in class com.softwareag.tamino.db.api.accessor.TStreamAccessorImpl
Removes prepared XQuery.
close(TPreparedXQuery) - Method in interface com.softwareag.tamino.db.api.accessor.TXMLObjectAccessor
Removes prepared XQuery.
close(TPreparedXQuery) - Method in class com.softwareag.tamino.db.api.accessor.TXMLObjectAccessorImpl
Removes prepared XQuery.
CLOSE - Static variable in class com.softwareag.tamino.db.api.command.TCommandValue
Constant that represents the "close" command value for the cursor command.
close() - Method in interface com.softwareag.tamino.db.api.connection.TConnection
Closes the TConnection instance.
close() - Method in class com.softwareag.tamino.db.api.connection.TConnectionImpl
Closes the connection to Tamino.
close() - Method in class com.softwareag.tamino.db.api.connection.TPooledConnection
Closes the connection to Tamino.
close() - Method in class com.softwareag.tamino.db.api.invocation.http.THTTPInvocationRequestWriter
Closes the invocation request.
close() - Method in class com.softwareag.tamino.db.api.invocation.TAbstractInvocation
Closes the invocation capability on Tamino.
close() - Method in interface com.softwareag.tamino.db.api.invocation.TInvocation
Closes the invocation capability on Tamino.
close() - Method in class com.softwareag.tamino.db.api.invocation.TInvocationRequestWriter
Closes the invocation request.
close() - Method in class com.softwareag.tamino.db.api.invocation.wsl.TWSLInvocationRequestWriter
Closes the invocation request.
close() - Method in class com.softwareag.tamino.db.api.invocation.wsl.WSL
Closes a connection to Tamino by destroying the communication buffer.
close() - Method in class com.softwareag.tamino.db.api.io.TBufferedByteArrayInputStream
Close this inputStream.
close() - Method in class com.softwareag.tamino.db.api.io.TBufferedReader
Close this Reader.
close() - Method in class com.softwareag.tamino.db.api.io.TInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class com.softwareag.tamino.db.api.io.TOutputStreamWriter
Closes the writer.
close() - Method in interface com.softwareag.tamino.db.api.objectModel.TNonXMLObjectIterator
Closes this iterator.
close() - Method in interface com.softwareag.tamino.db.api.objectModel.TXMLObjectIterator
Closes this iterator.
close() - Method in class com.softwareag.tamino.db.api.response.logging.TNonXMLObjectIteratorTimeLoggingImpl
Invalidate this iterator.
close() - Method in class com.softwareag.tamino.db.api.response.logging.TXMLObjectFetchingIteratorTimeLoggingImpl
Invalidate this iterator.
close() - Method in class com.softwareag.tamino.db.api.response.logging.TXMLObjectIteratorTimeLoggingImpl
Invalidate this iterator.
close() - Method in class com.softwareag.tamino.db.api.response.TNonXMLObjectIteratorImpl
Invalidate this iterator.
close() - Method in class com.softwareag.tamino.db.api.response.TXMLObjectFetchingIterator
Invalidate this iterator.
close() - Method in class com.softwareag.tamino.db.api.response.TXMLObjectIteratorImpl
Invalidate this iterator.
closeCursor(String) - Method in class com.softwareag.tamino.db.api.accessor.logging.TStreamAccessorTimeLoggingImpl
Releases a cursor.
closeCursor(String) - Method in interface com.softwareag.tamino.db.api.accessor.TStreamAccessor
Releases a cursor.
closeCursor(String) - Method in class com.softwareag.tamino.db.api.accessor.TStreamAccessorImpl
Releases a cursor.
closed(TInputStream) - Method in interface com.softwareag.tamino.db.api.io.TInputStreamCloseListener
Notify when the TInputStream has been closed.
CODE - Static variable in class com.softwareag.tamino.db.api.namespace.TInoNamespace
Constant that represents the code attribute within the messagetext or warningtext element.
COLLECTION - Static variable in class com.softwareag.tamino.db.api.command.TCommandParameter
Constant that represents the "_collection" command parameter.
COLLECTION - Static variable in class com.softwareag.tamino.db.api.io.TStreamHeader
Key that identifies the collection.
COLLECTION - Static variable in class com.softwareag.tamino.db.api.namespace.TInoNamespace
Constant that represents the collection element within the ino namespace.
COLLECTION - Static variable in class com.softwareag.tamino.db.api.namespace.TSDNamespace
Constant that represents the collection element within the tsd namespace.
com.softwareag.tamino.db.api.accessor - package com.softwareag.tamino.db.api.accessor
Provides classes and interfaces to access and query documents stored in Tamino.
com.softwareag.tamino.db.api.accessor.logging - package com.softwareag.tamino.db.api.accessor.logging
 
com.softwareag.tamino.db.api.activator - package com.softwareag.tamino.db.api.activator
 
com.softwareag.tamino.db.api.command - package com.softwareag.tamino.db.api.command
 
com.softwareag.tamino.db.api.common - package com.softwareag.tamino.db.api.common
Provides classes and interfaces common to all of the Tamino API packages.
com.softwareag.tamino.db.api.connection - package com.softwareag.tamino.db.api.connection
Provides classes and interfaces to establish connections and manage transactions.
com.softwareag.tamino.db.api.invocation - package com.softwareag.tamino.db.api.invocation
 
com.softwareag.tamino.db.api.invocation.http - package com.softwareag.tamino.db.api.invocation.http
 
com.softwareag.tamino.db.api.invocation.wsl - package com.softwareag.tamino.db.api.invocation.wsl
 
com.softwareag.tamino.db.api.io - package com.softwareag.tamino.db.api.io
Provides classes and interfaces for basic stream handling.
com.softwareag.tamino.db.api.logging - package com.softwareag.tamino.db.api.logging
 
com.softwareag.tamino.db.api.message - package com.softwareag.tamino.db.api.message
 
com.softwareag.tamino.db.api.namespace - package com.softwareag.tamino.db.api.namespace
 
com.softwareag.tamino.db.api.objectModel - package com.softwareag.tamino.db.api.objectModel
Provides classes and interfaces to work with object models in general.
com.softwareag.tamino.db.api.objectModel.dom - package com.softwareag.tamino.db.api.objectModel.dom
Provides classes and interfaces to work with a DOM object model.
com.softwareag.tamino.db.api.objectModel.sax - package com.softwareag.tamino.db.api.objectModel.sax
Provides classes and interfaces to work with a SAX object model.
com.softwareag.tamino.db.api.objectModel.stream - package com.softwareag.tamino.db.api.objectModel.stream
Provides classes and interfaces to work with a stream object model.
com.softwareag.tamino.db.api.response - package com.softwareag.tamino.db.api.response
Provides the classes and interfaces to access result information returned by Tamino.
com.softwareag.tamino.db.api.response.dom - package com.softwareag.tamino.db.api.response.dom
 
com.softwareag.tamino.db.api.response.logging - package com.softwareag.tamino.db.api.response.logging
 
com.softwareag.tamino.db.api.response.meager - package com.softwareag.tamino.db.api.response.meager
 
com.softwareag.tamino.db.api.response.sax - package com.softwareag.tamino.db.api.response.sax
 
com.softwareag.tamino.db.api.response.sax.helper - package com.softwareag.tamino.db.api.response.sax.helper
 
com.softwareag.tamino.db.api.response.sax.helper.sodom - package com.softwareag.tamino.db.api.response.sax.helper.sodom
SODOM is a clone of JDOM beta 8.
com.softwareag.tamino.db.api.response.sax.helper.sodom.filter - package com.softwareag.tamino.db.api.response.sax.helper.sodom.filter
 
com.softwareag.tamino.db.api.response.sax.helper.sodom.input - package com.softwareag.tamino.db.api.response.sax.helper.sodom.input
 
com.softwareag.tamino.db.api.response.stream - package com.softwareag.tamino.db.api.response.stream
 
com.softwareag.tamino.db.protocols.wsl - package com.softwareag.tamino.db.protocols.wsl
 
comment(char[], int, int) - Method in class com.softwareag.tamino.db.api.objectModel.stream.TStreamWritingDefaultHandler
Report an XML comment anywhere in the document.
comment(char[], int, int) - Method in class com.softwareag.tamino.db.api.objectModel.stream.TStreamWritingLexicalHandler
Report an XML comment anywhere in the document.
Comment - Class in com.softwareag.tamino.db.api.response.sax.helper.sodom
Comment defines behavior for an XML comment, modeled in Java.
Comment() - Constructor for class com.softwareag.tamino.db.api.response.sax.helper.sodom.Comment
Default, no-args constructor for implementations to use if needed.
Comment(String) - Constructor for class com.softwareag.tamino.db.api.response.sax.helper.sodom.Comment
This creates the comment with the supplied text.
COMMENT - Static variable in class com.softwareag.tamino.db.api.response.sax.helper.sodom.filter.ContentFilter
Mask for JDOM Comment objects
comment(String) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.input.DefaultSODOMFactory
 
comment(char[], int, int) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.input.SAXHandler
This reports that a comments is parsed.
comment(String) - Method in interface com.softwareag.tamino.db.api.response.sax.helper.sodom.input.SODOMFactory
This creates the comment with the supplied text.
comment(char[], int, int) - Method in class com.softwareag.tamino.db.api.response.sax.TSAXDispatchingLexicalHandler
Report an XML comment anywhere in the document.
comment(char[], int, int) - Method in class com.softwareag.tamino.db.api.response.stream.TStreamElementDefaultHandler
Report an XML comment anywhere in the document.
COMMIT - Static variable in class com.softwareag.tamino.db.api.command.TCommand
Constant that represents the "_commit" command verb Commit a transaction
commit() - Method in interface com.softwareag.tamino.db.api.connection.TLocalTransaction
Performs a commit on the local transaction instance.
commit() - Method in class com.softwareag.tamino.db.api.connection.TLocalTransactionMode
Performs a commit on the running transaction.
COMMITTED_COMMAND - Static variable in class com.softwareag.tamino.db.api.connection.TIsolationDegree
Constant that represents Taminos _isolationLevel=committedCommand.
COMPACT_OUTPUT - Static variable in class com.softwareag.tamino.db.api.logging.TTimeLogger
Display the time keeper information in a summarized form.
configureContentHandler(SAXHandler) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.input.SAXBuilder
This configures the SAXHandler that will be used to build the Document.
configureParser(XMLReader, SAXHandler) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.input.SAXBuilder
This configures the XMLReader to be used for reading the XML document.
CONNECT - Static variable in class com.softwareag.tamino.db.api.command.TCommand
Constant that represents the "_connect" command verb Start a database session
connect() - Method in class com.softwareag.tamino.db.protocols.wsl.WslURLConnection
Opens the connection (empty method).
containsKey(String) - Method in class com.softwareag.tamino.db.api.io.TStreamHeader
Indicates if the specified key is given.
containsValue(String) - Method in class com.softwareag.tamino.db.api.io.TStreamHeader
Indicates if the specified value is given.
content - Variable in class com.softwareag.tamino.db.api.response.sax.helper.sodom.Document
This Document's Comments, ProcessingInstructions and the root Element.
content - Variable in class com.softwareag.tamino.db.api.response.sax.helper.sodom.Element
The mixed content of the Element.
ContentFilter - Class in com.softwareag.tamino.db.api.response.sax.helper.sodom.filter
ContentFilter is a general purpose Filter representing all legal JDOM objects and allows the ability to set and unset the visiblity of these objects.
ContentFilter() - Constructor for class com.softwareag.tamino.db.api.response.sax.helper.sodom.filter.ContentFilter
Default constructor that allows any legal JDOM objects.
ContentFilter(boolean) - Constructor for class com.softwareag.tamino.db.api.response.sax.helper.sodom.filter.ContentFilter
Set whether all JDOM objects are visible or not.
ContentFilter(int) - Constructor for class com.softwareag.tamino.db.api.response.sax.helper.sodom.filter.ContentFilter
Filter out JDOM objects according to a filtering mask.
COUNT - Static variable in class com.softwareag.tamino.db.api.command.TCommandParameter
Constant that represents the "_count" command parameter.
COUNT - Static variable in class com.softwareag.tamino.db.api.namespace.TInoNamespace
Constant that represents the count attribute within the ino namespace.
createContentHandler() - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.input.SAXBuilder
This creates the SAXHandler that will be used to build the Document.
createParser() - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.input.SAXBuilder
This creates the XMLReader to be used for reading the XML document.
createResourceId(Locale, String) - Method in class com.softwareag.tamino.db.api.response.dom.TResponseDomMessages
 
createTException() - Method in class com.softwareag.tamino.db.api.io.TInputStream
Constructs a TException with the returnvalue, code, messageline and messagetext from this TInputStream.
createTResourceId(Locale, String) - Method in class com.softwareag.tamino.db.api.accessor.TAccessorMessages
 
createTResourceId(Locale, String) - Method in class com.softwareag.tamino.db.api.common.TCommonMessages
 
createTResourceId(Locale, String) - Method in class com.softwareag.tamino.db.api.connection.TConnectionMessages
 
createTResourceId(Locale, String) - Method in class com.softwareag.tamino.db.api.invocation.http.THTTPInvocationMessages
 
createTResourceId(Locale, String) - Method in class com.softwareag.tamino.db.api.invocation.TInvocationMessages
 
createTResourceId(Locale, String) - Method in class com.softwareag.tamino.db.api.invocation.wsl.TWSLInvocationMessages
 
createTResourceId(Locale, String) - Method in class com.softwareag.tamino.db.api.objectModel.dom.TDomMessages
 
createTResourceId(Locale, String) - Method in class com.softwareag.tamino.db.api.objectModel.sax.TSaxMessages
 
createTResourceId(Locale, String) - Method in class com.softwareag.tamino.db.api.objectModel.stream.TStreamMessages
 
createTResourceId(Locale, String) - Method in class com.softwareag.tamino.db.api.objectModel.TObjectModelMessages
 
createTResourceId(Locale, String) - Method in class com.softwareag.tamino.db.api.response.TResponseMessages
 
CURRENT - Static variable in class com.softwareag.tamino.db.api.namespace.TInoNamespace
Constant that represents the current element within the ino namespace.
CURSOR - Static variable in class com.softwareag.tamino.db.api.command.TCommand
Constant that represents the "_cursor" command verb Open a cursor
CURSOR - Static variable in class com.softwareag.tamino.db.api.namespace.TInoNamespace
Constant that represents the cursor element within the ino namespace.

D

DATABASE - Static variable in class com.softwareag.tamino.db.api.namespace.TInoNamespace
Constant that represents the database element within the ino namespace.
DataConversionException - Exception in com.softwareag.tamino.db.api.response.sax.helper.sodom
DataConversionException is thrown when a requested XML value is requested to be converted, and conversion fails.
DataConversionException(String, String) - Constructor for exception com.softwareag.tamino.db.api.response.sax.helper.sodom.DataConversionException
This will create an Exception indicating that the specified attribute does not exist for the current element.
DATE - Static variable in class com.softwareag.tamino.db.api.accessor.TXQTypes
Constant that represents XML data type xs:boolean
DATE - Static variable in class com.softwareag.tamino.db.api.namespace.TInoNamespace
Constant that represents the date attribute within the ino namespace.
DATETIME - Static variable in class com.softwareag.tamino.db.api.accessor.TXQTypes
Constant that represents XML data type xs:dateTime
DEBUG_SYSTEM_PROPERTY - Static variable in class com.softwareag.tamino.db.api.common.TDebug
 
DECIMAL - Static variable in class com.softwareag.tamino.db.api.accessor.TXQTypes
Constant that represents XML data type xs:decimal
declaredNamespaces - Variable in class com.softwareag.tamino.db.api.response.sax.helper.sodom.input.SAXHandler
Temporary holder for namespaces that have been declared with startPrefixMapping, but are not yet available on the element
decode(String) - Method in class com.softwareag.tamino.db.api.invocation.TBase64EncodingStrategy
This method decodes the given string using the base64-encoding specified in RFC-2045 (Section 6.8).
decode(byte[]) - Method in class com.softwareag.tamino.db.api.invocation.TBase64EncodingStrategy
This method decodes the given byte[] using the base64-encoding specified in RFC-2045 (Section 6.8).
decode(String) - Method in interface com.softwareag.tamino.db.api.invocation.TEncodingStrategy
This method decodes the given encoded string according a concrete decoding algorithm.
decode(byte[]) - Method in interface com.softwareag.tamino.db.api.invocation.TEncodingStrategy
This method decodes the given encoded byte array according a concrete decoding algorithm.
DEFAULT_OBJECT_MODEL - Static variable in class com.softwareag.tamino.db.api.common.TPreference
The key for the default object model.
DEFAULT_TIMEOUT - Static variable in interface com.softwareag.tamino.db.api.connection.TConnection
This value indicates to use Tamino default values for the timeout parameters.
DefaultSODOMFactory - Class in com.softwareag.tamino.db.api.response.sax.helper.sodom.input
DefaultJDOMFactory creates the standard top-level JDOM classes (Element, Document, Comment, etc).
DefaultSODOMFactory() - Constructor for class com.softwareag.tamino.db.api.response.sax.helper.sodom.input.DefaultSODOMFactory
 
define(TXMLObject) - Method in class com.softwareag.tamino.db.api.accessor.logging.TSchemaDefinition2AccessorTimeLoggingImpl
Defines a schema represented by the given schema within the specified collection.
define(TXMLObject, boolean) - Method in class com.softwareag.tamino.db.api.accessor.logging.TSchemaDefinition3AccessorTimeLoggingImpl
Deprecated.
Please use the method define( TXMLObject schemaObject, TDefineMode defineMode ) instead.
define(TXMLObject, TDefineMode) - Method in class com.softwareag.tamino.db.api.accessor.logging.TSchemaDefinition3AccessorTimeLoggingImpl
Defines a Tamino schema depending on the defineMode indicator into the current database.
define(TXMLObject) - Method in class com.softwareag.tamino.db.api.accessor.logging.TSchemaDefinition3AccessorTimeLoggingImpl
Defines a schema represented by the given schema within the specified collection.
define(TDataObject) - Method in class com.softwareag.tamino.db.api.accessor.logging.TStreamAccessorTimeLoggingImpl
Defines a schema represented by the given schema within the specified collection.
define(TDataObject, boolean) - Method in class com.softwareag.tamino.db.api.accessor.logging.TStreamAccessorTimeLoggingImpl
Deprecated.
Please use the method define( TDataObject dataObject, TDefineMode defineMode ) instead.
define(TDataObject, TDefineMode) - Method in class com.softwareag.tamino.db.api.accessor.logging.TStreamAccessorTimeLoggingImpl
Defines a Tamino schema depending on the defineMode indicator into the current database.
define(TXMLObject) - Method in class com.softwareag.tamino.db.api.accessor.TAbstractSchemaDefinitionAccessor
Defines a schema represented by the given schema within the specified collection.
define(TXMLObject) - Method in interface com.softwareag.tamino.db.api.accessor.TSchemaDefinition2Accessor
Defines a schema represented by the schemaObject in the Tamino database.
define(TXMLObject) - Method in interface com.softwareag.tamino.db.api.accessor.TSchemaDefinition3Accessor
Defines a schema represented by the schemaObject input parameter in the Tamino database.
define(TXMLObject, boolean) - Method in interface com.softwareag.tamino.db.api.accessor.TSchemaDefinition3Accessor
Deprecated.
Please use the method define( TXMLObject schemaObject, TDefineMode defineMode ) instead.
define(TXMLObject, TDefineMode) - Method in interface com.softwareag.tamino.db.api.accessor.TSchemaDefinition3Accessor
Defines a Tamino schema depending on the defineMode indicator into the current database.
define(TXMLObject[]) - Method in interface com.softwareag.tamino.db.api.accessor.TSchemaDefinition3Accessor
Defines multiple schemas stored in an array of dataObjects.
define(TXMLObject[], TDefineMode) - Method in interface com.softwareag.tamino.db.api.accessor.TSchemaDefinition3Accessor
Defines multiple schemas stored in an array of dataObjects.
define(TXMLObject, boolean) - Method in class com.softwareag.tamino.db.api.accessor.TSchemaDefinition3AccessorImpl
Deprecated.
Please use the method define( TXMLObject schemaObject, TDefineMode defineMode ) instead.
define(TXMLObject, TDefineMode) - Method in class com.softwareag.tamino.db.api.accessor.TSchemaDefinition3AccessorImpl
Defines a Tamino schema depending on the defineMode indicator into the current database.
define(TXMLObject[]) - Method in class com.softwareag.tamino.db.api.accessor.TSchemaDefinition3AccessorImpl
Defines multiple schemas stored in an array of dataObjects.
define(TXMLObject[], TDefineMode) - Method in class com.softwareag.tamino.db.api.accessor.TSchemaDefinition3AccessorImpl
Defines multiple schemas stored in an array of dataObjects.
define(TDataObject) - Method in interface com.softwareag.tamino.db.api.accessor.TStreamAccessor
Defines a schema represented by the dataObject input parameter in the Tamino database.
define(TDataObject[]) - Method in interface com.softwareag.tamino.db.api.accessor.TStreamAccessor
Defines multiple schemas stored in an array of dataObjects.
define(TDataObject, boolean) - Method in interface com.softwareag.tamino.db.api.accessor.TStreamAccessor
Deprecated.
Please use the method define( TDataObject dataObject, TDefineMode defineMode ) instead.
define(TDataObject, TDefineMode) - Method in interface com.softwareag.tamino.db.api.accessor.TStreamAccessor
Defines a Tamino schema depending on the defineMode indicator into the current database.
define(TDataObject[], TDefineMode) - Method in interface com.softwareag.tamino.db.api.accessor.TStreamAccessor
Defines multiple schemas stored in an array of dataObjects.
define(TDataObject) - Method in class com.softwareag.tamino.db.api.accessor.TStreamAccessorImpl
Defines a schema represented by the given schema within the specified collection.
define(TDataObject, boolean) - Method in class com.softwareag.tamino.db.api.accessor.TStreamAccessorImpl
Deprecated.
Please use the method define( TDataObject dataObject, TDefineMode defineMode ) instead.
define(TDataObject, TDefineMode) - Method in class com.softwareag.tamino.db.api.accessor.TStreamAccessorImpl
Defines a Tamino schema depending on the defineMode indicator into the current database.
define(TDataObject[]) - Method in class com.softwareag.tamino.db.api.accessor.TStreamAccessorImpl
Defines multiple schemas stored in an array of dataObjects.
define(TDataObject[], TDefineMode) - Method in class com.softwareag.tamino.db.api.accessor.TStreamAccessorImpl
Defines multiple schemas stored in an array of dataObjects.
DEFINE - Static variable in class com.softwareag.tamino.db.api.command.TCommand
Constant that represents the "_define" command verb Create a collection or schema; modify an existing schema
delete(TNonXMLObject) - Method in class com.softwareag.tamino.db.api.accessor.logging.TNonXMLObjectAccessorTimeLoggingImpl
Deletes the non XML document represented by the TNonXMLObject from the Tamino database.
delete(TQuery) - Method in class com.softwareag.tamino.db.api.accessor.logging.TNonXMLObjectAccessorTimeLoggingImpl
Deletes the non XML document implicitly given by the specified xpath query.
delete(TDataObject) - Method in class com.softwareag.tamino.db.api.accessor.logging.TStreamAccessorTimeLoggingImpl
Deletes the XML document represented by the TXMLObject instance within the Tamino database.
delete(TQuery) - Method in class com.softwareag.tamino.db.api.accessor.logging.TStreamAccessorTimeLoggingImpl
Deletes all documents implicitly given by the specified XPath statement.
delete(TXMLObject) - Method in class com.softwareag.tamino.db.api.accessor.logging.TXMLObjectAccessorTimeLoggingImpl
Deletes the XML document represented by the TXMLObject instance within the Tamino database.
delete(TQuery) - Method in class com.softwareag.tamino.db.api.accessor.logging.TXMLObjectAccessorTimeLoggingImpl
Deletes a set of XML documents implicitly given by the specified xpath query.
delete(TNonXMLObject) - Method in interface com.softwareag.tamino.db.api.accessor.TNonXMLObjectAccessor
Deletes the non-XML document represented by the TNonXMLObject in the Tamino database.
delete(TQuery) - Method in interface com.softwareag.tamino.db.api.accessor.TNonXMLObjectAccessor
Deletes the non-XML document the specified by the query expression.
delete(TNonXMLObject) - Method in class com.softwareag.tamino.db.api.accessor.TNonXMLObjectAccessorImpl
Deletes the non XML document represented by the TNonXMLObject from the Tamino database.
delete(TQuery) - Method in class com.softwareag.tamino.db.api.accessor.TNonXMLObjectAccessorImpl
Deletes the non XML document implicitly given by the specified xpath query.
delete(TDataObject) - Method in interface com.softwareag.tamino.db.api.accessor.TStreamAccessor
Deletes the document represented by the TDataObject instance in the Tamino database.
delete(TQuery) - Method in interface com.softwareag.tamino.db.api.accessor.TStreamAccessor
Deletes a set of documents specified by the X-Query expression.
delete(TDataObject) - Method in class com.softwareag.tamino.db.api.accessor.TStreamAccessorImpl
Deletes the XML document represented by the TXMLObject instance within the Tamino database.
delete(TQuery) - Method in class com.softwareag.tamino.db.api.accessor.TStreamAccessorImpl
Deletes all documents implicitly given by the specified XPath statement.
delete(TXMLObject) - Method in interface com.softwareag.tamino.db.api.accessor.TXMLObjectAccessor
Deletes the XML document represented by the TXMLObject instance in the Tamino database.
delete(TQuery) - Method in interface com.softwareag.tamino.db.api.accessor.TXMLObjectAccessor
Deletes a set of XML documents specified by the query expression.
delete(TXMLObject) - Method in class com.softwareag.tamino.db.api.accessor.TXMLObjectAccessorImpl
Deletes the XML document represented by the TXMLObject instance within the Tamino database.
delete(TQuery) - Method in class com.softwareag.tamino.db.api.accessor.TXMLObjectAccessorImpl
Deletes a set of XML documents implicitly given by the specified xpath query.
DELETE - Static variable in class com.softwareag.tamino.db.api.command.TCommand
Constant that represents the "_delete" command verb Delete one or more objects
DELETE - Static variable in class com.softwareag.tamino.db.api.namespace.TSDNamespace
Constant that represents the update element within the tsd namespace.
deleteConnection(TPooledConnection) - Method in interface com.softwareag.tamino.db.api.connection.TConnectionPool
Method deleteConnection
deleteConnection(TPooledConnection) - Method in class com.softwareag.tamino.db.api.connection.TConnectionPoolImpl
Deletes a pooled connection.
deregister(String) - Static method in class com.softwareag.tamino.db.api.objectModel.TXMLObjectModel
Deregisters the specified object model from the API and can thus no longer be used afterwards.
DESTROY - Static variable in class com.softwareag.tamino.db.api.command.TCommand
Constant that represents the "_destroy" command verb Remove a Prepared Query
DESTROY - Static variable in class com.softwareag.tamino.db.api.connection.TGlobalTransactionSpecifier.TCompletion
Constant that represents the "Destroy" completion command parameter.
detach() - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.Attribute
This detaches the Attribute from its parent, or does nothing if the Attribute has no parent.
detach() - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.CDATA
Detaches the CDATA from its parent, or does nothing if the CDATA has no parent.
detach() - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.Comment
This detaches the Comment from its parent, or does nothing if the Comment has no parent.
detach() - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.Element
This detaches the element from its parent, or does nothing if the element has no parent.
detach() - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.EntityRef
This detaches the Entity from its parent, or does nothing if the Entity has no parent.
detach() - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.ProcessingInstruction
This detaches the PI from its parent, or does nothing if the PI has no parent.
detach() - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.Text
Detaches the Text from its parent, or does nothing if the Text has no parent.
detachRootElement() - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.Document
Detach the root Element from this document.
diagnose(TCommandValue) - Method in class com.softwareag.tamino.db.api.accessor.TSystemAccessorImpl
Execute the diagnose command.
DIAGNOSE - Static variable in class com.softwareag.tamino.db.api.command.TCommand
Constant that represents the "_diagnose" command verb Perform a diagnostic test
diagnose(String, String) - Method in class com.softwareag.tamino.db.api.invocation.wsl.WSL
 
DIAGNOSE - Static variable in class com.softwareag.tamino.db.api.namespace.TInoNamespace
Constant that represents the diagnose element within the ino namespace.
DIGEST_SCHEME - Static variable in class com.softwareag.tamino.db.api.invocation.http.THTTPAuthorization
The constant that represents the DIGEST scheme.
DISABLE_INO_DEFINATION - Static variable in class com.softwareag.tamino.db.api.common.TPreference
The pattern to configure the output string used by the duration logging for the messages.
DISCONNECT - Static variable in class com.softwareag.tamino.db.api.command.TCommand
Constant that represents the "_disconnect" command verb Terminate a database session
doClose() - Method in class com.softwareag.tamino.db.api.invocation.http.THTTPInvocation
Implements the plug in method doClose of TAbstractInvocation.
doClose() - Method in class com.softwareag.tamino.db.api.invocation.TAbstractInvocation
Plug in method for closing the invocation connection.
doClose() - Method in class com.softwareag.tamino.db.api.invocation.wsl.TWSLInvocation
Plug in method for closing the invocation connection.
DOCNAME - Static variable in class com.softwareag.tamino.db.api.namespace.TInoNamespace
Constant that represents the docname element within the ino namespace.
DOCTYPE - Static variable in class com.softwareag.tamino.db.api.command.TCommandParameter
Constant that represents the "_doctype" command parameter.
DOCTYPE - Static variable in class com.softwareag.tamino.db.api.io.TStreamHeader
Key that identifies the schema.
DOCTYPE - Static variable in class com.softwareag.tamino.db.api.namespace.TInoNamespace
Constant that represents the doctype element within the ino namespace.
DOCTYPE - Static variable in class com.softwareag.tamino.db.api.namespace.TSDNamespace
Constant that represents the doctype element within the tsd namespace.
DocType - Class in com.softwareag.tamino.db.api.response.sax.helper.sodom
DocType represents an XML DOCTYPE declaration.
DocType() - Constructor for class com.softwareag.tamino.db.api.response.sax.helper.sodom.DocType
Default, no-args constructor for implementations to use if needed.
DocType(String, String, String) - Constructor for class com.softwareag.tamino.db.api.response.sax.helper.sodom.DocType
This will create the DocType with the specified element name and a reference to an external DTD.
DocType(String, String) - Constructor for class com.softwareag.tamino.db.api.response.sax.helper.sodom.DocType
This will create the DocType with the specified element name and reference to an external DTD.
DocType(String) - Constructor for class com.softwareag.tamino.db.api.response.sax.helper.sodom.DocType
This will create the DocType with the specified element name
docType - Variable in class com.softwareag.tamino.db.api.response.sax.helper.sodom.Document
The DocType declaration.
docType(String, String, String) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.input.DefaultSODOMFactory
 
docType(String, String) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.input.DefaultSODOMFactory
 
docType(String) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.input.DefaultSODOMFactory
 
docType(String, String, String) - Method in interface com.softwareag.tamino.db.api.response.sax.helper.sodom.input.SODOMFactory
This will create the DocType with the specified element name and a reference to an external DTD.
docType(String, String) - Method in interface com.softwareag.tamino.db.api.response.sax.helper.sodom.input.SODOMFactory
This will create the DocType with the specified element name and reference to an external DTD.
docType(String) - Method in interface com.softwareag.tamino.db.api.response.sax.helper.sodom.input.SODOMFactory
This will create the DocType with the specified element name
DOCTYPE_DECL - Static variable in class com.softwareag.tamino.db.api.namespace.TXQNamespace
Constant that represents the doctypeDecl element within the ino namespace.
DOCUMENT - Static variable in class com.softwareag.tamino.db.api.command.TCommandParameter
Constant that represents the "_document" command parameter.
document - Variable in class com.softwareag.tamino.db.api.response.sax.helper.sodom.DocType
The document having this DOCTYPE
Document - Class in com.softwareag.tamino.db.api.response.sax.helper.sodom
Document defines behavior for an XML Document, modeled in Java.
Document() - Constructor for class com.softwareag.tamino.db.api.response.sax.helper.sodom.Document
Creates a new empty document.
Document(Element, DocType) - Constructor for class com.softwareag.tamino.db.api.response.sax.helper.sodom.Document
This will create a new Document, with the supplied Element as the root element and the supplied DocType declaration.
Document(Element) - Constructor for class com.softwareag.tamino.db.api.response.sax.helper.sodom.Document
This will create a new Document, with the supplied Element as the root element, and no DocType declaration.
Document(List, DocType) - Constructor for class com.softwareag.tamino.db.api.response.sax.helper.sodom.Document
This will create a new Document, with the supplied list of content, and the supplied DocType declaration.
Document(List) - Constructor for class com.softwareag.tamino.db.api.response.sax.helper.sodom.Document
This will create a new Document, with the supplied list of content, and no DocType declaration.
DOCUMENT - Static variable in class com.softwareag.tamino.db.api.response.sax.helper.sodom.filter.ContentFilter
Mask for JDOM Document object
document(Element, DocType) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.input.DefaultSODOMFactory
 
document(Element) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.input.DefaultSODOMFactory
 
document(Element, DocType) - Method in interface com.softwareag.tamino.db.api.response.sax.helper.sodom.input.SODOMFactory
This will create a new Document, with the supplied Element as the root element and the supplied DocType declaration.
document(Element) - Method in interface com.softwareag.tamino.db.api.response.sax.helper.sodom.input.SODOMFactory
This will create a new Document, with the supplied Element as the root element, and no DocType declaration.
doInterpret(TInputStream) - Method in class com.softwareag.tamino.db.api.response.dom.TDOMInputStreamInterpreter
Interprets the a general inputStream in a generic fashion.
doInterpret(TInputStream) - Method in class com.softwareag.tamino.db.api.response.meager.TMeagerInputStreamInterpreter
Interprets the a general inputStream in a generic fashion.
doInterpret(TInputStream) - Method in class com.softwareag.tamino.db.api.response.sax.helper.TSaxHelperInputStreamInterpreter
Interprets the a general inputStream in a generic fashion.
doInterpret(TInputStream) - Method in class com.softwareag.tamino.db.api.response.sax.TSAXInputStreamInterpreter
Performs the concrete interpretation of the TInputStream according the physical object model.
doInterpret(TInputStream) - Method in class com.softwareag.tamino.db.api.response.stream.TStreamInputStreamInterpreter
Performs the concrete interpretation of the TInputStream according the physical object model.
doInterpret(TInputStream) - Method in class com.softwareag.tamino.db.api.response.TInputStreamInterpreter
Performs the concrete interpretation of the TInputStream according the physical object model.
doInvoke(TCommandStatement, String, String, String, boolean) - Method in class com.softwareag.tamino.db.api.invocation.http.THTTPInvocation
Invokes a Tamino specific command given by a TCommandStatement on an underlying Tamino database.
doInvoke(TCommandStatement, String, String, String, boolean) - Method in class com.softwareag.tamino.db.api.invocation.TAbstractInvocation
Invokes a Tamino specific command given by a TCommandStatement on an underlying Tamino database.
doInvoke(TCommandStatement, String, String, String, boolean) - Method in interface com.softwareag.tamino.db.api.invocation.TRetryInvocation
Invokes a specific command given by a TCommandStatement on an underlying Tamino database.
doInvoke(TCommandStatement, String, String, String, boolean) - Method in class com.softwareag.tamino.db.api.invocation.wsl.TWSLInvocation
Invokes a specific command given by a TCommandStatement on an underlying Tamino database.
DOUBLE - Static variable in class com.softwareag.tamino.db.api.accessor.TXQTypes
Constant that represents XML data type xs:double
doUpdate(TStreamHeader) - Method in class com.softwareag.tamino.db.api.connection.TAutoCommitTransactionMode
Updates the transaction state according to the transaction specific content of the stream header.
doUpdate(TStreamHeader) - Method in class com.softwareag.tamino.db.api.connection.TGlobalTransactionMode
Updates the transaction state according to the transaction specific content of the stream header.
doUpdate(TStreamHeader) - Method in class com.softwareag.tamino.db.api.connection.TLocalTransactionMode
Updates the transaction state according to the transaction specific content of the stream header.
doUpdate(TStreamHeader) - Method in class com.softwareag.tamino.db.api.connection.TTransactionMode
Updates the transaction mode according to the transaction specific content of the stream header.
DURATION - Static variable in class com.softwareag.tamino.db.api.accessor.TXQTypes
Constant that represents XML data type xs:boolean
DURATION - Static variable in class com.softwareag.tamino.db.api.command.TCommandParameter
Constant that represents the "_duration" command parameter.
DURATION - Static variable in class com.softwareag.tamino.db.api.namespace.TInoNamespace
Constant that represents the duration attribute within the ino namespace.
DURATION_LOGGING - Static variable in class com.softwareag.tamino.db.api.common.TPreference
Indicates whether duration logging is enabled in generally when starting.
DURATION_LOGGING_LEVEL - Static variable in class com.softwareag.tamino.db.api.common.TPreference
The level used by the duration logging for the messages sent to the underlying log4j logger.
DURATION_LOGGING_PATTERN - Static variable in class com.softwareag.tamino.db.api.common.TPreference
The pattern to configure the output string used by the duration logging for the messages.

E

ECHO - Static variable in class com.softwareag.tamino.db.api.command.TCommandValue
Constant that represents the "echo" command value for the diagnose command.
Element - Class in com.softwareag.tamino.db.api.response.sax.helper.sodom
Element defines behavior for an XML element, modeled in Java.
Element() - Constructor for class com.softwareag.tamino.db.api.response.sax.helper.sodom.Element
This protected constructor is provided in order to support an Element subclass that wants full control over variable initialization.
Element(String, Namespace) - Constructor for class com.softwareag.tamino.db.api.response.sax.helper.sodom.Element
This will create a new Element with the supplied (local) name, and define the Namespace to be used.
Element(String) - Constructor for class com.softwareag.tamino.db.api.response.sax.helper.sodom.Element
This will create an Element in no Namespace.
Element(String, String) - Constructor for class com.softwareag.tamino.db.api.response.sax.helper.sodom.Element
This will create a new Element with the supplied (local) name, and specifies the URI of the Namespace the Element should be in, resulting it being unprefixed (in the default namespace).
Element(String, String, String) - Constructor for class com.softwareag.tamino.db.api.response.sax.helper.sodom.Element
This will create a new Element with the supplied (local) name, and specifies the prefix and URI of the Namespace the Element should be in.
ELEMENT - Static variable in class com.softwareag.tamino.db.api.response.sax.helper.sodom.filter.ContentFilter
Mask for JDOM Element objects
element(String, Namespace) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.input.DefaultSODOMFactory
 
element(String) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.input.DefaultSODOMFactory
 
element(String, String) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.input.DefaultSODOMFactory
 
element(String, String, String) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.input.DefaultSODOMFactory
 
element(String, Namespace) - Method in interface com.softwareag.tamino.db.api.response.sax.helper.sodom.input.SODOMFactory
This will create a new Element with the supplied (local) name, and define the Namespace to be used.
element(String) - Method in interface com.softwareag.tamino.db.api.response.sax.helper.sodom.input.SODOMFactory
This will create an Element in no Namespace.
element(String, String) - Method in interface com.softwareag.tamino.db.api.response.sax.helper.sodom.input.SODOMFactory
This will create a new Element with the supplied (local) name, and specifies the URI of the Namespace the Element should be in, resulting it being unprefixed (in the default namespace).
element(String, String, String) - Method in interface com.softwareag.tamino.db.api.response.sax.helper.sodom.input.SODOMFactory
This will create a new Element with the supplied (local) name, and specifies the prefix and URI of the Namespace the Element should be in.
ELEMENT_TYPE - Static variable in class com.softwareag.tamino.db.api.namespace.TNamespaceObject
Constant needed to classify namespace object as an element object.
elementDecl(String, String) - Method in class com.softwareag.tamino.db.api.objectModel.stream.TStreamWritingDeclHandler
Report an element type declaration.
elementDecl(String, String) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.input.SAXHandler
Handle an element declaration in a DTD
elementDecl(String, String) - Method in class com.softwareag.tamino.db.api.response.sax.TSAXDispatchingDeclHandler
Report an element type declaration.
ElementFilter - Class in com.softwareag.tamino.db.api.response.sax.helper.sodom.filter
The ElementFilter when applied to a FilterList will only allow Elements to be visible.
ElementFilter() - Constructor for class com.softwareag.tamino.db.api.response.sax.helper.sodom.filter.ElementFilter
Filter out the Elements.
ElementFilter(String) - Constructor for class com.softwareag.tamino.db.api.response.sax.helper.sodom.filter.ElementFilter
Filter out the Elements with the supplied name in any Namespace.
ElementFilter(Namespace) - Constructor for class com.softwareag.tamino.db.api.response.sax.helper.sodom.filter.ElementFilter
Filter out the Elements with the supplied Namespace.
ElementFilter(String, Namespace) - Constructor for class com.softwareag.tamino.db.api.response.sax.helper.sodom.filter.ElementFilter
Filter out the Elements with the supplied name and Namespace.
elementName - Variable in class com.softwareag.tamino.db.api.response.sax.helper.sodom.DocType
The element being constrained
encode(String) - Method in class com.softwareag.tamino.db.api.invocation.http.TURLPathEncoder
Encodes the given path so that it only contains ASCII characters.
encode(String) - Method in class com.softwareag.tamino.db.api.invocation.TBase64EncodingStrategy
This method encodes the given string using the base64-encoding specified in RFC-2045 (Section 6.8).
encode(byte[]) - Method in class com.softwareag.tamino.db.api.invocation.TBase64EncodingStrategy
This method encodes the given byte[] using the base64-encoding specified in RFC-2045 (Section 6.8).
encode(String) - Method in interface com.softwareag.tamino.db.api.invocation.TEncodingStrategy
This method encodes the given string according a concrete encoding algorithm.
encode(byte[]) - Method in interface com.softwareag.tamino.db.api.invocation.TEncodingStrategy
This method encodes the given byte array according a concrete encoding
ENCODING - Static variable in class com.softwareag.tamino.db.api.common.TPreference
The key for the Encoding preference.
end() - Method in class com.softwareag.tamino.db.api.connection.TAutoCommitTransactionMode
End this transaction mode.
end() - Method in class com.softwareag.tamino.db.api.connection.TGlobalTransactionMode
End this transaction mode.
end() - Method in class com.softwareag.tamino.db.api.connection.TLocalTransactionMode
End this transaction mode.
end() - Method in class com.softwareag.tamino.db.api.connection.TTransactionMode
End this transaction mode.
end() - Method in class com.softwareag.tamino.db.api.invocation.wsl.WSL
Ends a connection to Tamino for a given instance of WSL.
end() - Method in interface com.softwareag.tamino.db.api.logging.TTimekeeper
Ends a timekeeper.
endCDATA() - Method in class com.softwareag.tamino.db.api.objectModel.stream.TStreamWritingDefaultHandler
Report the end of a CDATA section.
endCDATA() - Method in class com.softwareag.tamino.db.api.objectModel.stream.TStreamWritingLexicalHandler
Report the end of a CDATA section.
endCDATA() - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.input.SAXHandler
Report a CDATA section - ignored in SAXBuilder.
endCDATA() - Method in class com.softwareag.tamino.db.api.response.sax.TSAXDispatchingLexicalHandler
Report the end of a CDATA section.
endCDATA() - Method in class com.softwareag.tamino.db.api.response.stream.TStreamElementDefaultHandler
Report the end of a CDATA section.
endDocument() - Method in class com.softwareag.tamino.db.api.objectModel.stream.TStreamRootElementHandler
Receive notification for the end of the document.
endDocument() - Method in class com.softwareag.tamino.db.api.objectModel.stream.TStreamWritingDefaultHandler
Receive notification of the end of the parsed document.
endDocument() - Method in class com.softwareag.tamino.db.api.response.sax.TSAXDispatchingDefaultHandler
Receive notification of the end of the document.
endDTD() - Method in class com.softwareag.tamino.db.api.objectModel.stream.TStreamWritingDefaultHandler
Report the end of DTD declarations.
endDTD() - Method in class com.softwareag.tamino.db.api.objectModel.stream.TStreamWritingLexicalHandler
Report the end of DTD declarations.
endDTD() - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.input.SAXHandler
This signifies that the reading of the DTD is complete.
endDTD() - Method in class com.softwareag.tamino.db.api.response.sax.TSAXDispatchingLexicalHandler
Report the end of DTD declarations.
endDTD() - Method in class com.softwareag.tamino.db.api.response.stream.TStreamElementDefaultHandler
Report the end of DTD declarations.
endElement(String, String, String) - Method in class com.softwareag.tamino.db.api.objectModel.sax.TSAXElementDefaultHandlerImpl
Receive notification of the ending of an element.
endElement(String, String, String) - Method in class com.softwareag.tamino.db.api.objectModel.stream.TStreamRootElementHandler
Receive notification of the ending of an element.
endElement(String, String, String) - Method in class com.softwareag.tamino.db.api.objectModel.stream.TStreamWritingDefaultHandler
Receive notification of the ending of an element.
endElement(String, String, String) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.input.SAXHandler
Indicates the end of an element (</[element name]>) is reached.
endElement(String, String, String) - Method in class com.softwareag.tamino.db.api.response.sax.TSAXDispatchingDefaultHandler
Receive notification of the end of an element.
endElement(String, String, String) - Method in class com.softwareag.tamino.db.api.response.stream.TStreamElementDefaultHandler
Receive notification of the ending of an element.
endEntity(String) - Method in class com.softwareag.tamino.db.api.objectModel.stream.TStreamWritingDefaultHandler
Report the end of an entity.
endEntity(String) - Method in class com.softwareag.tamino.db.api.objectModel.stream.TStreamWritingLexicalHandler
Report the end of an entity.
endEntity(String) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.input.SAXHandler
 
endEntity(String) - Method in class com.softwareag.tamino.db.api.response.sax.TSAXDispatchingLexicalHandler
Report the end of an entity.
endEntity(String) - Method in class com.softwareag.tamino.db.api.response.stream.TStreamElementDefaultHandler
Report the end of an entity.
endPrefixMapping(String) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.input.SAXHandler
This will add the prefix mapping to the JDOM Document object.
endPrefixMapping(String) - Method in class com.softwareag.tamino.db.api.response.sax.TSAXDispatchingDefaultHandler
Receive notification of the end of a Namespace mapping.
endPrefixMapping(String) - Method in class com.softwareag.tamino.db.api.response.stream.TStreamElementDefaultHandler
Receive notification of the end of prefix mapping for an element.
enlist(TGlobalTransactionSpecifier) - Method in interface com.softwareag.tamino.db.api.connection.TGlobalTransaction
Enlist the global transaction with the given specifier.
enlist(TGlobalTransactionSpecifier) - Method in class com.softwareag.tamino.db.api.connection.TGlobalTransactionMode
Use the given parameter for a global transaction.
ENLIST_2PC - Static variable in class com.softwareag.tamino.db.api.command.TCommand
Constant that represents the "_enlist2PC" command verb
enlistAll(TInputStream, TDataObject) - Method in class com.softwareag.tamino.db.api.response.THeaderEnlister
Enlists all relevant headers that might be given within the streams header instance on the given TDataObject and hands this instance back.
enlistAll(TResponseHandle, TDataObject) - Method in class com.softwareag.tamino.db.api.response.THeaderEnlister
Enlists all relevant headers that might be given within the response instance on the given TDataObject and hands this instance back.
enlistContentType(TInputStream, TDataObject) - Method in class com.softwareag.tamino.db.api.response.THeaderEnlister
Enlists the content-type header on the TDataObject instance and hands back this instance.
enlistContentType(TResponseHandle, TDataObject) - Method in class com.softwareag.tamino.db.api.response.THeaderEnlister
Enlists the content-type header on the TDataObject instance and hands back this instance.
enlistLastModified(TInputStream, TDataObject) - Method in class com.softwareag.tamino.db.api.response.THeaderEnlister
Enlists the last-modified header on the TDataObject instance and hands back this instance.
enlistLastModified(TResponseHandle, TDataObject) - Method in class com.softwareag.tamino.db.api.response.THeaderEnlister
Enlists the last-modified header on the TDataObject instance and hands back this instance.
ENTITIES_ATTRIBUTE - Static variable in class com.softwareag.tamino.db.api.response.sax.helper.sodom.Attribute
Attribute type: the attribute value is a list of entity names.
ENTITY - Static variable in class com.softwareag.tamino.db.api.accessor.TXQTypes
Constant that represents XML data type xs:ENTITY
ENTITY_ATTRIBUTE - Static variable in class com.softwareag.tamino.db.api.response.sax.helper.sodom.Attribute
Attribute type: the attribute value is the name of an entity.
EntityRef - Class in com.softwareag.tamino.db.api.response.sax.helper.sodom
EntityRef Defines an XML entity reference in Java.
EntityRef() - Constructor for class com.softwareag.tamino.db.api.response.sax.helper.sodom.EntityRef
Default, no-args constructor for implementations to use if needed.
EntityRef(String) - Constructor for class com.softwareag.tamino.db.api.response.sax.helper.sodom.EntityRef
This will create a new EntityRef with the supplied name.
EntityRef(String, String) - Constructor for class com.softwareag.tamino.db.api.response.sax.helper.sodom.EntityRef
This will create a new EntityRef with the supplied name and system id.
EntityRef(String, String, String) - Constructor for class com.softwareag.tamino.db.api.response.sax.helper.sodom.EntityRef
This will create a new EntityRef with the supplied name, public id, and system id.
ENTITYREF - Static variable in class com.softwareag.tamino.db.api.response.sax.helper.sodom.filter.ContentFilter
Mask for JDOM EnitityRef objects
entityRef(String) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.input.DefaultSODOMFactory
 
entityRef(String, String, String) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.input.DefaultSODOMFactory
 
entityRef(String) - Method in interface com.softwareag.tamino.db.api.response.sax.helper.sodom.input.SODOMFactory
This will create a new EntityRef with the supplied name.
entityRef(String, String, String) - Method in interface com.softwareag.tamino.db.api.response.sax.helper.sodom.input.SODOMFactory
This will create a new EntityRef with the supplied name, public ID, and system ID.
ENUMERATED_ATTRIBUTE - Static variable in class com.softwareag.tamino.db.api.response.sax.helper.sodom.Attribute
Attribute type: the attribute value is a name token from an enumeration.
equals(Object) - Method in class com.softwareag.tamino.db.api.accessor.TDefineMode
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.softwareag.tamino.db.api.accessor.TMediaType
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.softwareag.tamino.db.api.accessor.TOutputMethod
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.softwareag.tamino.db.api.accessor.TQuery
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.softwareag.tamino.db.api.accessor.TQuerySearchMode
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.softwareag.tamino.db.api.accessor.TScroll
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.softwareag.tamino.db.api.accessor.TSensitive
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.softwareag.tamino.db.api.accessor.TXQTypes
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.softwareag.tamino.db.api.accessor.TXQuery
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.softwareag.tamino.db.api.command.TCommandItemPair
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.softwareag.tamino.db.api.common.TDatabase
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.softwareag.tamino.db.api.common.TUri
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.softwareag.tamino.db.api.connection.TIsolationDegree
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.softwareag.tamino.db.api.connection.TLockMode
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.softwareag.tamino.db.api.connection.TLockwaitMode
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.Attribute
This tests for equality of this Attribute to the supplied Object.
equals(Object) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.CDATA
This tests for equality of this CDATA to the supplied Object, explicitly using the == operator.
equals(Object) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.Comment
This tests for equality of this Comment to the supplied Object.
equals(Object) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.DocType
This tests for equality of this DocType to the supplied Object.
equals(Object) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.Document
This tests for equality of this Document to the supplied Object.
equals(Object) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.Element
This tests for equality of this Element to the supplied Object, explicitly using the == operator.
equals(Object) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.EntityRef
This tests for equality of this Entity to the supplied Object.
equals(Object) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.filter.ContentFilter
Returns true if object is instance of ContentFilter and has the same filtering mask as this one.
equals(Object) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.filter.ElementFilter
Returns true if object is instance of ElementFilter and has the same parent Element, name, and namespace as this filter.
equals(Object) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.Namespace
This tests for equality - Two Namespaces are equal if and only if their URIs are byte-for-byte equals.
equals(Object) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.ProcessingInstruction
This tests for equality of this ProcessingInstruction to the supplied Object.
equals(Object) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.Text
This tests for equality of this Text to the supplied Object, explicitly using the == operator.
error(SAXParseException) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.input.BuilderErrorHandler
This method is called in response to an error that has occurred; this indicates that a rule was broken, typically in validation, but that parsing could reasonably continue.
error(SAXParseException) - Method in class com.softwareag.tamino.db.api.response.sax.TSAXDispatchingDefaultHandler
Receive notification of a recoverable parser error.
EscapeChars - Class in com.softwareag.tamino.db.api.common
Convenience methods for escaping special characters related to HTML, XML, and regular expressions.
ETC - Static variable in class com.softwareag.tamino.db.api.namespace.TInoNamespace
Constant that represents the etc element within the ino namespace.
execute(String) - Method in class com.softwareag.tamino.db.api.accessor.logging.TAdministrationAccessorTimeLoggingImpl
Execute an administrative command with the given command value and return the result as a raw input stream.
execute(TCommandStatement, String, String) - Method in class com.softwareag.tamino.db.api.accessor.logging.TGenericAccessorTimeLoggingImpl
Executes the given TCommandStatement instance on the connected Tamino database.
execute(TCommandStatement) - Method in class com.softwareag.tamino.db.api.accessor.logging.TGenericAccessorTimeLoggingImpl
Executes the given TCommandStatement instance on the connected Tamino database.
execute(String) - Method in interface com.softwareag.tamino.db.api.accessor.TAdministrationAccessor
Executes a Tamino administrative command.
execute(String) - Method in class com.softwareag.tamino.db.api.accessor.TAdministrationAccessorImpl
Execute an administrative command with the given command value and return the result as a raw input stream.
execute(TCommandStatement, String, String) - Method in interface com.softwareag.tamino.db.api.accessor.TGenericAccessor
Executes the given TCommandStatement instance on the connected Tamino database.
execute(TCommandStatement) - Method in interface com.softwareag.tamino.db.api.accessor.TGenericAccessor
Executes the given TCommandStatement instance on the connected Tamino database.
execute(TCommandStatement, String, String) - Method in class com.softwareag.tamino.db.api.accessor.TGenericAccessorImpl
Executes the given TCommandStatement instance on the connected Tamino database.
execute(TCommandStatement) - Method in class com.softwareag.tamino.db.api.accessor.TGenericAccessorImpl
Executes the given TCommandStatement instance on the connected Tamino database.
execute(TPreparedXQuery) - Method in interface com.softwareag.tamino.db.api.accessor.TStreamAccessor
Executes prepared XQuery.
execute(TPreparedXQuery) - Method in class com.softwareag.tamino.db.api.accessor.TStreamAccessorImpl
Executes prepared XQuery.
EXECUTE - Static variable in class com.softwareag.tamino.db.api.command.TCommand
Constant that represents the "_execute" command verb
explain(String) - Method in class com.softwareag.tamino.db.api.accessor.TQueryBuilder
Builds a TQuery instance for a explain query with no explanation level.
explain(String, TQueryBuilder.TExplainLevel) - Method in class com.softwareag.tamino.db.api.accessor.TQueryBuilder
Builds a TQuery instance for a explain query.
externalEntityDecl(String, String, String) - Method in class com.softwareag.tamino.db.api.objectModel.stream.TStreamWritingDeclHandler
Report a parsed external entity declaration.
externalEntityDecl(String, String, String) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.input.SAXHandler
This is called when the parser encounters an external entity declaration.
externalEntityDecl(String, String, String) - Method in class com.softwareag.tamino.db.api.response.sax.TSAXDispatchingDeclHandler
Report a parsed external entity declaration.
extVarialbles - Variable in class com.softwareag.tamino.db.api.accessor.TXQuery
 

F

factory - Variable in class com.softwareag.tamino.db.api.response.sax.helper.sodom.input.SAXBuilder
The factory for creating new JDOM objects
fatalError(SAXParseException) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.input.BuilderErrorHandler
This method is called in response to a fatal error; this indicates that a rule has been broken that makes continued parsing either impossible or an almost certain waste of time.
fatalError(SAXParseException) - Method in class com.softwareag.tamino.db.api.response.sax.TSAXDispatchingDefaultHandler
Report a fatal XML parsing error.
FETCH - Static variable in class com.softwareag.tamino.db.api.command.TCommandValue
Constant that represents the "fetch" command value for the cursor command.
fetchCursor(String, int, int) - Method in class com.softwareag.tamino.db.api.accessor.logging.TStreamAccessorTimeLoggingImpl
Fetches the results from a openCursor() from Tamino.
fetchCursor(String, int, int) - Method in interface com.softwareag.tamino.db.api.accessor.TStreamAccessor
Fetches a number of documents from a cursor.
fetchCursor(String, int, int) - Method in class com.softwareag.tamino.db.api.accessor.TStreamAccessorImpl
Fetches the results from a openCursor() from Tamino.
fetchVersion(TUri) - Method in class com.softwareag.tamino.db.api.common.TDatabaseVersionCache
Get the version from the given database uri.
fileToURL(File) - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.input.SAXBuilder
Imitation of File.toURL(), a JDK 1.2 method, reimplemented here to work with JDK 1.1.
Filter - Interface in com.softwareag.tamino.db.api.response.sax.helper.sodom.filter
Classes which wish to modify the behaviour of the FilterList can implement the list filter interface in order to reduce the visibility of certain items in the list, or to restrict the mutability of the list.
filterMask - Variable in class com.softwareag.tamino.db.api.response.sax.helper.sodom.filter.ContentFilter
The JDOM object mask
finalize() - Method in class com.softwareag.tamino.db.api.io.TInputStream
Try to close the inputStream.
FIRST - Static variable in class com.softwareag.tamino.db.api.namespace.TInoNamespace
Constant that represents the first element within the ino namespace.
FLOAT - Static variable in class com.softwareag.tamino.db.api.accessor.TXQTypes
Constant that represents XML data type xs:float
flush() - Method in class com.softwareag.tamino.db.api.io.TOutputStreamWriter
Flushes the writer.
flushCharacters() - Method in class com.softwareag.tamino.db.api.response.sax.helper.sodom.input.SAXHandler
This will flush any characters from SAX character calls we've been buffering.
forHrefAmpersand(String) - Static method in class com.softwareag.tamino.db.api.common.EscapeChars
Escape all ampersand characters in a URL.
forHTML(String) - Static method in class com.softwareag.tamino.db.api.common.EscapeChars
Escape characters for text appearing in HTML markup.
forRegex(String) - Static method in class com.softwareag.tamino.db.api.common.EscapeChars
Replace characters having special meaning in regular expressions with their escaped equivalents, preceded by a '\' character.
forReplacementString(String) - Static method in class com.softwareag.tamino.db.api.common.EscapeChars
Escape '$' and '\' characters in replacement strings.
forScriptTagsOnly(String) - Static method in class com.softwareag.tamino.db.api.common.EscapeChars
Disable all

Copyright (c) 2016 Software AG. All Rights Reserved.