The com.ddtek.jdbc.jxtr package implements the JDBC 3.0
interfaces for the Connect for
SQL/XML JDBC driver,
which is used to process the result set returned from a
SQL/XML query and create a
SQL/XML data source.com.ddtek.jxtr - package com.ddtek.jxtr
The com.ddtek.jxtr package implements the classes and
interfaces required to process and execute jXTransformer queries and write statements.CONVERTION_FAILED -
Static variable in class com.ddtek.jxtr.JXTRException
Conversion from dataype A to B is not supported.
createJXTRQuery(String) -
Method in interface com.ddtek.jdbc.jxtr.JXTRStatementFactory
Creates a JXTRQuery object based on the specified jXTransformer
query.
createJXTRQuery(String, int) -
Method in interface com.ddtek.jdbc.jxtr.JXTRStatementFactory
Creates a JXTRQuery object based on the specified jXTransformer
query and rewrite algorithm.
createJXTRResultSetWrapper(String, int) -
Method in interface com.ddtek.jdbc.jxtr.JXTRStatementFactory
Creates a JXTRResultSetWrapper object.
createJXTRSingleTableUpdate(String) -
Method in interface com.ddtek.jdbc.jxtr.JXTRStatementFactory
Creates a JXTRSingleTableUpdate object.
createJXTRUpdate(String) -
Method in interface com.ddtek.jdbc.jxtr.JXTRStatementFactory
Creates a JXTRUpdate object based on the specified jXTransformer
write statement.
D
- DATABASE_LIMITATIONS -
Static variable in class com.ddtek.jxtr.JXTRException
- Because of a database limitation, the requested algorithm cannot be
used to process the Connect for SQL/XML statement.
- DEMO_LICENSE_EXPIRED -
Static variable in class com.ddtek.jxtr.JXTRException
- The Connect for SQL/XML evaluation period has expired.
- DTD_NAMESPACE_CONFLICT -
Static variable in class com.ddtek.jxtr.JXTRException
- Conflicting namespace URIs were detected while generating DTD.
- DTD_REFERENCE_ALREADY_SET -
Static variable in class com.ddtek.jxtr.JXTRException
- The DTD reference has been set previously.
- dump(String, Writer) -
Method in class com.ddtek.jxtr.JXTRColInfo
- Dump internal structure.
- dump(Writer) -
Method in class com.ddtek.jxtr.JXTRResultSetWrapper
-
- dump(Writer) -
Method in class com.ddtek.jxtr.JXTRQueryBase
- Dumps the JXTRQuery internal structure.
- dump(Writer) -
Method in class com.ddtek.jxtr.JXTRQuery
-
E
- ELEMENT_CENTRIC -
Static variable in class com.ddtek.jxtr.JXTRResultSetWrapper
- Constant value used to generate element-centric XML documents.
- EMPTY_ELEMENT_CREATED -
Static variable in class com.ddtek.jxtr.JXTRQuery
- "Empty element" create behavior.
- EMPTY_ELEMENT_NOT_CREATED -
Static variable in class com.ddtek.jxtr.JXTRQuery
- "Empty element" create behavior.
- EMPTY_ELEMENT_NOTSET -
Static variable in class com.ddtek.jxtr.JXTRQuery
- "Empty element" create behavior.
- EXECUTE_REQUIRED -
Static variable in class com.ddtek.jxtr.JXTRException
- Before the DTD or XML Schema can be generated, an execute method
must be called.
- executeDOM() -
Method in class com.ddtek.jxtr.JXTRResultSetWrapper
-
- executeDOM() -
Method in class com.ddtek.jxtr.JXTRQueryBase
- Executes the jXTransformer query and returns the XML result as a
DOM level 2 document object.
- executeDOM() -
Method in class com.ddtek.jxtr.JXTRQuery
-
- executeDOM(Node) -
Method in class com.ddtek.jxtr.JXTRResultSetWrapper
-
- executeDOM(Node) -
Method in class com.ddtek.jxtr.JXTRQueryBase
- Executes the jXTransformer query and creates the XML result under
the specified DOM level 2 node.
- executeDOM(Node) -
Method in class com.ddtek.jxtr.JXTRQuery
-
- executeJDOM() -
Method in class com.ddtek.jxtr.JXTRResultSetWrapper
-
- executeJDOM() -
Method in class com.ddtek.jxtr.JXTRQueryBase
- Executes the jXTransformer query and returns a JDOM document.
- executeJDOM() -
Method in class com.ddtek.jxtr.JXTRQuery
-
- executeJDOM(org.jdom.Element) -
Method in class com.ddtek.jxtr.JXTRResultSetWrapper
-
- executeJDOM(org.jdom.Element) -
Method in class com.ddtek.jxtr.JXTRQueryBase
- Executes the jXTransformer query and creates the XML result under
the specified JDOM element node.
- executeJDOM(org.jdom.Element) -
Method in class com.ddtek.jxtr.JXTRQuery
-
- executeQuery() -
Method in class com.ddtek.jxtr.JXTRQuery
- Executes a jXTransformer query and returns XML values in a result set.
- executeSAX(XMLReader) -
Method in class com.ddtek.jxtr.JXTRResultSetWrapper
-
- executeSAX(XMLReader) -
Method in class com.ddtek.jxtr.JXTRQueryBase
- Executes the jXTransformer query and invokes SAX2 callbacks
registered with the specified XMLReader.
- executeSAX(XMLReader) -
Method in class com.ddtek.jxtr.JXTRQuery
-
- executeUpdate() -
Method in class com.ddtek.jxtr.JXTRUpdate
- Executes the jXTransformer write statement.
- executeUpdate() -
Method in class com.ddtek.jxtr.JXTRSingleTableUpdate
- Executes the jXTransformer write statement.
- executeWriter(Writer, boolean) -
Method in class com.ddtek.jxtr.JXTRResultSetWrapper
-
- executeWriter(Writer, boolean) -
Method in class com.ddtek.jxtr.JXTRQueryBase
- Executes the jXTransformer query and writes the XML as a
character stream to the specified writer, which should use
UTF-8 encoding.
- executeWriter(Writer, boolean) -
Method in class com.ddtek.jxtr.JXTRQuery
-
- executeWriter(Writer, boolean, int) -
Method in class com.ddtek.jxtr.JXTRResultSetWrapper
-
- executeWriter(Writer, boolean, int) -
Method in class com.ddtek.jxtr.JXTRQueryBase
- Executes the jXTransformer query and writes the XML result as a
character stream to the specified writer, which should use UTF-8
encoding.
- executeWriter(Writer, boolean, int) -
Method in class com.ddtek.jxtr.JXTRQuery
-
- executeWriter(Writer, boolean, String) -
Method in class com.ddtek.jxtr.JXTRResultSetWrapper
-
- executeWriter(Writer, boolean, String) -
Method in class com.ddtek.jxtr.JXTRQueryBase
- Executes the jXTransformer query and writes the XML result as a
character stream to the specified writer, which should use the
specified encoding.
- executeWriter(Writer, boolean, String) -
Method in class com.ddtek.jxtr.JXTRQuery
-
- executeWriter(Writer, boolean, String, int) -
Method in class com.ddtek.jxtr.JXTRResultSetWrapper
-
- executeWriter(Writer, boolean, String, int) -
Method in class com.ddtek.jxtr.JXTRQueryBase
- Executes the jXTransformer query and writes the XML as a character
stream to the specified writer, which should use the specified
encoding.
- executeWriter(Writer, boolean, String, int) -
Method in class com.ddtek.jxtr.JXTRQuery
-
F
- findColumn(String) -
Method in interface com.ddtek.jxtr.JXTRResultSet
- Maps the specified ResultSet column name to its ResultSet column index.
G
- generateDTD(Writer) -
Method in class com.ddtek.jxtr.JXTRResultSetWrapper
-
- generateDTD(Writer) -
Method in class com.ddtek.jxtr.JXTRQueryBase
- Generates a DTD describing the structure of the jXTransformer query
result and writes the DTD to the specified Writer.
- generateDTD(Writer) -
Method in class com.ddtek.jxtr.JXTRQuery
-
- generateSAX(XMLReader) -
Method in class com.ddtek.jxtr.JXTRColInfo
- Generates XML SAX events that correspond to this column's XML value.
- generateSAX(XMLReader) -
Method in class com.ddtek.jdbc.jxtr.XMLType
- Generates a SAX2 event stream corresponding to the retrieved
XML value.
- generateXMLSchema(Map) -
Method in class com.ddtek.jxtr.JXTRResultSetWrapper
-
- generateXMLSchema(Map) -
Method in class com.ddtek.jxtr.JXTRQueryBase
- Generates multiple XML Schemas describing the structure of the
jXTransformer query result.
- generateXMLSchema(Map) -
Method in class com.ddtek.jxtr.JXTRQuery
-
- generateXMLSchema(Map, int) -
Method in class com.ddtek.jxtr.JXTRResultSetWrapper
-
- generateXMLSchema(Map, int) -
Method in class com.ddtek.jxtr.JXTRQueryBase
- Generates multiple XML Schemas describing the structure of the
jXTransformer query result.
- generateXMLSchema(Map, int) -
Method in class com.ddtek.jxtr.JXTRQuery
-
- generateXMLSchema(Map, String) -
Method in class com.ddtek.jxtr.JXTRResultSetWrapper
-
- generateXMLSchema(Map, String) -
Method in class com.ddtek.jxtr.JXTRQueryBase
- Generates multiple XML Schemas describing the structure of the
jXTransformer query result.
- generateXMLSchema(Map, String) -
Method in class com.ddtek.jxtr.JXTRQuery
-
- generateXMLSchema(Map, String, int) -
Method in class com.ddtek.jxtr.JXTRResultSetWrapper
-
- generateXMLSchema(Map, String, int) -
Method in class com.ddtek.jxtr.JXTRQueryBase
- Generates multiple XML Schemas describing the structure of the
jXTransformer query result.
- generateXMLSchema(Map, String, int) -
Method in class com.ddtek.jxtr.JXTRQuery
-
- generateXMLSchema(Writer) -
Method in class com.ddtek.jxtr.JXTRResultSetWrapper
-
- generateXMLSchema(Writer) -
Method in class com.ddtek.jxtr.JXTRQueryBase
- Generates an XML Schema describing the structure of the
jXTransformer query result and writes the XML Schema to the
specified Writer.
- generateXMLSchema(Writer) -
Method in class com.ddtek.jxtr.JXTRQuery
-
- generateXMLSchema(Writer, String) -
Method in class com.ddtek.jxtr.JXTRResultSetWrapper
-
- generateXMLSchema(Writer, String) -
Method in class com.ddtek.jxtr.JXTRQueryBase
- Generates an XML Schema describing the structure of the
jXTransformer query result and writes the XML Schema to the
specified Writer, which should use UTF-8 encoding.
- generateXMLSchema(Writer, String) -
Method in class com.ddtek.jxtr.JXTRQuery
-
- generateXMLSchema(Writer, String, int) -
Method in class com.ddtek.jxtr.JXTRResultSetWrapper
-
- generateXMLSchema(Writer, String, int) -
Method in class com.ddtek.jxtr.JXTRQueryBase
- Generates an XML Schema describing the structure of the
jXTransformer query result and writes the XML Schema to the
specified Writer, which should use UTF-8 encoding.
- generateXMLSchema(Writer, String, int) -
Method in class com.ddtek.jxtr.JXTRQuery
-
- generateXMLSchema(Writer, String, String) -
Method in class com.ddtek.jxtr.JXTRResultSetWrapper
-
- generateXMLSchema(Writer, String, String) -
Method in class com.ddtek.jxtr.JXTRQueryBase
- Generates an XML Schema describing the structure of the
jXTransformer query result and writes the result to the specified
Writer, which should use the specified encoding.
- generateXMLSchema(Writer, String, String) -
Method in class com.ddtek.jxtr.JXTRQuery
-
- generateXMLSchema(Writer, String, String, int) -
Method in class com.ddtek.jxtr.JXTRResultSetWrapper
-
- generateXMLSchema(Writer, String, String, int) -
Method in class com.ddtek.jxtr.JXTRQueryBase
- Generates an XML Schema describing the structure of the
jXTransformer query result and writes the XML Schema to the
specified Writer, which should use the specified encoding.
- generateXMLSchema(Writer, String, String, int) -
Method in class com.ddtek.jxtr.JXTRQuery
-
- GET_OUT_OF_SEQUENCE -
Static variable in class com.ddtek.jxtr.JXTRException
- Request to retrieve column information was issued out of sequence.
- getAlgorithm() -
Method in class com.ddtek.jxtr.JXTRQuery
- Returns the rewrite algorithm used to process the query.
- getAsciiStream(int) -
Method in interface com.ddtek.jxtr.JXTRResultSet
- Gets the value of the designated column in the current row of this
JXTRResultSet as an AsciiStream.
- getAsciiStream(String) -
Method in interface com.ddtek.jxtr.JXTRResultSet
- Gets the value of the designated column in the current row of this
JXTRResultSet as an AsciiStream.
- getBatchSize() -
Method in class com.ddtek.jxtr.JXTRUpdateBase
- Gets the maximum number of JDBC batch entries that can be
executed at the same time.
- getBigDecimal(int) -
Method in interface com.ddtek.jxtr.JXTRResultSet
- Gets the value of the designated column in the current row of this
JXTRResultSet as a BigDecimal.
- getBigDecimal(int, int) -
Method in interface com.ddtek.jxtr.JXTRResultSet
- Gets the value of the designated column in the current row of this
JXTRResultSet as a BigDecimal.
- getBigDecimal(String) -
Method in interface com.ddtek.jxtr.JXTRResultSet
- Gets the value of the designated column in the current row of this
JXTRResultSet as a BigDecimal.
- getBigDecimal(String, int) -
Method in interface com.ddtek.jxtr.JXTRResultSet
- Gets the value of the designated column in the current row of this
JXTRResultSet as a BigDecimal.
- getBinaryEncoding() -
Method in class com.ddtek.jxtr.JXTRUpdateBase
- Returns the type of binary encoding/decoding.
- getBinaryEncoding() -
Method in class com.ddtek.jxtr.JXTRQueryBase
- Returns the type of binary encoding.
- getBinaryEncoding() -
Method in class com.ddtek.jxtr.JXTRBase
- Returns the type of binary decoding.
- getBinaryEncoding() -
Method in class com.ddtek.jdbc.jxtr.JXTRDataSource
- Retrieves the type of encoding for binary values.
- getBinaryStream(int) -
Method in interface com.ddtek.jxtr.JXTRResultSet
- Gets the value of the designated column in the current row of this
JXTRResultSet as a BinaryStream.
- getBinaryStream(String) -
Method in interface com.ddtek.jxtr.JXTRResultSet
- Gets the value of the designated column in the current row of this
JXTRResultSet as a BinaryStream.
- getBlob(int) -
Method in interface com.ddtek.jxtr.JXTRResultSet
- Gets the value of the designated column in the current row of this
JXTRResultSet as a Blob.
- getBlob(String) -
Method in interface com.ddtek.jxtr.JXTRResultSet
- Gets the value of the designated column in the current row of this
JXTRResultSet as a Blob.
- getBoolean(int) -
Method in interface com.ddtek.jxtr.JXTRResultSet
- Gets the value of the designated column in the current row of this
JXTRResultSet as a boolean.
- getBoolean(String) -
Method in interface com.ddtek.jxtr.JXTRResultSet
- Gets the value of the designated column in the current row of this
JXTRResultSet as a boolean.
- getByte(int) -
Method in interface com.ddtek.jxtr.JXTRResultSet
- Gets the value of the designated column in the current row of this
JXTRResultSet as a byte.
- getByte(String) -
Method in interface com.ddtek.jxtr.JXTRResultSet
- Gets the value of the designated column in the current row of this
JXTRResultSet as a byte.
- getBytes(int) -
Method in interface com.ddtek.jxtr.JXTRResultSet
- Gets the value of the designated column in the current row of this
JXTRResultSet as a byte array.
- getBytes(String) -
Method in interface com.ddtek.jxtr.JXTRResultSet
- Gets the value of the designated column in the current row of this
JXTRResultSet as a byte array.
- getByteStream() -
Method in class com.ddtek.jxtr.JXTRSaxInputSource
- Gets the byte stream for this input source.
- getCatalogName(int) -
Method in interface com.ddtek.jxtr.JXTRResultSetMetaData
- Gets the designated column's table's catalog name.
- getCause() -
Method in class com.ddtek.jxtr.JXTRException
- Returns the cause of this JXTRException or
null if the
cause is nonexistent or unknown.
- getCharacterStream() -
Method in class com.ddtek.jxtr.JXTRSaxInputSource
- Gets the character stream for this input source.
- getCharacterStream(int) -
Method in interface com.ddtek.jxtr.JXTRResultSet
- Gets the value of the designated column in the current row of this
JXTRResultSet as a CharacterStream.
- getCharacterStream(String) -
Method in interface com.ddtek.jxtr.JXTRResultSet
- Gets the value of the designated column in the current row of this
JXTRResultSet as a CharacterStream.
- getClob() -
Method in class com.ddtek.jxtr.JXTRColInfo
- Returns XML for this column as a CLOB object.
- getClob() -
Method in class com.ddtek.jdbc.jxtr.XMLType
- Returns the retrieved XML value as a CLOB object.
- getClob(int) -
Method in interface com.ddtek.jxtr.JXTRResultSet
- Gets the value of the designated column in the current row of this
JXTRResultSet as a Clob.
- getClob(String) -
Method in interface com.ddtek.jxtr.JXTRResultSet
- Gets the value of the designated column in the current row of this
JXTRResultSet as a Clob.
- getCode() -
Method in class com.ddtek.jxtr.JXTRException
- Returns the numeric code associated with the JXTRException.
- getColumnClassName(int) -
Method in interface com.ddtek.jxtr.JXTRResultSetMetaData
- Returns the fully-qualified name of the Java class whose instances are
manufactured if the method ResultSet.getObject is called to retrieve a
value from the column.
- getColumnCount() -
Method in interface com.ddtek.jxtr.JXTRResultSetMetaData
- Number of result set columns.
- getColumnDisplaySize(int) -
Method in interface com.ddtek.jxtr.JXTRResultSetMetaData
- Indicates the designated column's maximum width in characters.
- getColumnLabel(int) -
Method in interface com.ddtek.jxtr.JXTRResultSetMetaData
- Gets the designated column's suggested title for use in printouts
and displays.
- getColumnName(int) -
Method in interface com.ddtek.jxtr.JXTRResultSetMetaData
- Get the designated column's name.
- getColumnType(int) -
Method in interface com.ddtek.jxtr.JXTRResultSetMetaData
- Retrieves the designated column's SQL type.
- getColumnTypeName(int) -
Method in interface com.ddtek.jxtr.JXTRResultSetMetaData
- Retrieves the designated column's database-specific type name.
- getConnection() -
Method in class com.ddtek.jdbc.jxtr.JXTRDataSource
- Attempts to establish a connection with the data source that this
DataSource object represents.
- getConnection(String, String) -
Method in class com.ddtek.jdbc.jxtr.JXTRDataSource
- Attempts to establish a connection with the data source that
this DataSource object represents.
- getContentHandler() -
Method in class com.ddtek.jxtr.JXTRSaxReader
- Retrieves content handler for this XMLReader.
- getDatabaseExtension() -
Method in class com.ddtek.jxtr.JXTRQueryBase
- Gets the specific JXTRDatabaseExtension.
- getDataSourceName() -
Method in class com.ddtek.jdbc.jxtr.JXTRDataSource
- Retrieves the name property for this data source.
- getDate(int) -
Method in interface com.ddtek.jxtr.JXTRResultSet
- Gets the value of the designated column in the current row of this
JXTRResultSet as a Date.
- getDate(int, Calendar) -
Method in interface com.ddtek.jxtr.JXTRResultSet
- Gets the value of the designated column in the current row of this
JXTRResultSet as a Date.
- getDate(String) -
Method in interface com.ddtek.jxtr.JXTRResultSet
- Gets the value of the designated column in the current row of this
JXTRResultSet as a Date.
- getDate(String, Calendar) -
Method in interface com.ddtek.jxtr.JXTRResultSet
- Gets the value of the designated column in the current row of this
JXTRResultSet as a Date.
- getDescription() -
Method in class com.ddtek.jdbc.jxtr.JXTRDataSource
- Retrieves the data source description.
- getDOM() -
Method in class com.ddtek.jxtr.JXTRColInfo
- Returns XML for this column as DOM document (default root element
is added).
- getDOM() -
Method in class com.ddtek.jdbc.jxtr.XMLType
- Returns the retrieved XML value as a DOM document.
- getDOM(Node) -
Method in class com.ddtek.jxtr.JXTRColInfo
- Returns XML for this column as a child DOM node of the specified DOM node.
- getDOM(Node) -
Method in class com.ddtek.jdbc.jxtr.XMLType
- Returns the retrieved XML value as a child DOM node of the specified
DOM node.
- getDouble(int) -
Method in interface com.ddtek.jxtr.JXTRResultSet
- Gets the value of the designated column in the current row of this
JXTRResultSet as a double.
- getDouble(String) -
Method in interface com.ddtek.jxtr.JXTRResultSet
- Gets the value of the designated column in the current row of this
JXTRResultSet as a double.
- getDTDHandler() -
Method in class com.ddtek.jxtr.JXTRSaxReader
- Retrieves DTD handler for this XMLReader.
- getEmptyElementCreateBehavior() -
Method in class com.ddtek.jxtr.JXTRQuery
- Returns create behavior for empty elements for this jXTransformer query.
- getEncoding() -
Method in class com.ddtek.jxtr.JXTRSaxInputSource
- Gets the encoding for this input source.
- getEntityResolver() -
Method in class com.ddtek.jxtr.JXTRSaxReader
- Retrieves entity resolver for this XMLReader.
- getErrorHandler() -
Method in class com.ddtek.jxtr.JXTRSaxReader
- Retrieves error handler for this XMLReader.
- getFeature(String) -
Method in class com.ddtek.jxtr.JXTRSaxReader
- Gets the value for the specified feature.
- getFloat(int) -
Method in interface com.ddtek.jxtr.JXTRResultSet
- Gets the value of the designated column in the current row of this
JXTRResultSet as a float.
- getFloat(String) -
Method in interface com.ddtek.jxtr.JXTRResultSet
- Gets the value of the designated column in the current row of this
JXTRResultSet as a float.
- getInt(int) -
Method in interface com.ddtek.jxtr.JXTRResultSet
- Gets the value of the designated column in the current row of this
JXTRResultSet as an int.
- getInt(String) -
Method in interface com.ddtek.jxtr.JXTRResultSet
- Gets the value of the designated column in the current row of this
JXTRResultSet as an int.
- getJDBCStatType() -
Method in class com.ddtek.jxtr.JXTRQueryBase
- Returns the type of JDBC statement that was used to process the
jXTransformer query.
- getJDOM() -
Method in class com.ddtek.jxtr.JXTRColInfo
- Returns XML for this column as JDOM document (default root element
is added).
- getJDOM() -
Method in class com.ddtek.jdbc.jxtr.XMLType
- Returns the retrieved XML value as a JDOM document.
- getJDOM(org.jdom.Element) -
Method in class com.ddtek.jxtr.JXTRColInfo
- Returns XML for this column as a child JDOM node of the specified
JDOM element node.
- getJDOM(org.jdom.Element) -
Method in class com.ddtek.jdbc.jxtr.XMLType
- Returns the retrieved XML value as a child JDOM node of the
specified JDOM node.
- getJXTRColInfo() -
Method in class com.ddtek.jxtr.JXTRSaxInputSource
- Gets the JXTRColInfo object for this input source.
- getJXTRQuery() -
Method in class com.ddtek.jxtr.JXTRSaxInputSource
- Gets the JXTRQuery object (JXTRQuery or JXTRResultSetWrapper)
for this input source.
- getLoginTimeout() -
Method in class com.ddtek.jdbc.jxtr.JXTRDataSource
- Gets the maximum time in seconds this data source can wait while
attempting to connect to a database.
- getLogWriter() -
Method in class com.ddtek.jdbc.jxtr.JXTRDataSource
- Retrieves the log writer for this DataSource object.
- getLong(int) -
Method in interface com.ddtek.jxtr.JXTRResultSet
- Gets the value of the designated column in the current row of this
JXTRResultSet as a long.
- getLong(String) -
Method in interface com.ddtek.jxtr.JXTRResultSet
- Gets the value of the designated column in the current row of this
JXTRResultSet as a long.
- getMessage() -
Method in class com.ddtek.jxtr.JXTRException
- Returns the message associated with the JXTRException.
- getMetaData() -
Method in interface com.ddtek.jxtr.JXTRResultSet
- Retrieves the meta data object associated with this result set.
- getNestedException() -
Method in class com.ddtek.jxtr.JXTRException
- Deprecated.
- getNextWarning() -
Method in class com.ddtek.jxtr.JXTRWarning
- Retrieves the warning chained to this
JXTRWarning object.
- getNullReplacementValue() -
Method in class com.ddtek.jdbc.jxtr.JXTRDataSource
- Retrieves NULL replacement value.
- getNullRepresentationValue() -
Method in class com.ddtek.jxtr.JXTRUpdateBase
- Gets the value that was set to represent a NULL value.
- getObject(int) -
Method in interface com.ddtek.jxtr.JXTRResultSet
- Gets the value of the designated column in the current row of this
JXTRResultSet as a Java Object.
- getObject(String) -
Method in interface com.ddtek.jxtr.JXTRResultSet
- Gets the value of the designated column in the current row of this
JXTRResultSet as a Java Object.
- getOrderByOrdinalBehavior() -
Method in class com.ddtek.jxtr.JXTRQuery
- Returns order by ordinal behavior for this jXTransformer query.
- getPooledConnection() -
Method in class com.ddtek.jdbc.jxtr.JXTRDataSource
- Attempts to establish a physical database connection that can be
used as a pooled connection.
- getPooledConnection(String, String) -
Method in class com.ddtek.jdbc.jxtr.JXTRDataSource
- Attempts to establish a physical database connection that can be
used as a pooled connection.
- getPrecision(int) -
Method in interface com.ddtek.jxtr.JXTRResultSetMetaData
- Get the designated column's number of decimal digits.
- getPreferredJDBCStatType() -
Method in class com.ddtek.jxtr.JXTRQueryBase
- Returns the preference setting for the type of JDBC statement.
- getPreparedStatementCloseBehaviour() -
Method in class com.ddtek.jxtr.JXTRBase
- Indicates whether database prepared statements are closed after
executing this object.
- getProperty(String) -
Method in class com.ddtek.jxtr.JXTRSaxReader
- Gets the value for the specified property.
- getPublicId() -
Method in class com.ddtek.jxtr.JXTRSaxInputSource
- Gets the public ID for this input source.
- getQueryStatement(Connection) -
Method in class com.ddtek.jxtr.JXTRStatement
- Gets the query statement.
- getQueryStatement(Connection, int) -
Method in class com.ddtek.jxtr.JXTRStatement
- Creates a JXTRQuery object.
- getReference() -
Method in class com.ddtek.jdbc.jxtr.JXTRDataSource
- Retrieves the reference for this data source object.
- getRowElementTag() -
Method in class com.ddtek.jxtr.JXTRResultSetWrapper
- Gets the XML name for the row tags.
- getScale(int) -
Method in interface com.ddtek.jxtr.JXTRResultSetMetaData
- Gets the designated column's number of digits to right
of the decimal point.
- getSchemaName(int) -
Method in interface com.ddtek.jxtr.JXTRResultSetMetaData
- Get the designated column's table's schema.
- getShort(int) -
Method in interface com.ddtek.jxtr.JXTRResultSet
- Gets the value of the designated column in the current row of this
JXTRResultSet as a short.
- getShort(String) -
Method in interface com.ddtek.jxtr.JXTRResultSet
- Gets the value of the designated column in the current row of this
JXTRResultSet as a short.
- getStatementType() -
Method in class com.ddtek.jxtr.JXTRStatement
- Gets the statement type.
- getString() -
Method in class com.ddtek.jxtr.JXTRColInfo
- Returns XML for this column as a String.
- getString() -
Method in class com.ddtek.jdbc.jxtr.XMLType
- Returns the XML value as a String.
- getString(int) -
Method in interface com.ddtek.jxtr.JXTRResultSet
- Gets the value of the designated column in the current row of this
JXTRResultSet as a String.
- getString(String) -
Method in interface com.ddtek.jxtr.JXTRResultSet
- Gets the value of the designated column in the current row of this
JXTRResultSet as a String.
- getSystemId() -
Method in class com.ddtek.jxtr.JXTRSaxInputSource
- Gets the System ID for this input source.
- getTableName(int) -
Method in interface com.ddtek.jxtr.JXTRResultSetMetaData
- Gets the designated column's table name.
- getTime(int) -
Method in interface com.ddtek.jxtr.JXTRResultSet
- Gets the value of the designated column in the current row of this
JXTRResultSet as a Time.
- getTime(int, Calendar) -
Method in interface com.ddtek.jxtr.JXTRResultSet
- Gets the value of the designated column in the current row of this
JXTRResultSet as a Time.
- getTime(String) -
Method in interface com.ddtek.jxtr.JXTRResultSet
- Gets the value of the designated column in the current row of this
JXTRResultSet as a Time.
- getTime(String, Calendar) -
Method in interface com.ddtek.jxtr.JXTRResultSet
- Gets the value of the designated column in the current row of this
JXTRResultSet as a Time.
- getTimestamp(int) -
Method in interface com.ddtek.jxtr.JXTRResultSet
- Gets the value of the designated column in the current row of this
JXTRResultSet as a Timestamp.
- getTimestamp(int, Calendar) -
Method in interface com.ddtek.jxtr.JXTRResultSet
- Gets the value of the designated column in the current row of this
JXTRResultSet as a Timestamp.
- getTimestamp(String) -
Method in interface com.ddtek.jxtr.JXTRResultSet
- Gets the value of the designated column in the current row of this
JXTRResultSet as a Timestamp.
- getTimestamp(String, Calendar) -
Method in interface com.ddtek.jxtr.JXTRResultSet
- Gets the value of the designated column in the current row of this
JXTRResultSet as a Timestamp.
- getTimestampEncoding() -
Method in class com.ddtek.jxtr.JXTRUpdateBase
- Returns the type of timestamp encoding/decoding.
- getTimestampEncoding() -
Method in class com.ddtek.jxtr.JXTRQueryBase
- Returns the type of timestamp encoding.
- getTimestampEncoding() -
Method in class com.ddtek.jxtr.JXTRBase
- Returns the type of timestamp decoding.
- getTimestampEncoding() -
Method in class com.ddtek.jdbc.jxtr.JXTRDataSource
- Retrieves the timestamp encoding.
- getUpdateCount() -
Method in class com.ddtek.jxtr.JXTRUpdateException
- Gets the update count.
- getUpdateCount() -
Method in class com.ddtek.jxtr.JXTRSingleTableUpdateException
- Gets the update count.
- getUpdateStatement(Connection) -
Method in class com.ddtek.jxtr.JXTRStatement
- Creates a JXTRUpdate object.
- getUseNullReplacementWithNullRepresentation() -
Method in class com.ddtek.jxtr.JXTRUpdateBase
- Gets the flag setting that instructs Connect for SQL/XML whether to
use the NULL replacement value instead of a database NULL value
when a NULL replacement value and a NULL representation value are
both specified.
- getWarnings() -
Method in interface com.ddtek.jxtr.JXTRResultSet
- Retrieves the first warning reported by calls on this object.
- getWarnings() -
Method in class com.ddtek.jxtr.JXTRBase
- Retrieves the first warning reported by calls on this object.
- getXAConnection() -
Method in class com.ddtek.jdbc.jxtr.JXTRDataSource
- Attempts to establish a physical database connection.
- getXAConnection(String, String) -
Method in class com.ddtek.jdbc.jxtr.JXTRDataSource
- Attempts to establish a physical database connection using the
specified user name and password.
- getXmlClausesDetected() -
Method in class com.ddtek.jxtr.JXTRStatement
- Returns true when the statement contains an XML construct, false when
the statement does not contain an XML construct.
I
- initCause(Throwable) -
Method in class com.ddtek.jxtr.JXTRException
- Initializes the cause of this JXTRException to the specified value.
- INTERNAL_ERROR -
Static variable in class com.ddtek.jxtr.JXTRException
- An internal error occurred.
- INVALID_BASE64_LENGTH -
Static variable in class com.ddtek.jxtr.JXTRException
- The length of the Base64 buffer is invalid.
- INVALID_DOM_NODE_TYPE -
Static variable in class com.ddtek.jxtr.JXTRException
- The evaluation of a XPath expression returned a invalid DOM
node type.
- INVALID_HEX_CHARACTER -
Static variable in class com.ddtek.jxtr.JXTRException
- An invalid character was encountered while parsing a hexadecimal
string.
- INVALID_HEX_LENGTH -
Static variable in class com.ddtek.jxtr.JXTRException
- The length of the hexadecimal string is invalid.
- INVALID_IGNORE_WS_VALUE -
Static variable in class com.ddtek.jxtr.JXTRException
- An invalid ignore whitespace value was provided.
- INVALID_JAVA_SQL_TYPE_NAME -
Static variable in class com.ddtek.jxtr.JXTRException
- An invalid java SQL type name was provided.
- INVALID_PARAMETER_INDEX -
Static variable in class com.ddtek.jxtr.JXTRException
- A parameter with an invalid index was set.
- INVALID_PARAMETER_LABEL -
Static variable in class com.ddtek.jxtr.JXTRException
- A parameter with an invalid name was set.
- INVALID_PARAMETERS -
Static variable in class com.ddtek.jxtr.JXTRException
- An invalid parameter value was passed to a Connect for SQL/XML method.
- INVALID_XML_NAME -
Static variable in class com.ddtek.jxtr.JXTRException
- The XML name for this attribute, element, or namespace is not a
valid XML name.
- INVALID_XPATH_RETURN_TYPE -
Static variable in class com.ddtek.jxtr.JXTRException
- The evaluation of a XPath expression returned an invalid
return type.
- IO_EXCEPTION -
Static variable in class com.ddtek.jxtr.JXTRException
- An IO exception was encountered.
- isAutoIncrement(int) -
Method in interface com.ddtek.jxtr.JXTRResultSetMetaData
- Indicates whether the designated column is automatically numbered,
and consequently, read-only.
- isCaseSensitive(int) -
Method in interface com.ddtek.jxtr.JXTRResultSetMetaData
- Indicates whether a column's case matters.
- isCurrency(int) -
Method in interface com.ddtek.jxtr.JXTRResultSetMetaData
- Indicates whether the designated column is a cash value.
- isDefinitelyWritable(int) -
Method in interface com.ddtek.jxtr.JXTRResultSetMetaData
- Indicates whether a write performed on the designated column will succeed.
- isNullable(int) -
Method in interface com.ddtek.jxtr.JXTRResultSetMetaData
- Indicates the nullability of values in the designated column.
- ISO8601_ERROR_INVALID_TIMEZONE_TOKENS -
Static variable in class com.ddtek.jxtr.JXTRException
- An invalid token in the timezone part was encountered while
parsing an ISO8601 date value.
- ISO8601_ERROR_MISSING_TOKEN -
Static variable in class com.ddtek.jxtr.JXTRException
- A missing token was encountered while parsing an ISO8601 date value.
- ISO8601_ERROR_NO_HOURS -
Static variable in class com.ddtek.jxtr.JXTRException
- No hour field was encountered while parsing an ISO8601 date value.
- ISO8601_ERROR_NO_INTEGER -
Static variable in class com.ddtek.jxtr.JXTRException
- A non-integer value was encountered while parsing an ISO8601 date
value.
- ISO8601_ERROR_NO_MINUTES -
Static variable in class com.ddtek.jxtr.JXTRException
- No minutes field was encountered while parsing an ISO8601 date value.
- ISO8601_ERROR_NO_SECONDS -
Static variable in class com.ddtek.jxtr.JXTRException
- No seconds field was encountered while parsing an ISO8601 date value.
- isReadOnly(int) -
Method in interface com.ddtek.jxtr.JXTRResultSetMetaData
- Indicates whether the designated column is not writable.
- isSearchable(int) -
Method in interface com.ddtek.jxtr.JXTRResultSetMetaData
- Indicates whether the designated column can be used in a where clause.
- isSigned(int) -
Method in interface com.ddtek.jxtr.JXTRResultSetMetaData
- Indicates whether values in the designated column are signed numbers.
- isWritable(int) -
Method in interface com.ddtek.jxtr.JXTRResultSetMetaData
- Indicates whether it is possible to perform a write on the
designated column.
J
- JDBC_PREPARED_STAT -
Static variable in class com.ddtek.jxtr.JXTRQueryBase
- Value that sets preference to use a java.sql.PreparedStatement
during jXTransformer query processing.
- JDBC_STAT -
Static variable in class com.ddtek.jxtr.JXTRQueryBase
- Value that sets preference to use a java.sql.Statement
during jXTransformer query processing.
- JDBC_STATTYPE_NOTSET -
Static variable in class com.ddtek.jxtr.JXTRQueryBase
- Value that makes information about the statement type used
unavailable.
- JXTRBase - class com.ddtek.jxtr.JXTRBase.
- JXTRBase is an abstract base class that defines and implements
methods shared by all Connect for SQL/XML statement classes.
- JXTRBase() -
Constructor for class com.ddtek.jxtr.JXTRBase
- Constructs a new
JXTRBase.
- JXTRColInfo - class com.ddtek.jxtr.JXTRColInfo.
- JXTRColInfo implements methods that allow you to work with XML values
in a result set returned from a jXTransformer query.
- JXTRDataSource - class com.ddtek.jdbc.jxtr.JXTRDataSource.
- Implements the different JDBC data source interfaces.
- JXTRDataSource(DataSource) -
Constructor for class com.ddtek.jdbc.jxtr.JXTRDataSource
- Creates a Connect for SQL/XML data source based on an underlying JDBC
data source.
- JXTRException - exception com.ddtek.jxtr.JXTRException.
- Any unexpected occurrences encountered during the processing of a
Connect for SQL/XML class method will cause an JXTRException to be thrown.
- JXTRQuery - class com.ddtek.jxtr.JXTRQuery.
- JXTRQuery implements all processing required to generate an XML
document from a jXTransformer query.
- JXTRQuery(Connection, String) -
Constructor for class com.ddtek.jxtr.JXTRQuery
- Constructs a JXTRQuery object based on the provided JDBC connection
and jXTransformer query text.
- JXTRQuery(Connection, String, int) -
Constructor for class com.ddtek.jxtr.JXTRQuery
- Constructs a JXTRQuery object based on the provided JDBC connection,
jXTransformer query, and rewrite algorithm.
- JXTRQueryBase - class com.ddtek.jxtr.JXTRQueryBase.
- JXTRQueryBase is an abstract base class implementing methods
shared by all jXTransformer query classes (
JXTRQuery,
JXTRResultSetWrapper). - JXTRResultSet - interface com.ddtek.jxtr.JXTRResultSet.
- A JXTRResultSet object implements a result set like view for the
information returned by executing a jXTransformer query.
- JXTRResultSetMetaData - interface com.ddtek.jxtr.JXTRResultSetMetaData.
- Methods to query meta data information for a JXTRResultSet.
- JXTRResultSetWrapper - class com.ddtek.jxtr.JXTRResultSetWrapper.
- JXTRResultSetWrapper implements the methods required to execute a
SQL query (instead of a SQL/XML query or jXTransformer query) and
generate an XML document.
- JXTRResultSetWrapper(Connection, String, int) -
Constructor for class com.ddtek.jxtr.JXTRResultSetWrapper
- Constructs a JXTRResultSetWrapper object.
- JXTRSaxInputSource - class com.ddtek.jxtr.JXTRSaxInputSource.
- JXTRSaxInputSource extends the SAX2 InputSource interface and
typically is used with a
JXTRSaxReader object.
- JXTRSaxInputSource() -
Constructor for class com.ddtek.jxtr.JXTRSaxInputSource
- Default constructor.
- JXTRSaxInputSource(InputStream) -
Constructor for class com.ddtek.jxtr.JXTRSaxInputSource
- Creates a JXTRSaxInputSource based on the specified input stream.
- JXTRSaxInputSource(JXTRColInfo) -
Constructor for class com.ddtek.jxtr.JXTRSaxInputSource
- Creates a JXTRSaxInputSource based on the specified
JXTRColInfo object.
- JXTRSaxInputSource(JXTRQueryBase) -
Constructor for class com.ddtek.jxtr.JXTRSaxInputSource
- Creates a JXTRSaxInputSource based on the specified
JXTRQueryBase object.
- JXTRSaxInputSource(Reader) -
Constructor for class com.ddtek.jxtr.JXTRSaxInputSource
- Creates a JXTRSaxInputSource based on the specified Reader.
- JXTRSaxInputSource(String) -
Constructor for class com.ddtek.jxtr.JXTRSaxInputSource
- Creates a JXTRSaxInputSource based on the specified System ID.
- JXTRSaxReader - class com.ddtek.jxtr.JXTRSaxReader.
- JXTRSaxReader implements a SAX2 XMLReader interface to be used
with a JXTRQuery, JXTRResultSetWrapper, or JXTRColInfo object.
- JXTRSaxReader() -
Constructor for class com.ddtek.jxtr.JXTRSaxReader
- Default constructor.
- JXTRSaxReader(XMLReader) -
Constructor for class com.ddtek.jxtr.JXTRSaxReader
- Constructs a JXTRSaxReader from a standard SAX2 XMLReader by
performing the following tasks.
- JXTRSingleTableUpdate - class com.ddtek.jxtr.JXTRSingleTableUpdate.
- JXTRSingleTableUpdate implements the methods required to execute
any row count generating statement (Insert, Update, Delete, and so on)
supported by the database and return the count of rows in the database
that were updated (update count).
- JXTRSingleTableUpdate(Connection, String) -
Constructor for class com.ddtek.jxtr.JXTRSingleTableUpdate
- Creates a new JXTRSingleTableUpdate statement.
- JXTRSingleTableUpdateException - exception com.ddtek.jxtr.JXTRSingleTableUpdateException.
- When the execution of a
JXTRSingleTableUpdate object
fails, a JXTRException is thrown. - JXTRSingleTableUpdateException(int[], int) -
Constructor for class com.ddtek.jxtr.JXTRSingleTableUpdateException
-
- JXTRSingleTableUpdateException(int[], int, Exception) -
Constructor for class com.ddtek.jxtr.JXTRSingleTableUpdateException
- Deprecated.
- JXTRSingleTableUpdateException(int[], int, Exception, Object[]) -
Constructor for class com.ddtek.jxtr.JXTRSingleTableUpdateException
- Deprecated.
- JXTRSingleTableUpdateException(int[], int, Object[]) -
Constructor for class com.ddtek.jxtr.JXTRSingleTableUpdateException
-
- JXTRSingleTableUpdateException(int[], int, Throwable) -
Constructor for class com.ddtek.jxtr.JXTRSingleTableUpdateException
-
- JXTRSingleTableUpdateException(int[], int, Throwable, Object[]) -
Constructor for class com.ddtek.jxtr.JXTRSingleTableUpdateException
-
- JXTRStatement - class com.ddtek.jxtr.JXTRStatement.
- The JXTRStatement class is used to determine the type of jXTransformer
statement (jXTransformer query statement or write statement) and
create the corresponding jXTransformer statement object
(JXTRQuery or JXTRUpdate).
- JXTRStatement(String) -
Constructor for class com.ddtek.jxtr.JXTRStatement
- Creates a new
JXTRStatement.
- JXTRStatementFactory - interface com.ddtek.jdbc.jxtr.JXTRStatementFactory.
- Factory used to create Connect for SQL/XML Java API objects.
- JXTRUpdate - class com.ddtek.jxtr.JXTRUpdate.
- Updates one or multiple database tables using data from an XML
input document and a jXTransformer write statement string.
- JXTRUpdate(Connection, String) -
Constructor for class com.ddtek.jxtr.JXTRUpdate
- Creates a new
JXTRUpdate statement.
- JXTRUpdateBase - class com.ddtek.jxtr.JXTRUpdateBase.
- JXTRUpdateBase is an abstract base class implementing a number of
methods shared between all jXTransformer write classes
(
JXTRSingleTableUpdate, JXTRUpdate). - JXTRUpdateBase() -
Constructor for class com.ddtek.jxtr.JXTRUpdateBase
- Constructs a new JXTRUpdateBase object.
- JXTRUpdateException - exception com.ddtek.jxtr.JXTRUpdateException.
- Any unexpected occurrences during the execution of a a jXTransformer
write statement causes a JXTRUpdateException to be thrown.
- JXTRUpdateException(int[][], int) -
Constructor for class com.ddtek.jxtr.JXTRUpdateException
-
- JXTRUpdateException(int[][], int, Exception) -
Constructor for class com.ddtek.jxtr.JXTRUpdateException
- Deprecated.
- JXTRUpdateException(int[][], int, Exception, Object[]) -
Constructor for class com.ddtek.jxtr.JXTRUpdateException
- Deprecated.
- JXTRUpdateException(int[][], int, Object[]) -
Constructor for class com.ddtek.jxtr.JXTRUpdateException
-
- JXTRUpdateException(int[][], int, Throwable) -
Constructor for class com.ddtek.jxtr.JXTRUpdateException
-
- JXTRUpdateException(int[][], int, Throwable, Object[]) -
Constructor for class com.ddtek.jxtr.JXTRUpdateException
-
- JXTRWarning - exception com.ddtek.jxtr.JXTRWarning.
- Any warnings encountered during the processing of a
jXTransformer statement can cause an JXTRWarning to be reported.
L
- lexicalHandlerURI1 -
Static variable in class com.ddtek.jxtr.JXTRSaxReader
- Lexical handler property URI.
- lexicalHandlerURI2 -
Static variable in class com.ddtek.jxtr.JXTRSaxReader
- Lexical handler property URI.
- LICENSE_NOT_VALID -
Static variable in class com.ddtek.jxtr.JXTRException
- No valid Connect for SQL/XML license found.
N
- NESTED_LOOP -
Static variable in class com.ddtek.jxtr.JXTRQuery
- Constant for nested loop rewrite algorithm.
- NESTEDAGGREGATES_DETECTED -
Static variable in class com.ddtek.jxtr.JXTRException
- Connect for SQL/XML statements that contain nested aggregate queries
cannot be processed using the sorted outer union algorithm.
- next() -
Method in interface com.ddtek.jxtr.JXTRResultSet
- Move to the next row.
- NO_AGGREGATE_OR_GROUPED_EXPRESSION -
Static variable in class com.ddtek.jxtr.JXTRException
- The expression is invalid because it is not an aggregate function
or found in the GROUP BY clause of the referenced query.
- NO_NODE_SET -
Static variable in class com.ddtek.jxtr.JXTRException
- The specified XML row pattern does not return a node set.
- NO_QUERY_STATEMENT -
Static variable in class com.ddtek.jxtr.JXTRException
- A statement was detected that was not an xml_document or a Select
statement.
- NO_RESULSTSET_SUPPORT -
Static variable in class com.ddtek.jxtr.JXTRException
- Result set access is not supported for this query.
- NO_SELECTLIST_ITEMS_UNDER_ROOT -
Static variable in class com.ddtek.jxtr.JXTRException
- The for xml explicit rewrite algorithm does not allow a Select list
item under the XML root element.
- NO_UPDATE_STATEMENT -
Static variable in class com.ddtek.jxtr.JXTRException
- A statement was detected that was not an Insert, Update, or Delete
statement.
- NO_XML_DOCUMENT -
Static variable in class com.ddtek.jxtr.JXTRException
- No XML document is set.
- NO_XML_ROW_PATTERN -
Static variable in class com.ddtek.jxtr.JXTRException
- No XML row pattern is set.
- NOT_NESTED_IN_XML_TAG -
Static variable in class com.ddtek.jxtr.JXTRException
- An XML tag cannot be nested in another XML tag.
- NOT_SET -
Static variable in class com.ddtek.jxtr.JXTRQuery
- Constant to indicate when rewrite algorithm information is not
available.
- nsPrefixURI -
Static variable in class com.ddtek.jxtr.JXTRSaxReader
- Namespace prefix feature URI.
- nsURI -
Static variable in class com.ddtek.jxtr.JXTRSaxReader
- Namespace feature URI.
O
- OBJECT_CLOSED -
Static variable in class com.ddtek.jxtr.JXTRException
- Object closed.
- OEM_LICENSE_ONLY -
Static variable in class com.ddtek.jxtr.JXTRException
- The Connect for SQL/XML installation is locked.
- ONE_ATTRIBUTE_COLUMN -
Static variable in class com.ddtek.jxtr.JXTRException
- An attribute query selected more than one column.
- ONLY_COLUMN_INDEXES -
Static variable in class com.ddtek.jxtr.JXTRException
- The outer union rewrite algorithm only supports column indexes in
the Order By clause.
- ONLY_CONSTANT_NS_URI_ALLOWED -
Static variable in class com.ddtek.jxtr.JXTRException
- The provided namespace URI value is not valid.
- ONLY_ODBC_TIMESTAMP_ENCODING -
Static variable in class com.ddtek.jxtr.JXTRException
- XML Explicit rewrite algorithm only supports ODBC type
timestamp encoding.
- ORDER_BY_DETECTED -
Static variable in class com.ddtek.jxtr.JXTRException
- Connect for SQL/XML statements containing Order By clauses cannot be
processed using the sorted outer union algorithm.
- ORDER_BY_ORDINAL_EXPR_IN_XML -
Static variable in class com.ddtek.jxtr.JXTRQuery
- Semantics of 'order by '.
- ORDER_BY_ORDINAL_EXPR_NOT_IN_XML -
Static variable in class com.ddtek.jxtr.JXTRQuery
- Semantics of 'order by '.
- ORDER_BY_ORDINAL_INVALID -
Static variable in class com.ddtek.jxtr.JXTRException
- Cannot sort on provided ordinal number.
- ORDER_BY_ORDINAL_NOTSET -
Static variable in class com.ddtek.jxtr.JXTRQuery
- Semantics of 'order by '.
- ORDER_BY_ORDINAL_RESET -
Static variable in class com.ddtek.jxtr.JXTRException
- Order by ordinal behavior cannot be reset.
- ORDER_BY_OUT_OF_RANGE -
Static variable in class com.ddtek.jxtr.JXTRException
- The Order By position number is not compatible with the number of
items in the Select list.
- OUTER_UNION -
Static variable in class com.ddtek.jxtr.JXTRQuery
- Constant for outer union rewrite algorithm.
P
- PARAMETER_NOT_SET -
Static variable in class com.ddtek.jxtr.JXTRException
- The value for the parameter was not set.
- PARAMETER_VALUE_NO_INTEGER -
Static variable in class com.ddtek.jxtr.JXTRException
- The value for the parameter was not an integer value.
- PARAMETER_VALUE_NO_INTEGER_OR_STRING -
Static variable in class com.ddtek.jxtr.JXTRException
- The value for the parameter was not an integer or string value.
- PARAMETER_VALUE_NO_STRING -
Static variable in class com.ddtek.jxtr.JXTRException
- The value for the parameter was not a string value.
- PARAMETER_VALUE_NO_XML_SOURCE -
Static variable in class com.ddtek.jxtr.JXTRException
- The value for the parameter was not an XML document source.
- PARSE_ERROR -
Static variable in class com.ddtek.jxtr.JXTRException
- A Connect for SQL/XML statement contained a syntax error.
- parse(InputSource) -
Method in class com.ddtek.jxtr.JXTRSaxReader
- Parses XML from the specified input source.
- parse(JXTRColInfo) -
Method in class com.ddtek.jxtr.JXTRSaxReader
- Parses XML from the specified JXTRColInfo object
(for example, executes the jXTransformer query and invokes the
registered SAX2 XMLReader callbacks as the jXTransformer query
results are being retrieved).
- parse(JXTRQueryBase) -
Method in class com.ddtek.jxtr.JXTRSaxReader
- Parses XML from the specified JXTRQuery or JXTRResultSetWrapper object
(for example, executes the jXTransformer query and invokes the
registered SAX2 XMLReader callbacks as the jXTransformer query
results are being retrieved).
- parse(String) -
Method in class com.ddtek.jxtr.JXTRSaxReader
- Parses XML from the specified System ID.
Q
- QUERY_SELECT_ONE_COLUMN -
Static variable in class com.ddtek.jxtr.JXTRException
- A query must select at least one column.
R
- ROOT_TAG_ALREADY_SET -
Static variable in class com.ddtek.jxtr.JXTRException
- The root element tag name has been set previously.
S
- SAX_EXCEPTION -
Static variable in class com.ddtek.jxtr.JXTRException
- A SAX exception was encountered.
- setBatchSize(int) -
Method in class com.ddtek.jxtr.JXTRUpdateBase
- Sets the maximum number of JDBC batch entries that can be
executed at the same time.
- setBigDecimal(int, BigDecimal) -
Method in class com.ddtek.jxtr.JXTRUpdateBase
-
- setBigDecimal(int, BigDecimal) -
Method in class com.ddtek.jxtr.JXTRQueryBase
-
- setBigDecimal(int, BigDecimal) -
Method in class com.ddtek.jxtr.JXTRBase
- Sets the specified parameter index to the specified BigDecimal value.
- setBinaryEncoding(int) -
Method in class com.ddtek.jxtr.JXTRUpdateBase
- Sets the type of encoding/decoding for binary values (either
BINARY_AS_BASE64 or BINARY_AS_HEX).
- setBinaryEncoding(int) -
Method in class com.ddtek.jxtr.JXTRQueryBase
- Sets the type of encoding for binary values (either
BINARY_AS_BASE64 or BINARY_AS_HEX).
- setBinaryEncoding(int) -
Method in class com.ddtek.jxtr.JXTRBase
- Sets the type of encoding/decoding for binary values.
- setBinaryEncoding(String) -
Method in class com.ddtek.jdbc.jxtr.JXTRDataSource
- Sets the type of encoding for binary values.
- setBoolean(int, boolean) -
Method in class com.ddtek.jxtr.JXTRUpdateBase
-
- setBoolean(int, boolean) -
Method in class com.ddtek.jxtr.JXTRQueryBase
-
- setBoolean(int, boolean) -
Method in class com.ddtek.jxtr.JXTRBase
- Sets the specified parameter index to the specified boolean value.
- setByte(int, byte) -
Method in class com.ddtek.jxtr.JXTRUpdateBase
-
- setByte(int, byte) -
Method in class com.ddtek.jxtr.JXTRQueryBase
-
- setByte(int, byte) -
Method in class com.ddtek.jxtr.JXTRBase
- Sets the specified parameter index to the specified byte value.
- setBytes(int, byte[]) -
Method in class com.ddtek.jxtr.JXTRUpdateBase
-
- setBytes(int, byte[]) -
Method in class com.ddtek.jxtr.JXTRQueryBase
-
- setBytes(int, byte[]) -
Method in class com.ddtek.jxtr.JXTRBase
- Sets the specified parameter index to the specified byte array value.
- setByteStream(InputStream) -
Method in class com.ddtek.jxtr.JXTRSaxInputSource
- Sets the input stream for this input source.
- setCharacterStream(Reader) -
Method in class com.ddtek.jxtr.JXTRSaxInputSource
- Sets the Reader for this input source.
- setContentHandler(ContentHandler) -
Method in class com.ddtek.jxtr.JXTRSaxReader
- Registers the specified SAX2 content handler.
- setDatabaseExtension(JXTRDatabaseExtension) -
Method in class com.ddtek.jxtr.JXTRQueryBase
- Sets the jXTransformer database extension.
- setDataSourceName(String) -
Method in class com.ddtek.jdbc.jxtr.JXTRDataSource
- Sets the name property for this data source.
- setDate(int, Date) -
Method in class com.ddtek.jxtr.JXTRUpdateBase
-
- setDate(int, Date) -
Method in class com.ddtek.jxtr.JXTRQueryBase
-
- setDate(int, Date) -
Method in class com.ddtek.jxtr.JXTRBase
- Sets the specified parameter index to the specified date value.
- setDescription(String) -
Method in class com.ddtek.jdbc.jxtr.JXTRDataSource
- Sets data source description attribute.
- setDOM(int, Document) -
Method in class com.ddtek.jxtr.JXTRUpdate
- Sets the XML input document from a DOM document.
- setDOM(int, Node) -
Method in class com.ddtek.jxtr.JXTRUpdate
- Sets the XML input document from a DOM node.
- setDouble(int, double) -
Method in class com.ddtek.jxtr.JXTRUpdateBase
-
- setDouble(int, double) -
Method in class com.ddtek.jxtr.JXTRQueryBase
-
- setDouble(int, double) -
Method in class com.ddtek.jxtr.JXTRBase
- Sets the specified parameter index to the specified double value.
- setDTDHandler(DTDHandler) -
Method in class com.ddtek.jxtr.JXTRSaxReader
- Registers the specified DTD handler.
- setEmptyElementCreateBehavior(int) -
Method in class com.ddtek.jxtr.JXTRQuery
- Sets behavior for empty elements.
- setEncoding(String) -
Method in class com.ddtek.jxtr.JXTRSaxInputSource
- Sets the encoding for this input source.
- setEntityResolver(EntityResolver) -
Method in class com.ddtek.jxtr.JXTRSaxReader
- Registers the specified Entity resolver.
- setErrorHandler(ErrorHandler) -
Method in class com.ddtek.jxtr.JXTRSaxReader
- Registers the specified Entity resolver.
- setExternalDTD(String) -
Method in class com.ddtek.jxtr.JXTRQueryBase
- Sets an external DTD reference.
- setExternalDTD(String, String) -
Method in class com.ddtek.jxtr.JXTRQueryBase
- Sets the public external DTD reference.
- setFeature(String, boolean) -
Method in class com.ddtek.jxtr.JXTRSaxReader
- Sets the specified feature to the specified value.
- setFloat(int, float) -
Method in class com.ddtek.jxtr.JXTRUpdateBase
-
- setFloat(int, float) -
Method in class com.ddtek.jxtr.JXTRQueryBase
-
- setFloat(int, float) -
Method in class com.ddtek.jxtr.JXTRBase
- Sets the specified parameter index to the specified float value.
- setInt(int, int) -
Method in class com.ddtek.jxtr.JXTRUpdateBase
-
- setInt(int, int) -
Method in class com.ddtek.jxtr.JXTRQueryBase
-
- setInt(int, int) -
Method in class com.ddtek.jxtr.JXTRBase
- Sets the specified parameter index to the specified int value.
- setJDOM(int, org.jdom.Element) -
Method in class com.ddtek.jxtr.JXTRUpdate
- Sets the XML input document from a JDOM element.
- setJXTRColInfo(JXTRColInfo) -
Method in class com.ddtek.jxtr.JXTRSaxInputSource
- Sets the JXTRColInfo object for this input source.
- setJXTRQuery(JXTRQueryBase) -
Method in class com.ddtek.jxtr.JXTRSaxInputSource
- Sets the JXTRQuery object (JXTRQuery or JXTRResultSetWrapper)
for this input source.
- setLoginTimeout(int) -
Method in class com.ddtek.jdbc.jxtr.JXTRDataSource
- Sets the maximum time in seconds that this data source will wait
while attempting to connect to a database.
- setLogWriter(PrintWriter) -
Method in class com.ddtek.jdbc.jxtr.JXTRDataSource
- Sets the log writer for this DataSource object.
- setLong(int, long) -
Method in class com.ddtek.jxtr.JXTRUpdateBase
-
- setLong(int, long) -
Method in class com.ddtek.jxtr.JXTRQueryBase
-
- setLong(int, long) -
Method in class com.ddtek.jxtr.JXTRBase
- Sets the specified parameter index to the specified long value.
- setNull(int, int) -
Method in class com.ddtek.jxtr.JXTRUpdateBase
-
- setNull(int, int) -
Method in class com.ddtek.jxtr.JXTRQueryBase
-
- setNull(int, int) -
Method in class com.ddtek.jxtr.JXTRBase
- Sets the specified parameter index to a NULL value.
- setNullReplacementValue(String) -
Method in class com.ddtek.jxtr.JXTRUpdateBase
- Sets the replacement value to use when an XPath expression does not
return a value.
- setNullReplacementValue(String) -
Method in class com.ddtek.jxtr.JXTRQueryBase
- Sets the replacement value to use when a NULL value is retrieved.
- setNullReplacementValue(String) -
Method in class com.ddtek.jxtr.JXTRBase
- Sets the replacement value to use if a NULL value is encountered
when selecting data from a database or if no value is found in
the XML document being used as input to a jXTransformer write
statement.
- setNullReplacementValue(String) -
Method in class com.ddtek.jdbc.jxtr.JXTRDataSource
- Sets the replacement value to use if a NULL value is encountered when
selecting data from the database.
- setNullRepresentationValue(String) -
Method in class com.ddtek.jxtr.JXTRUpdateBase
- Sets a value that will be replaced with NULL when the value is
encountered as the result of an XPath expression.
- setObject(int, Object) -
Method in class com.ddtek.jxtr.JXTRUpdateBase
-
- setObject(int, Object) -
Method in class com.ddtek.jxtr.JXTRQueryBase
-
- setObject(int, Object) -
Method in class com.ddtek.jxtr.JXTRBase
- Sets the specified parameter index to the specified object.
- setObject(int, Object, int) -
Method in class com.ddtek.jxtr.JXTRUpdateBase
-
- setObject(int, Object, int) -
Method in class com.ddtek.jxtr.JXTRQueryBase
-
- setObject(int, Object, int) -
Method in class com.ddtek.jxtr.JXTRBase
- Sets the specified parameter index to the specified object.
- setObject(int, Object, int, int) -
Method in class com.ddtek.jxtr.JXTRUpdateBase
-
- setObject(int, Object, int, int) -
Method in class com.ddtek.jxtr.JXTRQueryBase
-
- setObject(int, Object, int, int) -
Method in class com.ddtek.jxtr.JXTRBase
- Sets the specified parameter index to the specified object.
- setOrderByOrdinalBehavior(int) -
Method in class com.ddtek.jxtr.JXTRQuery
- Sets behavior of
order by expressions.
- setPreferredJDBCStatType(int) -
Method in class com.ddtek.jxtr.JXTRQueryBase
- Sets the preference for the type of JDBC statement to use
(either JDBC_PREPARED_STAT or JDBC_STAT).
- setPreparedStatementCloseBehaviour(boolean) -
Method in class com.ddtek.jxtr.JXTRBase
- Specifies how to handle the closing of JDBC PreparedStatement
objects that are created to execute this Connect for SQL/XML
statement.
- setProperty(String, Object) -
Method in class com.ddtek.jxtr.JXTRSaxReader
- Sets the specified property to the specified value.
- setPublicId(String) -
Method in class com.ddtek.jxtr.JXTRSaxInputSource
- Sets the public ID for this input source.
- setReader(int, Reader) -
Method in class com.ddtek.jxtr.JXTRUpdate
- Sets the XML input document from a I/O reader.
- setRootTag(String) -
Method in class com.ddtek.jxtr.JXTRQueryBase
- Sets the root element name for the XML result of the jXTransformer
query.
- setRowElementTag(String) -
Method in class com.ddtek.jxtr.JXTRResultSetWrapper
- Sets the XML name for the row tags.
- setSAX(int, InputSource) -
Method in class com.ddtek.jxtr.JXTRUpdate
- Sets the XML input document from a SAX input source.
- setShort(int, short) -
Method in class com.ddtek.jxtr.JXTRUpdateBase
-
- setShort(int, short) -
Method in class com.ddtek.jxtr.JXTRQueryBase
-
- setShort(int, short) -
Method in class com.ddtek.jxtr.JXTRBase
- Sets the specified parameter index to the specified short value.
- setString(int, String) -
Method in class com.ddtek.jxtr.JXTRUpdateBase
-
- setString(int, String) -
Method in class com.ddtek.jxtr.JXTRQueryBase
-
- setString(int, String) -
Method in class com.ddtek.jxtr.JXTRBase
- Sets the specified parameter index to the specified string value.
- setSystemId(String) -
Method in class com.ddtek.jxtr.JXTRSaxInputSource
- Sets the System ID for this input source.
- setTime(int, Time) -
Method in class com.ddtek.jxtr.JXTRUpdateBase
-
- setTime(int, Time) -
Method in class com.ddtek.jxtr.JXTRQueryBase
-
- setTime(int, Time) -
Method in class com.ddtek.jxtr.JXTRBase
- Sets the specified parameter index to the specified time value.
- setTimestamp(int, Timestamp) -
Method in class com.ddtek.jxtr.JXTRUpdateBase
-
- setTimestamp(int, Timestamp) -
Method in class com.ddtek.jxtr.JXTRQueryBase
-
- setTimestamp(int, Timestamp) -
Method in class com.ddtek.jxtr.JXTRBase
- Sets the specified parameter index to the specified timestamp value.
- setTimestampEncoding(int) -
Method in class com.ddtek.jxtr.JXTRUpdateBase
- Sets the type of encoding/decoding for timestamp values
(either TIMESTAMP_AS_ISO8601 or TIMESTAMP_AS_ODBC ).
- setTimestampEncoding(int) -
Method in class com.ddtek.jxtr.JXTRQueryBase
- Sets the type of encoding for timestamp values (either
TIMESTAMP_AS_ISO8601 or TIMESTAMP_AS_ODBC).
- setTimestampEncoding(int) -
Method in class com.ddtek.jxtr.JXTRBase
- Sets the type of encoding for timestamp values.
- setTimestampEncoding(String) -
Method in class com.ddtek.jdbc.jxtr.JXTRDataSource
- Sets the type of encoding for timestamp values.
- setUseNullReplacementWithNullRepresentation(boolean) -
Method in class com.ddtek.jxtr.JXTRUpdateBase
- Sets a boolean flag that instructs Connect for SQL/XML which value to use
when both a NULL replacement value and a NULL representation value
are specified.
- setXMLDocument(Document) -
Method in class com.ddtek.jxtr.JXTRSingleTableUpdate
- Sets the XML input document to the specified DOM document
object.
- setXMLDocument(InputSource) -
Method in class com.ddtek.jxtr.JXTRSingleTableUpdate
- Sets the XML input document to the specified SAX input source.
- setXMLDocument(Node) -
Method in class com.ddtek.jxtr.JXTRSingleTableUpdate
- Sets the XML input document to the specified DOM element node.
- setXMLDocument(Reader, boolean) -
Method in class com.ddtek.jxtr.JXTRSingleTableUpdate
- Sets the XML input document to the specified Reader object.
- setXMLDocument(String, boolean) -
Method in class com.ddtek.jxtr.JXTRSingleTableUpdate
- Sets the XML input document to the specified URL.
- setXMLNamespaces(Map) -
Method in class com.ddtek.jxtr.JXTRSingleTableUpdate
- Sets the namespaces that are used in the XPath expressions.
- setXMLRowPattern(String) -
Method in class com.ddtek.jxtr.JXTRSingleTableUpdate
- Sets the XML row pattern.
- setXMLXPath(int, String) -
Method in class com.ddtek.jxtr.JXTRSingleTableUpdate
- Sets the parameter with the specified index to the value returned
from the XPath expression.
- setXMLXPath(int, String, int) -
Method in class com.ddtek.jxtr.JXTRSingleTableUpdate
- Sets the parameter with the specified index to the value returned
from the XPath expression.
- setXMLXPath(int, String, int, int) -
Method in class com.ddtek.jxtr.JXTRSingleTableUpdate
- Sets the parameter with the specified index to the value returned
from the XPath expression.
- setXMLXPath(int, String, int, int, int) -
Method in class com.ddtek.jxtr.JXTRSingleTableUpdate
- Sets the parameter with the specified index to the value
returned from the XPath expression.
- SORTED_OUTER_UNION -
Static variable in class com.ddtek.jxtr.JXTRQuery
- Constant for sorted outer union rewrite algorithm.
- SQL_CONSTRUCT_NOT_SUPPORTED -
Static variable in class com.ddtek.jxtr.JXTRException
- The provided SQL construct is not supported.
- SQL_EXCEPTION -
Static variable in class com.ddtek.jxtr.JXTRException
- An SQL exception was encountered.
- SQL_WARNING -
Static variable in class com.ddtek.jxtr.JXTRException
- A SQL warning was encountered.
- SQLXML_EXPRESSION_NOT_SUPPORTED -
Static variable in class com.ddtek.jxtr.JXTRException
- The provided SQL/XML expression is only supported as a Select list item
or nested in another SQL/XML expression.
T
- TABLE_ALIAS_NOT_UNIQUE -
Static variable in class com.ddtek.jxtr.JXTRException
- Table aliases must be unique.
- TABLE_ALIAS_REQUIRED -
Static variable in class com.ddtek.jxtr.JXTRException
- Table references must contain a table alias.
- TIMESTAMP_AS_ISO8601 -
Static variable in class com.ddtek.jxtr.JXTRBase
- Sets ISO8601 encoding (YYYY-MM-DDTHH:MI:SS.F) for timestamp values.
- TIMESTAMP_AS_ODBC -
Static variable in class com.ddtek.jxtr.JXTRBase
- Sets ODBC encoding (YYYY-MM-DD HH:MI:SS.F) for timestamp values.
- toString() -
Method in class com.ddtek.jxtr.JXTRColInfo
- Returns XML for this column as a String.
- TYPE_QUERY -
Static variable in class com.ddtek.jxtr.JXTRStatement
- jXTransformer query statement type.
- TYPE_UPDATE -
Static variable in class com.ddtek.jxtr.JXTRStatement
- Write statement type (Insert, Update, or Delete).
U
- UNEXPECTED_TOKEN -
Static variable in class com.ddtek.jxtr.JXTRException
- A Connect for SQL/XML statement contained a syntax error.
- unlock(String) -
Method in class com.ddtek.jxtr.JXTRBase
- Unlocks an OEM locked Connect for SQL/XML installation.
- UNSUPPORTED_CONVERTION -
Static variable in class com.ddtek.jxtr.JXTRException
- Conversion from dataype A to B is not supported.
- UNSUPPORTED_DRIVER -
Static variable in class com.ddtek.jxtr.JXTRException
- The provided connection was not established through a supported driver.
- UNSUPPORTED_TYPE -
Static variable in class com.ddtek.jxtr.JXTRException
- While fetching results from the database, a JDBC data type was
retrieved that is not supported by Connect for SQL/XML.
- UPDATE_EXCEPTION -
Static variable in class com.ddtek.jxtr.JXTRException
- An exception has occured while updating.
V
- validationURI -
Static variable in class com.ddtek.jxtr.JXTRSaxReader
- Validation feature URI.
W
- wasNull() -
Method in interface com.ddtek.jxtr.JXTRResultSet
- Reports whether the last column that was read had a value of SQL NULL.
- writeXML(Writer, String) -
Method in class com.ddtek.jxtr.JXTRColInfo
- Write XML for this column to the specified Writer using the requested
encoding.
- writeXML(Writer, String) -
Method in class com.ddtek.jdbc.jxtr.XMLType
- Writes the retrieved XML value out to a Writer object.
X
- XML_EXPLICIT -
Static variable in class com.ddtek.jxtr.JXTRQuery
- Constant for XML explicit rewrite algorithm.
- XML_KEY_ELEMENT_SELECT_ONE_COLUMN -
Static variable in class com.ddtek.jxtr.JXTRException
- No columns were selected from the database.
- XMLType - class com.ddtek.jdbc.jxtr.XMLType.
- The XMLType object represents an XML value that is retrieved from a
JDBC ResultSet using the getObject method.
- XMLTYPE -
Static variable in class com.ddtek.jxtr.JXTRQuery
- Constant to be considered an extension to java.sql.types.
- XMLType(JXTRDriverConfig, JXTRColInfo) -
Constructor for class com.ddtek.jdbc.jxtr.XMLType
- Internal constructor.
A B C D E F G I J L N O P Q R S T U V W X
Stylus Studio features SQL/XML tools for building XML views of relational data.