|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--com.ddtek.jxtr.JXTRBase
|
+--com.ddtek.jxtr.JXTRQueryBase
JXTRQueryBase is an abstract base class implementing methods
shared by all jXTransformer query classes (JXTRQuery,
JXTRResultSetWrapper).
| Field Summary | |
static int |
JDBC_PREPARED_STAT
Value that sets preference to use a java.sql.PreparedStatement during jXTransformer query processing. |
static int |
JDBC_STAT
Value that sets preference to use a java.sql.Statement during jXTransformer query processing. |
static int |
JDBC_STATTYPE_NOTSET
Value that makes information about the statement type used unavailable. |
| Fields inherited from class com.ddtek.jxtr.JXTRBase |
BINARY_AS_BASE64, BINARY_AS_HEX, TIMESTAMP_AS_ISO8601, TIMESTAMP_AS_ODBC |
| Method Summary | |
void |
addDocumentComment(java.lang.String comment)
Adds a document-level comment. |
void |
addDocumentPI(java.lang.String target,
java.lang.String data)
Adds a document-level processing instruction. |
void |
addRootAttribute(java.lang.String attribName,
java.lang.String attribValue)
Adds an attribute to the root element. |
void |
addRootNameSpace(java.lang.String URI)
Sets the default namespace for the root element. |
void |
addRootNameSpace(java.lang.String prefix,
java.lang.String URI)
Adds a namespace to the root element. |
abstract void |
dump(java.io.Writer dumpTo)
Dumps the JXTRQuery internal structure. |
abstract org.w3c.dom.Document |
executeDOM()
Executes the jXTransformer query and returns the XML result as a DOM level 2 document object. |
abstract void |
executeDOM(org.w3c.dom.Node domNode)
Executes the jXTransformer query and creates the XML result under the specified DOM level 2 node. |
abstract org.jdom.Document |
executeJDOM()
Executes the jXTransformer query and returns a JDOM document. |
abstract void |
executeJDOM(org.jdom.Element domElement)
Executes the jXTransformer query and creates the XML result under the specified JDOM element node. |
abstract void |
executeSAX(org.xml.sax.XMLReader xmlReader)
Executes the jXTransformer query and invokes SAX2 callbacks registered with the specified XMLReader. |
abstract void |
executeWriter(java.io.Writer xmlWriter,
boolean outputDocHeader)
Executes the jXTransformer query and writes the XML as a character stream to the specified writer, which should use UTF-8 encoding. |
abstract void |
executeWriter(java.io.Writer xmlWriter,
boolean outputDocHeader,
int indentLevel)
Executes the jXTransformer query and writes the XML result as a character stream to the specified writer, which should use UTF-8 encoding. |
abstract void |
executeWriter(java.io.Writer xmlWriter,
boolean outputDocHeader,
java.lang.String encoding)
Executes the jXTransformer query and writes the XML result as a character stream to the specified writer, which should use the specified encoding. |
abstract void |
executeWriter(java.io.Writer xmlWriter,
boolean outputDocHeader,
java.lang.String encoding,
int indentLevel)
Executes the jXTransformer query and writes the XML as a character stream to the specified writer, which should use the specified encoding. |
abstract void |
generateDTD(java.io.Writer dtdWriter)
Generates a DTD describing the structure of the jXTransformer query result and writes the DTD to the specified Writer. |
abstract void |
generateXMLSchema(java.util.Map targetNamespaceSchemaFileMap)
Generates multiple XML Schemas describing the structure of the jXTransformer query result. |
abstract void |
generateXMLSchema(java.util.Map targetNamespaceSchemaFileMap,
int indentLevel)
Generates multiple XML Schemas describing the structure of the jXTransformer query result. |
abstract void |
generateXMLSchema(java.util.Map targetNamespaceSchemaFileMap,
java.lang.String encoding)
Generates multiple XML Schemas describing the structure of the jXTransformer query result. |
abstract void |
generateXMLSchema(java.util.Map targetNamespaceSchemaFileMap,
java.lang.String encoding,
int indentLevel)
Generates multiple XML Schemas describing the structure of the jXTransformer query result. |
abstract void |
generateXMLSchema(java.io.Writer schemaWriter)
Generates an XML Schema describing the structure of the jXTransformer query result and writes the XML Schema to the specified Writer. |
abstract void |
generateXMLSchema(java.io.Writer schemaWriter,
java.lang.String targetNamespace)
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. |
abstract void |
generateXMLSchema(java.io.Writer schemaWriter,
java.lang.String targetNamespace,
int indentLevel)
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. |
abstract void |
generateXMLSchema(java.io.Writer schemaWriter,
java.lang.String targetNamespace,
java.lang.String encoding)
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. |
abstract void |
generateXMLSchema(java.io.Writer schemaWriter,
java.lang.String targetNamespace,
java.lang.String encoding,
int indentLevel)
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. |
int |
getBinaryEncoding()
Returns the type of binary encoding. |
JXTRDatabaseExtension |
getDatabaseExtension()
Gets the specific JXTRDatabaseExtension. |
int |
getJDBCStatType()
Returns the type of JDBC statement that was used to process the jXTransformer query. |
int |
getPreferredJDBCStatType()
Returns the preference setting for the type of JDBC statement. |
int |
getTimestampEncoding()
Returns the type of timestamp encoding. |
void |
setBigDecimal(int paramIx,
java.math.BigDecimal paramValue)
Sets the specified parameter index to the specified BigDecimal value. |
void |
setBinaryEncoding(int encoding)
Sets the type of encoding for binary values (either BINARY_AS_BASE64 or BINARY_AS_HEX). |
void |
setBoolean(int paramIx,
boolean paramValue)
Sets the specified parameter index to the specified boolean value. |
void |
setByte(int paramIx,
byte paramValue)
Sets the specified parameter index to the specified byte value. |
void |
setBytes(int paramIx,
byte[] paramValue)
Sets the specified parameter index to the specified byte array value. |
void |
setDatabaseExtension(JXTRDatabaseExtension databaseExtension)
Sets the jXTransformer database extension. |
void |
setDate(int paramIx,
java.sql.Date paramValue)
Sets the specified parameter index to the specified date value. |
void |
setDouble(int paramIx,
double paramValue)
Sets the specified parameter index to the specified double value. |
void |
setExternalDTD(java.lang.String systemURI)
Sets an external DTD reference. |
void |
setExternalDTD(java.lang.String publicId,
java.lang.String systemURI)
Sets the public external DTD reference. |
void |
setFloat(int paramIx,
float paramValue)
Sets the specified parameter index to the specified float value. |
void |
setInt(int paramIx,
int paramValue)
Sets the specified parameter index to the specified int value. |
void |
setLong(int paramIx,
long paramValue)
Sets the specified parameter index to the specified long value. |
void |
setNull(int paramIx,
int jdbcType)
Sets the specified parameter index to a NULL value. |
void |
setNullReplacementValue(java.lang.String defNullValue)
Sets the replacement value to use when a NULL value is retrieved. |
void |
setObject(int paramIx,
java.lang.Object paramValue)
Sets the specified parameter index to the specified object. |
void |
setObject(int paramIx,
java.lang.Object paramValue,
int targetJdbcType)
Sets the specified parameter index to the specified object. |
void |
setObject(int paramIx,
java.lang.Object paramValue,
int targetJdbcType,
int scale)
Sets the specified parameter index to the specified object. |
void |
setPreferredJDBCStatType(int statType)
Sets the preference for the type of JDBC statement to use (either JDBC_PREPARED_STAT or JDBC_STAT). |
void |
setRootTag(java.lang.String rootTag)
Sets the root element name for the XML result of the jXTransformer query. |
void |
setShort(int paramIx,
short paramValue)
Sets the specified parameter index to the specified short value. |
void |
setString(int paramIx,
java.lang.String paramValue)
Sets the specified parameter index to the specified string value. |
void |
setTime(int paramIx,
java.sql.Time paramValue)
Sets the specified parameter index to the specified time value. |
void |
setTimestamp(int paramIx,
java.sql.Timestamp paramValue)
Sets the specified parameter index to the specified timestamp value. |
void |
setTimestampEncoding(int encoding)
Sets the type of encoding for timestamp values (either TIMESTAMP_AS_ISO8601 or TIMESTAMP_AS_ODBC). |
| Methods inherited from class com.ddtek.jxtr.JXTRBase |
clearWarnings, close, getPreparedStatementCloseBehaviour, getWarnings, setPreparedStatementCloseBehaviour, unlock |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int JDBC_STATTYPE_NOTSET
getJDBCStatType().
public static final int JDBC_PREPARED_STAT
setPreferredJDBCStatType(int).
public static final int JDBC_STAT
setPreferredJDBCStatType(int).
| Method Detail |
public abstract org.w3c.dom.Document executeDOM()
throws JXTRException
To create the DOM level 2 object, Connect for SQL/XML uses JAXP 1.1. Any DOM level 2 implementation that supports JAXP 1.1 can be used.
JXTRException - Refer to the JXTRException class
for more information about possible error conditions.JXTRException
public abstract void executeDOM(org.w3c.dom.Node domNode)
throws JXTRException
domNode - DOM level 2 node under which the XML result will
be created.
JXTRException - Refer to the JXTRException class
for more information about possible error conditions.JXTRException
public abstract void executeWriter(java.io.Writer xmlWriter,
boolean outputDocHeader)
throws JXTRException
xmlWriter - Writer to which the XML result will be streamed.outputDocHeader - When set to false, no XML
document header or root element will be created. When set to
true, a complete XML document will be created with
a document header and root element. If a root element is not
specified, a default root element of jxtr-result will be used
(see setRootTag(String)).
JXTRException - Refer to the JXTRException class
for more information about possible error conditions.JXTRException
public abstract void executeWriter(java.io.Writer xmlWriter,
boolean outputDocHeader,
int indentLevel)
throws JXTRException
xmlWriter - Writer to which the XML document will be streamed.outputDocHeader - When set to false, no XML
document header or root element will be created. When set to
true, a complete XML document will be created with
a document header and root element. If a root element is not
specified, a default root element of jxtr-result will be used
(see setRootTag(String)).indentLevel - Number of spaces each element level will be indented.
JXTRException - Refer to the JXTRException class
for more information about possible error conditions.JXTRException
public abstract void executeWriter(java.io.Writer xmlWriter,
boolean outputDocHeader,
java.lang.String encoding)
throws JXTRException
xmlWriter - Writer to which the XML result will be streamed.outputDocHeader - When set to false, no XML
document header or root element will be created. When set to
true, a complete XML document will be created with
a document header and root element. If a root element is not
specified, a default root element of jxtr-result will be used
(see setRootTag(String)).encoding - Encoding the specified writer will use.
JXTRException - Refer to the JXTRException class
for more information about possible error conditions.JXTRException
public abstract void executeWriter(java.io.Writer xmlWriter,
boolean outputDocHeader,
java.lang.String encoding,
int indentLevel)
throws JXTRException
xmlWriter - Writer to which the XML document will be streamed.outputDocHeader - When set to false, no XML
document header or root element is created. When set to
true, a complete XML document is created with
a document header and root element. If a root element is not
specified, a default root element of jxtr-result will be used
(see setRootTag(String)).encoding - Encoding the specified writer will use.indentLevel - Number of spaces each element level will be indented.
JXTRException - Refer to the JXTRException class
for more information about possible error conditions.JXTRException
public abstract org.jdom.Document executeJDOM()
throws JXTRException
JXTRException - Refer to the JXTRException class
for more information about possible error conditions.JXTRException,
org.jdom.Document
public abstract void executeJDOM(org.jdom.Element domElement)
throws JXTRException
domElement - JDOM element node under which the resulting XML
will be created.
JXTRException - Refer to the JXTRException class
for more information about possible error conditions.JXTRException
public abstract void dump(java.io.Writer dumpTo)
throws JXTRException
dumpTo - Writer to which the information will be dumped.
JXTRException - Refer to the JXTRException class
for more information about possible error conditions.JXTRException
public abstract void executeSAX(org.xml.sax.XMLReader xmlReader)
throws JXTRException
The xmlReader must be an object of type JXTRSaxReader
or the xmlReader features must be set as supported by
JXTRSaxReader.
xmlReader - SAX2 XML Reader whose registered handlers
will receive the SAX2 events.
JXTRException - Refer to the JXTRException class
for more information about possible error conditions.JXTRException
public abstract void generateDTD(java.io.Writer dtdWriter)
throws JXTRException
dtdWriter - Writer to which the DTD will be written.
JXTRException - Refer to the JXTRException class
for more information about possible error conditions.JXTRException
public abstract void generateXMLSchema(java.io.Writer schemaWriter)
throws JXTRException
schemaWriter - Writer to which the XML Schema will be written.
JXTRException - Refer to the JXTRException class
for more information about possible error conditions.JXTRException,
XML Schema Part 0: Primer,
XML Schema Part 1: Structures,
XML Schema Part 2: Datatypes
public abstract void generateXMLSchema(java.io.Writer schemaWriter,
java.lang.String targetNamespace)
throws JXTRException
schemaWriter - Writer to which the XML Schema will be written.targetNamespace - Namespace for which the XML Schema will be
generated or null to generate an XML Schema for those
elements/attributes that do not have a namespace.
JXTRException - Refer to the JXTRException class
for more information about possible error conditions.JXTRException,
XML Schema Part 0: Primer,
XML Schema Part 1: Structures,
XML Schema Part 2: Datatypes
public abstract void generateXMLSchema(java.io.Writer schemaWriter,
java.lang.String targetNamespace,
java.lang.String encoding)
throws JXTRException
schemaWriter - Writer to which the XML Schema will be written.targetNamespace - Namespace for which the XML Schema will be
generated or null to generate an XML Schema for those
elements/attributes that do not have a namespace.encoding - Encoding the specified writer will use.
JXTRException - Refer to the JXTRException class
for more information about possible error conditions.JXTRException,
XML Schema Part 0: Primer,
XML Schema Part 1: Structures,
XML Schema Part 2: Datatypes
public abstract void generateXMLSchema(java.io.Writer schemaWriter,
java.lang.String targetNamespace,
int indentLevel)
throws JXTRException
schemaWriter - Writer to which the XML Schema will be written.targetNamespace - Namespace for which the XML Schema will be
generated or null to generate an XML Schema for those
elements/attributes that do not have a namespace.indentLevel - Number of spaces to indent each element level.
JXTRException - Refer to the JXTRException class
for more information about possible error conditions.JXTRException,
XML Schema Part 0: Primer,
XML Schema Part 1: Structures,
XML Schema Part 2: Datatypes
public abstract void generateXMLSchema(java.io.Writer schemaWriter,
java.lang.String targetNamespace,
java.lang.String encoding,
int indentLevel)
throws JXTRException
schemaWriter - Writer to which the XML Schema is written.targetNamespace - Namespace for which the XML Schema will be
generated or null to generate an XML Schema for those
elements/attributes that do not have a namespace.encoding - Encoding the specified writer will use.indentLevel - Number of spaces to indent each element level.
JXTRException - Refer to the JXTRException class
for more information about possible error conditions.JXTRException,
XML Schema Part 0: Primer,
XML Schema Part 1: Structures,
XML Schema Part 2: Datatypes
public abstract void generateXMLSchema(java.util.Map targetNamespaceSchemaFileMap)
throws JXTRException
targetNamespaceSchemaFileMap - Map containing the
namespaces (keys) and their associated output XML Schema
filenames (values). A null key is used to generate XML
Schemas for elements/attributes that do not have a namespace.
JXTRException - Refer to the JXTRException class
for more information about possible error conditions.JXTRException,
XML Schema Part 0: Primer,
XML Schema Part 1: Structures,
XML Schema Part 2: Datatypes
public abstract void generateXMLSchema(java.util.Map targetNamespaceSchemaFileMap,
java.lang.String encoding)
throws JXTRException
targetNamespaceSchemaFileMap - Map containing the
namespaces (keys) and their associated output XML Schema
filenames (values). A null key is used to generate XML
Schemas for elements/attributes that do not have a namespace.encoding - Encoding the specified writer will use.
JXTRException - Refer to the JXTRException class
for more information about possible error conditions.JXTRException,
XML Schema Part 0: Primer,
XML Schema Part 1: Structures,
XML Schema Part 2: Datatypes
public abstract void generateXMLSchema(java.util.Map targetNamespaceSchemaFileMap,
int indentLevel)
throws JXTRException
targetNamespaceSchemaFileMap - Map containing the
namespaces (keys) and their associated output XML Schema
filenames (values). A null key is used to generate XML
Schemas for elements/attributes that do not have a namespace.
JXTRException - Refer to the JXTRException class
for more information about possible error conditions.JXTRException,
XML Schema Part 0: Primer,
XML Schema Part 1: Structures,
XML Schema Part 2: Datatypes
public abstract void generateXMLSchema(java.util.Map targetNamespaceSchemaFileMap,
java.lang.String encoding,
int indentLevel)
throws JXTRException
targetNamespaceSchemaFileMap - Map containing the
namespaces (keys) and their associated output XML Schema
filenames (values). A null key is used to generate XML
Schemas for elements/attributes that do not have a namespace.encoding - Encoding the specified writer will use.
JXTRException - Refer to the JXTRException class
for more information about possible error conditions.JXTRException,
XML Schema Part 0: Primer,
XML Schema Part 1: Structures,
XML Schema Part 2: Datatypes
public void setBigDecimal(int paramIx,
java.math.BigDecimal paramValue)
JXTRBase
setBigDecimal in class JXTRBaseparamIx - Index of parameter to set (1 based)paramValue - Value for the parameterjava.sql.PreparedStatement.setBigDecimal
public void setBoolean(int paramIx,
boolean paramValue)
JXTRBase
setBoolean in class JXTRBaseparamIx - Index of parameter to set (1 based)paramValue - Value for the parameterjava.sql.PreparedStatement.setBoolean
public void setByte(int paramIx,
byte paramValue)
JXTRBase
setByte in class JXTRBaseparamIx - Index of parameter to set (1 based)paramValue - Value for the parameterjava.sql.PreparedStatement.setByte
public void setBytes(int paramIx,
byte[] paramValue)
JXTRBase
setBytes in class JXTRBaseparamIx - Index of parameter to set (1 based)paramValue - Value for the parameterjava.sql.PreparedStatement.setBytes
public void setInt(int paramIx,
int paramValue)
JXTRBase
setInt in class JXTRBaseparamIx - Index of parameter to set (1 based)paramValue - Value for the parameterjava.sql.PreparedStatement.setInt
public void setObject(int paramIx,
java.lang.Object paramValue)
JXTRBase
setObject in class JXTRBaseparamIx - Index of parameter to set (1 based)paramValue - Value for the parameterjava.sql.PreparedStatement.setObject
public void setObject(int paramIx,
java.lang.Object paramValue,
int targetJdbcType)
JXTRBase
setObject in class JXTRBaseparamIx - Index of parameter to set (1 based)paramValue - Value for the parametertargetJdbcType - Target JDBC type for the parameterjava.sql.PreparedStatement.setObject
public void setObject(int paramIx,
java.lang.Object paramValue,
int targetJdbcType,
int scale)
JXTRBase
setObject in class JXTRBaseparamIx - Index of parameter to set (1 based)paramValue - Value for the parametertargetJdbcType - Target JDBC type for the parameterscale - Scale for numeric and decimal JDBC typesjava.sql.PreparedStatement.setObject
public void setString(int paramIx,
java.lang.String paramValue)
JXTRBase
setString in class JXTRBaseparamIx - Index of parameter to set (1 based)paramValue - Value for the parameterjava.sql.PreparedStatement.setString
public void setShort(int paramIx,
short paramValue)
JXTRBase
setShort in class JXTRBaseparamIx - Index of parameter to set (1 based)paramValue - Value for the parameterjava.sql.PreparedStatement.setShort
public void setLong(int paramIx,
long paramValue)
JXTRBase
setLong in class JXTRBaseparamIx - Index of parameter to set (1 based)paramValue - Value for the parameterjava.sql.PreparedStatement.setLong
public void setFloat(int paramIx,
float paramValue)
JXTRBase
setFloat in class JXTRBaseparamIx - Index of parameter to set (1 based)paramValue - Value for the parameterjava.sql.PreparedStatement.setFloat
public void setDouble(int paramIx,
double paramValue)
JXTRBase
setDouble in class JXTRBaseparamIx - Index of parameter to set (1 based)paramValue - Value for the parameterjava.sql.PreparedStatement.setDouble
public void setDate(int paramIx,
java.sql.Date paramValue)
JXTRBase
setDate in class JXTRBaseparamIx - Index of parameter to set (1 based)paramValue - Value for the parameterjava.sql.PreparedStatement.setDate
public void setTime(int paramIx,
java.sql.Time paramValue)
JXTRBase
setTime in class JXTRBaseparamIx - Index of parameter to set (1 based)paramValue - Value for the parameterjava.sql.PreparedStatement.setTime
public void setTimestamp(int paramIx,
java.sql.Timestamp paramValue)
JXTRBase
setTimestamp in class JXTRBaseparamIx - Index of parameter to set (1 based)paramValue - Value for the parameterjava.sql.PreparedStatement.setTimestamp
public void setNull(int paramIx,
int jdbcType)
JXTRBase
setNull in class JXTRBaseparamIx - Index of parameter to set (1 based)jdbcType - JDBC type for the parameterjava.sql.PreparedStatement.setNull
public void setRootTag(java.lang.String rootTag)
throws JXTRException
The following execute methods generate complete XML documents (as opposed to XML document fragments):
rootTag - Root element name.
JXTRException - Refer to the JXTRException class
for more information about possible error conditions.JXTRException
public void addRootNameSpace(java.lang.String prefix,
java.lang.String URI)
prefix - Namespace prefix.URI - Namespace URI.public void addRootNameSpace(java.lang.String URI)
URI - Namespace URI.
public void addRootAttribute(java.lang.String attribName,
java.lang.String attribValue)
attribName - Name of attribute.attribValue - Value for attribute.
public void setExternalDTD(java.lang.String systemURI)
throws JXTRException
systemURI - System URI for the DTD to reference.
JXTRException - Refer to the JXTRException class
for more information about possible error conditions.
JXTRExceptionJXTRException
public void setExternalDTD(java.lang.String publicId,
java.lang.String systemURI)
throws JXTRException
publicId - Public DTD identifier.systemURI - System URI for DTD reference.
JXTRException - Refer to the JXTRException class
for more information about possible error conditions.
JXTRExceptionJXTRException
public void addDocumentPI(java.lang.String target,
java.lang.String data)
target - Target of the processing instruction.data - Valid XML processing instruction.public void addDocumentComment(java.lang.String comment)
comment - Comment.public void setNullReplacementValue(java.lang.String defNullValue)
setNullReplacementValue in class JXTRBasedefNullValue - Value used to replace a NULL value when one is
retrieved. The replacement value is output to the XML result
instead of the NULL value.public JXTRDatabaseExtension getDatabaseExtension()
public void setDatabaseExtension(JXTRDatabaseExtension databaseExtension)
databaseExtension - jXTransformer database extension to be used.public void setTimestampEncoding(int encoding)
setTimestampEncoding in class JXTRBaseencoding - Encoding to use for timestamp values.public int getTimestampEncoding()
getTimestampEncoding in class JXTRBasepublic void setBinaryEncoding(int encoding)
setBinaryEncoding in class JXTRBaseencoding - Encoding to use for timestamp values.public int getBinaryEncoding()
getBinaryEncoding in class JXTRBase
public void setPreferredJDBCStatType(int statType)
throws JXTRException
Provides a hint to determine whether to use java.sql.PreparedStatement or java.sql.Statement objects when processing the query.
Because all JXTRQueryBase instances cannot be executed using a java.sql.Statement, this setting is only a hint. When the JXTRQueryBase is initialised with a jXTransformer query that contains parameter markers (bind markers) or when the nested loop algorithm is used to process the query, the query processor will always use one or more java.sql.PreparedStatement objects to communicate with the RDBMS.
statType - Either JDBC_PREPARED_STAT or JDBC_STAT.
JXTRException - Refer to the JXTRException class
for more information about possible error conditions.JXTRExceptionpublic int getPreferredJDBCStatType()
setPreferredJDBCStatType(int)public int getJDBCStatType()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||