- generatedKeyAlwaysReturned() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
- getArray(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- getArray(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- getArray(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
This method is not supported by the Host Integrator driver.
- getArray(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
This method is not supported by the Host Integrator driver.
- getAsciiStream(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
Gets the value for an indexed column as an ASCII stream.
- getAsciiStream(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
Gets the value for a named column as an ASCII stream.
- getAttributes(String, String, String, String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
This method is not supported by the Host Integrator driver.
- getAutoCommit() - Method in class com.wrq.apptrieve.jdbc.ApptrieveConnection
-
Determines the auto-commit state of the connection.
- getBestRowIdentifier(String, String, String, int, boolean) - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
This method is not supported by the Host Integrator driver.
- getBigDecimal(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- getBigDecimal(int, int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- getBigDecimal(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- getBigDecimal(int, int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
Deprecated.
use getBigDecimal(String columnIndex)
- getBigDecimal(String, int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
Deprecated.
use getBigDecimal(String columnName)
- getBigDecimal(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
Gets the value of a column in the current row as a java.math.BigDecimal
object with full precision
- getBigDecimal(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
Gets the value of a column in the current row as a java.math.BigDecimal
object with full precision
- getBinaryStream(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
Gets the value for an indexed column as a stream of
uninterpreted bytes.
- getBinaryStream(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
Gets the value for a named column as a stream of
uninterpreted bytes.
- getBlob(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- getBlob(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- getBlob(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
This method is not supported by the Host Integrator driver.
- getBlob(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
This method is not supported by the Host Integrator driver.
- getBoolean(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- getBoolean(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- getBoolean(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
Retrieves an indexed column as a boolean value.
- getBoolean(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
Retrieves a named column as a boolean value.
- getByte(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- getByte(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- getByte(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
Retrieves an indexed column as a byte.
- getByte(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
Retrieves a named column as a byte.
- getBytes(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- getBytes(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- getBytes(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
Retrieves an indexed column as a byte array.
- getBytes(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
Retrieves a named column as a byte array.
- getCatalog() - Method in class com.wrq.apptrieve.jdbc.ApptrieveConnection
-
The Host Integrator Driver does not support catalogs.
- getCatalogName(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSetMetaData
-
Gets the catalog name for the table from which an indexed
column of this result set derives.
- getCatalogs() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
This method is not supported by the Host Integrator driver.
- getCatalogSeparator() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
This method is not supported by the Host Integrator driver.
- getCatalogTerm() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
This method is not supported by the Host Integrator driver.
- getCharacterStream(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
- getCharacterStream(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
- getCharacterStream(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
Retrieves an indexed column as a character stream.
- getCharacterStream(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
Retrieves a named column as a character stream.
- getClientInfo(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveConnection
-
- getClientInfo() - Method in class com.wrq.apptrieve.jdbc.ApptrieveConnection
-
- getClientInfoProperties() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
- getClob(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- getClob(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- getClob(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
This method is not supported by the Host Integrator driver.
- getClob(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
This method is not supported by the Host Integrator driver.
- getColumnClassName(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSetMetaData
-
Gets the fully-qualified name for the Java class to which
a value in an indexed column will be mapped.
- getColumnCount() - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSetMetaData
-
Gets the number of columns in the ResultSet
object for which this ResultSetMetaData object pertains.
- getColumnDisplaySize(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSetMetaData
-
Gets the normal maximum width in characters for an
indexed column.
- getColumnLabel(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSetMetaData
-
Gets the suggested column title for an indexed
column, to be used in printouts and displays.
- getColumnName(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSetMetaData
-
Gets the name for an indexed column.
- getColumnPrivileges(String, String, String, String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Gets a description of the access rights for a table's columns.
- getColumns(String, String, String, String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Gets a description of table columns available in a catalog.
- getColumnType(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSetMetaData
-
Gets the JDBC type for the value stored in
an indexed column.
- getColumnTypeName(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSetMetaData
-
Gets type name used for the value stored in
an indexed column.
- getConcurrency() - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
Gets the concurrency type for this ResultSet object.
- getConnection() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Gets the connection object that produced this
DatabaseMetaData object.
- getConnection() - Method in class com.wrq.apptrieve.jdbc.ApptrieveStatement
-
Gets the Connection object that produced
this Statement object.
- getConnectionTimeout() - Method in class com.wrq.apptrieve.jdbc.ApptrieveStatement
-
Gets the current connectionTimeout value
The connectionTimeout limit is the number of seconds the driver will
wait for a connection to complete.
- getCrossReference(String, String, String, String, String, String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Gets a description of how one table imports the
keys of another table.
- getCursorName() - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
This method is not supported by the Host Integrator driver.
- getDatabaseMajorVersion() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Gets the major version number for Verastream Host Integrator.
- getDatabaseMinorVersion() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Gets the minor version number for Verastream Host Integrator.
- getDatabaseProductName() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Gets the product name for this database.
- getDatabaseProductVersion() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Gets the version for this database product.
- getDate(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- getDate(int, Calendar) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- getDate(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- getDate(String, Calendar) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- getDate(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
This method is not supported by the Host Integrator driver.
- getDate(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
This method is not supported by the Host Integrator driver.
- getDate(int, Calendar) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
This method is not supported by the Host Integrator driver.
- getDate(String, Calendar) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
This method is not supported by the Host Integrator driver.
- getDefaultTransactionIsolation() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Gets the database's default transaction isolation level.
- getDouble(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- getDouble(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- getDouble(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
Retrieves an indexed column as a double.
- getDouble(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
Retrieves a named column as a double.
- getDriverMajorVersion() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Gets the Host Integrator JDBC driver major version number
- getDriverMinorVersion() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Gets the Host Integrator JDBC driver minor version number
- getDriverName() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Gets the Host Integrator JDBC driver name
- getDriverVersion() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Gets the version string for this JDBC driver.
- getExportedKeys(String, String, String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Gets a description of the foreign key columns that reference
the primary key columns in specified table.
- getExtraNameCharacters() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Gets the set of special characters that can be used in
a non-quoted identifier.
- getFetchDirection() - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
Gets the fetch direction for
this ResultSet object.
- getFetchDirection() - Method in class com.wrq.apptrieve.jdbc.ApptrieveStatement
-
Gets the fetch direction for
this Statement object.
- getFetchSize() - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
This method is not supported by the Host Integrator driver.
- getFetchSize() - Method in class com.wrq.apptrieve.jdbc.ApptrieveStatement
-
Gets the fetch size for
this Statement object.
- getFloat(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- getFloat(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- getFloat(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
Retrieves an indexed column as a float.
- getFloat(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
Retrieves a named column as a float.
- getFunctionColumns(String, String, String, String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
- getFunctions(String, String, String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
- getGeneratedKeys() - Method in class com.wrq.apptrieve.jdbc.ApptrieveStatement
-
- getHoldability() - Method in class com.wrq.apptrieve.jdbc.ApptrieveConnection
-
This method is not supported by the Host Integrator driver.
- getHoldability() - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
- getIdentifierQuoteString() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Gets the string used to quote SQL identifiers.
- getImportedKeys(String, String, String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Gets a description of the primary key columns that are
referenced by the foreign key columns in a given table.
- getIndexInfo(String, String, String, boolean, boolean) - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
This method is not supported by the Host Integrator driver.
- getInt(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- getInt(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- getInt(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
Retrieves an indexed column as an int.
- getInt(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
Retrieves a named column as an int.
- getJDBCMajorVersion() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Retrieves the major JDBC version number for this driver.
- getJDBCMinorVersion() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Retrieves the minor JDBC version number for this driver.
- getLong(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- getLong(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- getLong(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
Retrieves an indexed column as a long.
- getLong(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
Retrieves a named column as a long.
- getMajorVersion() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDriver
-
Gets the major version for this driver
- getMaxBinaryLiteralLength() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Gets the maximum number of hexadecimal characters allowed
in an inline binary literal.
- getMaxCatalogNameLength() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Gets the maximum number of characters allowed
in a catalog name.
- getMaxCharLiteralLength() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Gets the maximum number of characters allowed
in a character literal.
- getMaxColumnNameLength() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Gets the maximum number of characters allowed
in a column name.
- getMaxColumnsInGroupBy() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Gets the maximum number of columns allowed in
a GROUP BY clause.
- getMaxColumnsInIndex() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Gets the maximum number of columns allowed in
an index.
- getMaxColumnsInOrderBy() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Gets the maximum number of columns allowed in
an ORDER BY clause.
- getMaxColumnsInSelect() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Gets the maximum number of columns allowed in
a SELECT clause.
- getMaxColumnsInTable() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Gets the maximum number of columns allowed in
a table.
- getMaxConnections() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Gets the maximum number of connections to this database
that can be made through this driver instance.
- getMaxCursorNameLength() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Gets the maximum number of characters allowed in a cursor name.
- getMaxFieldSize() - Method in class com.wrq.apptrieve.jdbc.ApptrieveStatement
-
Gets the maximum number of bytes that a ResultSet
column may contain
- getMaxIndexLength() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Gets the maximum number of bytes allowed in an index.
- getMaxProcedureNameLength() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Gets the maximum number of characters allowed in a procedure name.
- getMaxRows() - Method in class com.wrq.apptrieve.jdbc.ApptrieveStatement
-
Gets the maximum number of rows that a ResultSet
object can contain
- getMaxRowSize() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Gets the maximum number of bytes allowed in a single row.
- getMaxSchemaNameLength() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Gets the maximum number of characters allowed in a schema name.
- getMaxStatementLength() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Gets the maximum number of characters allowed in an SQL statement.
- getMaxStatements() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Gets the maximum number of active statements to this database
that may be opened on one connection at the same time.
- getMaxTableNameLength() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Gets the maximum number of characters allowed in a table name.
- getMaxTablesInSelect() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Gets the maximum number of tables allowed in a SELECT clause.
- getMaxUserNameLength() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Gets the maximum number of characters allowed in a user name.
- getMetaData() - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- getMetaData() - Method in class com.wrq.apptrieve.jdbc.ApptrieveConnection
-
Gets the database metadata object for this connection
- getMetaData() - Method in class com.wrq.apptrieve.jdbc.ApptrievePreparedStatement
-
This method is not supported by the Host Integrator driver.
- getMetaData() - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
Returns meta-deta on a ResultSet.
- getMinorVersion() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDriver
-
Gets the minor version for this driver
- getMoreResults() - Method in class com.wrq.apptrieve.jdbc.ApptrieveStatement
-
Fetches the next part of data from Host Integrator server.
- getMoreResults(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveStatement
-
Fetches the next part of data from Host Integrator server.
- getNCharacterStream(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
- getNCharacterStream(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
- getNCharacterStream(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
- getNCharacterStream(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
- getNClob(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
- getNClob(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
- getNClob(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
- getNClob(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
- getNetworkTimeout() - Method in class com.wrq.apptrieve.jdbc.ApptrieveConnection
-
- getNString(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
- getNString(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
- getNString(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
- getNString(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
- getNumericFunctions() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Gets the Open Group CLI names for this database's math functions.
- getObject(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- getObject(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- getObject(String, Map<String, Class<?>>) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- getObject(int, Map<String, Class<?>>) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
- getObject(String, Class<T>) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
- getObject(int, Class<T>) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
- getObject(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
Retrieves an indexed column as an Object.
- getObject(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
Retrieves a named column as an Object.
- getObject(String, Map<String, Class<?>>) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
This method is not supported by the Host Integrator driver.
- getObject(int, Map<String, Class<?>>) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
This method is not supported by the Host Integrator driver.
- getObject(String, Class<T>) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
- getObject(int, Class<T>) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
- getParameterMetaData() - Method in class com.wrq.apptrieve.jdbc.ApptrievePreparedStatement
-
This method is not supported by the Host Integrator driver.
- getParentLogger() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDriver
-
- getPrecision(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSetMetaData
-
Gets the precision for an indexed column.
- getPrimaryKeys(String, String, String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Gets a description of the primary key columns in a given table
- getProcedureColumns(String, String, String, String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Gets a description of the input, output, and results
associated with certain stored procedures available in a given catalog.
- getProcedures(String, String, String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Gets a description of the input, output, and results
associated with certain stored procedures available in a given catalog.
- getProcedureTerm() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Gets the preferred term for procedure.
- getPropertyInfo(String, Properties) - Method in class com.wrq.apptrieve.jdbc.ApptrieveDriver
-
The getPropertyInfo method allows a generic GUI tool to
discover what properties it should prompt a human for in order to get
enough information to connect to a database.
- getPseudoColumns(String, String, String, String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
- getQueryTimeout() - Method in class com.wrq.apptrieve.jdbc.ApptrieveStatement
-
Gets the current queryTimeout value
The queryTimeout limit is the number of seconds the driver will
wait for a Statement object to execute.
- getRef(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- getRef(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- getRef(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
This method is not supported by the Host Integrator driver.
- getRef(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
This method is not supported by the Host Integrator driver.
- getResultSet() - Method in class com.wrq.apptrieve.jdbc.ApptrieveStatement
-
Obtains the current result set from a Statement object.
- getResultSetConcurrency() - Method in class com.wrq.apptrieve.jdbc.ApptrieveStatement
-
Obtains the concurrency mode for ResultSet
objects generated from queries that this Statement object
executes.
- getResultSetHoldability() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
This method is not supported by the Host Integrator driver.
- getResultSetHoldability() - Method in class com.wrq.apptrieve.jdbc.ApptrieveStatement
-
This method is not supported by the Host Integrator driver.
- getResultSetType() - Method in class com.wrq.apptrieve.jdbc.ApptrieveStatement
-
Obtains the type of ResultSet
objects generated from queries that this Statement object
executes.
- getRow() - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
Retrieves the current row number of this ResultSet object.
- getRowCount() - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
Gets the number of rows in this ResultSet object.
- getRowId(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
- getRowId(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
- getRowId(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
- getRowId(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
- getRowIdLifetime() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
- getScale(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSetMetaData
-
Gets the number of digits to the right of the
decimal point for values in an indexed column.
- getSchema() - Method in class com.wrq.apptrieve.jdbc.ApptrieveConnection
-
- getSchemaName(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSetMetaData
-
Gets the schema name for the table from which an indexed column in this
ResultSet was derived.
- getSchemas() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
This method is not supported by the Host Integrator driver.
- getSchemas(String, String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
- getSchemaTerm() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
This method is not supported by the Host Integrator driver.
- getSearchStringEscape() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Gets the string that can be used to escape "_" or "%"
wildcards in the string search pattern used for search parameters.
- getShort(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- getShort(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- getShort(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
Retrieves an indexed column as a short.
- getShort(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
Retrieves a named column as a short.
- getSQLKeywords() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Gets a list of all database keywords that are not
also SQL-92 keywords.
- getSQLStateType() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
This method is not supported by the Host Integrator driver.
- getSQLXML(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
- getSQLXML(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
- getSQLXML(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
- getSQLXML(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
- getStatement() - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
Retrieves the Statement object that produced this ResultSet
object.
- getString(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- getString(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- getString(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
Retrieves an indexed column as a String object.
- getString(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
Retrieves a named column as a String object.
- getStringFunctions() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Gets a list of Open Group CLI names for database string
functions.
- getSuperTables(String, String, String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
This method is not supported by the Host Integrator driver.
- getSuperTypes(String, String, String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
This method is not supported by the Host Integrator driver.
- getSystemFunctions() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Gets a list of Open Group CLI names for database system
functions.
- getTableName(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSetMetaData
-
Gets the name of the table from which
an indexed column in this ResultSet was derived.
- getTablePrivileges(String, String, String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Gets a description of the access rights for
each table available in a particular catalog.
- getTables(String, String, String, String[]) - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Gets a description of the tables available in a particular catalog.
- getTableTypes() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Gets the table types available in this database system.
- getTime(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- getTime(int, Calendar) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- getTime(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- getTime(String, Calendar) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- getTime(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
This method is not supported by the Host Integrator driver.
- getTime(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
This method is not supported by the Host Integrator driver.
- getTime(int, Calendar) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
This method is not supported by the Host Integrator driver.
- getTime(String, Calendar) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
This method is not supported by the Host Integrator driver.
- getTimeDateFunctions() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Gets a list of Open Group CLI names for database time and date functions
functions.
- getTimestamp(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- getTimestamp(int, Calendar) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- getTimestamp(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- getTimestamp(String, Calendar) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- getTimestamp(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
This method is not supported by the Host Integrator driver.
- getTimestamp(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
This method is not supported by the Host Integrator driver.
- getTimestamp(int, Calendar) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
This method is not supported by the Host Integrator driver.
- getTimestamp(String, Calendar) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
This method is not supported by the Host Integrator driver.
- getTransactionIsolation() - Method in class com.wrq.apptrieve.jdbc.ApptrieveConnection
-
Retrieves the transaction isolation level for the connection.
- getType() - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
Obtains the type of this ResultSet object.
- getTypeInfo() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Gets a description of all datatypes supported by this database.
- getTypeMap() - Method in class com.wrq.apptrieve.jdbc.ApptrieveConnection
-
This method is not supported by the Host Integrator driver.
- getUDTs(String, String, String, int[]) - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
This method is not supported by the Host Integrator driver.
- getUnicodeStream(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
Deprecated.
- use getCharacterStream instead
- getUnicodeStream(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
Deprecated.
- use getCharacterStream instead
- getUpdateCount() - Method in class com.wrq.apptrieve.jdbc.ApptrieveStatement
-
Gets the number of rows affected by the most recently
executed SQL statement.
- getURL(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- getURL(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- getURL() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Gets the URL for this database.
- getURL(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
This method is not supported by the Host Integrator driver.
- getURL(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
This method is not supported by the Host Integrator driver.
- getUserName() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Gets user name as known to the database.
- getValueAt(int, int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
Retrieves the value at a particular row, column.
- getVersionColumns(String, String, String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Gets a description of the columns in a table that
are automatically updated when any value in a row is updated.
- getWarnings() - Method in class com.wrq.apptrieve.jdbc.ApptrieveConnection
-
The Host Integrator Driver does not support Warnings.
- getWarnings() - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
This method is not supported by the Host Integrator driver.
- getWarnings() - Method in class com.wrq.apptrieve.jdbc.ApptrieveStatement
-
Host Integrator JDBC driver does not support warnings.
- setArray(int, Array) - Method in class com.wrq.apptrieve.jdbc.ApptrievePreparedStatement
-
This method is not supported by the Host Integrator driver.
- setAsciiStream(String, InputStream, int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- setAsciiStream(String, InputStream, long) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
- setAsciiStream(String, InputStream) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
- setAsciiStream(int, InputStream, int) - Method in class com.wrq.apptrieve.jdbc.ApptrievePreparedStatement
-
Sets the parameter in position parameterIndex to the
input stream object fin, from which length bytes will be read and
sent to the Host Integrator server.
- setAsciiStream(int, InputStream, long) - Method in class com.wrq.apptrieve.jdbc.ApptrievePreparedStatement
-
- setAsciiStream(int, InputStream) - Method in class com.wrq.apptrieve.jdbc.ApptrievePreparedStatement
-
- setAutoCommit(boolean) - Method in class com.wrq.apptrieve.jdbc.ApptrieveConnection
-
The Host Integrator JDBC Driver does not support commit.
- setBigDecimal(String, BigDecimal) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- setBigDecimal(int, BigDecimal) - Method in class com.wrq.apptrieve.jdbc.ApptrievePreparedStatement
-
Sets parameter number parameterIndex to the BigDecimal n.
- setBinaryStream(String, InputStream, int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- setBinaryStream(String, InputStream, long) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
- setBinaryStream(String, InputStream) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
- setBinaryStream(int, InputStream, int) - Method in class com.wrq.apptrieve.jdbc.ApptrievePreparedStatement
-
Sets parameter number parameterIndex to the input stream
object fin, from which length bytes will be read and sent to
the Host Integrator server.
- setBinaryStream(int, InputStream, long) - Method in class com.wrq.apptrieve.jdbc.ApptrievePreparedStatement
-
- setBinaryStream(int, InputStream) - Method in class com.wrq.apptrieve.jdbc.ApptrievePreparedStatement
-
- setBlob(String, InputStream, long) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
- setBlob(String, Blob) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
- setBlob(String, InputStream) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
- setBlob(int, Blob) - Method in class com.wrq.apptrieve.jdbc.ApptrievePreparedStatement
-
This method is not supported by the Host Integrator driver.
- setBlob(int, InputStream, long) - Method in class com.wrq.apptrieve.jdbc.ApptrievePreparedStatement
-
- setBlob(int, InputStream) - Method in class com.wrq.apptrieve.jdbc.ApptrievePreparedStatement
-
- setBoolean(String, boolean) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- setBoolean(int, boolean) - Method in class com.wrq.apptrieve.jdbc.ApptrievePreparedStatement
-
Sets parameter number parameterIndex to the string value of boolean x.
- setByte(String, byte) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- setByte(int, byte) - Method in class com.wrq.apptrieve.jdbc.ApptrievePreparedStatement
-
Sets parameter number parameterIndex to the byte x.
- setBytes(String, byte[]) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- setBytes(int, byte[]) - Method in class com.wrq.apptrieve.jdbc.ApptrievePreparedStatement
-
Sets parameter number parameterIndex to the array of bytes x[].
- setCatalog(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveConnection
-
The Host Integrator JDBC Driver does not support catalogs.
- setCharacterStream(String, Reader, int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- setCharacterStream(String, Reader, long) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
- setCharacterStream(String, Reader) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
- setCharacterStream(int, Reader, int) - Method in class com.wrq.apptrieve.jdbc.ApptrievePreparedStatement
-
This method is not supported by the Host Integrator driver.
- setCharacterStream(int, Reader, long) - Method in class com.wrq.apptrieve.jdbc.ApptrievePreparedStatement
-
- setCharacterStream(int, Reader) - Method in class com.wrq.apptrieve.jdbc.ApptrievePreparedStatement
-
- setClientInfo(String, String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveConnection
-
- setClientInfo(Properties) - Method in class com.wrq.apptrieve.jdbc.ApptrieveConnection
-
- setClob(String, Reader, long) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
- setClob(String, Clob) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
- setClob(String, Reader) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
- setClob(int, Clob) - Method in class com.wrq.apptrieve.jdbc.ApptrievePreparedStatement
-
This method is not supported by the Host Integrator driver.
- setClob(int, Reader, long) - Method in class com.wrq.apptrieve.jdbc.ApptrievePreparedStatement
-
- setClob(int, Reader) - Method in class com.wrq.apptrieve.jdbc.ApptrievePreparedStatement
-
- setConnectionTimeout(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveStatement
-
Sets the current connectionTimeout value
The connectionTimeout limit is the number of seconds the driver will
wait for a connection attempt to execute.
- setCursorName(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveStatement
-
Host Integrator JDBC driver does not support cursors.
- setDate(String, Date) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- setDate(String, Date, Calendar) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- setDate(int, Date) - Method in class com.wrq.apptrieve.jdbc.ApptrievePreparedStatement
-
Sets parameter number parameterIndex to the Date x.
- setDate(int, Date, Calendar) - Method in class com.wrq.apptrieve.jdbc.ApptrievePreparedStatement
-
This method is not supported by the Host Integrator driver.
- setDouble(String, double) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- setDouble(int, double) - Method in class com.wrq.apptrieve.jdbc.ApptrievePreparedStatement
-
Sets parameter number parameterIndex to the double x.
- setEscapeProcessing(boolean) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
Enables or disables escape processing
This method is not useful since all SQL escape processing is done
on creation of an ApptrieveCallableStatement object, and escape
processing is always enabled at that time.
- setEscapeProcessing(boolean) - Method in class com.wrq.apptrieve.jdbc.ApptrievePreparedStatement
-
ApptrievePreparedStatement does not support escape processing.
- setEscapeProcessing(boolean) - Method in class com.wrq.apptrieve.jdbc.ApptrieveStatement
-
Host Integrator JDBC driver does not support escape processing.
- setFetchDirection(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
Sets the fetch direction for
this ResultSet object.
- setFetchDirection(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveStatement
-
Sets the fetch direction for
this Statement object.
- setFetchSize(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveResultSet
-
This method is not supported by the Host Integrator driver.
- setFetchSize(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveStatement
-
Sets the fetch size for
this Statement object.
- setFloat(String, float) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- setFloat(int, float) - Method in class com.wrq.apptrieve.jdbc.ApptrievePreparedStatement
-
Sets parameter number parameterIndex to the float x.
- setHoldability(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveConnection
-
This method is not supported by the Host Integrator driver.
- setInt(int, int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
Sets parameter number parameterIndex to the int x.
- setInt(String, int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- setInt(int, int) - Method in class com.wrq.apptrieve.jdbc.ApptrievePreparedStatement
-
Sets parameter number parameterIndex to the int x.
- setLong(String, long) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- setLong(int, long) - Method in class com.wrq.apptrieve.jdbc.ApptrievePreparedStatement
-
Sets parameter number parameterIndex to the long x.
- setMaxFieldSize(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveStatement
-
Sets the maximum length for a column in a ResultSet
- setMaxRows(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveStatement
-
Sets the maximum number of rows in a ResultSet
- setNCharacterStream(String, Reader, long) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
- setNCharacterStream(String, Reader) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
- setNCharacterStream(int, Reader, long) - Method in class com.wrq.apptrieve.jdbc.ApptrievePreparedStatement
-
- setNCharacterStream(int, Reader) - Method in class com.wrq.apptrieve.jdbc.ApptrievePreparedStatement
-
- setNClob(String, NClob) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
- setNClob(String, Reader, long) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
- setNClob(String, Reader) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
- setNClob(int, NClob) - Method in class com.wrq.apptrieve.jdbc.ApptrievePreparedStatement
-
- setNClob(int, Reader, long) - Method in class com.wrq.apptrieve.jdbc.ApptrievePreparedStatement
-
- setNClob(int, Reader) - Method in class com.wrq.apptrieve.jdbc.ApptrievePreparedStatement
-
- setNetworkTimeout(Executor, int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveConnection
-
- setNString(String, String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
- setNString(int, String) - Method in class com.wrq.apptrieve.jdbc.ApptrievePreparedStatement
-
- setNull(String, int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- setNull(String, int, String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- setNull(int, int) - Method in class com.wrq.apptrieve.jdbc.ApptrievePreparedStatement
-
This method is not supported by the Host Integrator driver.
- setNull(int, int, String) - Method in class com.wrq.apptrieve.jdbc.ApptrievePreparedStatement
-
This method is not supported by the Host Integrator driver.
- setObject(int, Object) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
Sets parameter number parameterIndex to the Object x.
- setObject(int, Object, int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
Sets parameter number parameterIndex to the Object x,
converting it first to the type specified by targetJdbcType.
- setObject(int, Object, int, int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- setObject(String, Object) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- setObject(String, Object, int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- setObject(String, Object, int, int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- setObject(int, Object) - Method in class com.wrq.apptrieve.jdbc.ApptrievePreparedStatement
-
Sets parameter number parameterIndex to the Object x.
- setObject(int, Object, int) - Method in class com.wrq.apptrieve.jdbc.ApptrievePreparedStatement
-
This method is not supported by the Host Integrator driver.
- setObject(int, Object, int, int) - Method in class com.wrq.apptrieve.jdbc.ApptrievePreparedStatement
-
This method is not supported by the Host Integrator driver.
- setPoolable(boolean) - Method in class com.wrq.apptrieve.jdbc.ApptrieveStatement
-
- setQueryTimeout(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveStatement
-
Sets the current queryTimeout value
The queryTimeout limit is the number of seconds the driver will
wait for a Statement to execute.
- setReadOnly(boolean) - Method in class com.wrq.apptrieve.jdbc.ApptrieveConnection
-
The Host Integrator JDBC Driver does not support readOnly parameter.
- setRef(int, Ref) - Method in class com.wrq.apptrieve.jdbc.ApptrievePreparedStatement
-
This method is not supported by the Host Integrator driver.
- setRowId(String, RowId) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
- setRowId(int, RowId) - Method in class com.wrq.apptrieve.jdbc.ApptrievePreparedStatement
-
- setSavepoint() - Method in class com.wrq.apptrieve.jdbc.ApptrieveConnection
-
This method is not supported by the Host Integrator driver.
- setSavepoint(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveConnection
-
This method is not supported by the Host Integrator driver.
- setSchema(String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveConnection
-
- setShort(String, short) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- setShort(int, short) - Method in class com.wrq.apptrieve.jdbc.ApptrievePreparedStatement
-
Sets parameter number parameterIndex to the short x.
- setSQLXML(String, SQLXML) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
- setSQLXML(int, SQLXML) - Method in class com.wrq.apptrieve.jdbc.ApptrievePreparedStatement
-
- setString(int, String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
Sets parameter number parameterIndex to the String x.
- setString(String, String) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- setString(int, String) - Method in class com.wrq.apptrieve.jdbc.ApptrievePreparedStatement
-
Sets parameter number parameterIndex to the String x.
- setTime(String, Time) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- setTime(String, Time, Calendar) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- setTime(int, Time) - Method in class com.wrq.apptrieve.jdbc.ApptrievePreparedStatement
-
Sets parameter number parameterIndex to the Time x.
- setTime(int, Time, Calendar) - Method in class com.wrq.apptrieve.jdbc.ApptrievePreparedStatement
-
This method is not supported by the Host Integrator driver.
- setTimestamp(String, Timestamp) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- setTimestamp(String, Timestamp, Calendar) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- setTimestamp(int, Timestamp) - Method in class com.wrq.apptrieve.jdbc.ApptrievePreparedStatement
-
Sets parameter number parameterIndex to the Timestamp x.
- setTimestamp(int, Timestamp, Calendar) - Method in class com.wrq.apptrieve.jdbc.ApptrievePreparedStatement
-
This method is not supported by the Host Integrator driver.
- setTransactionIsolation(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveConnection
-
This has no meaning to Host Integrator Driver, which is always TRANSACTION_NONE.
- setTypeMap(Map<String, Class<?>>) - Method in class com.wrq.apptrieve.jdbc.ApptrieveConnection
-
This method is not supported by the Host Integrator driver.
- setUnicodeStream(int, InputStream, int) - Method in class com.wrq.apptrieve.jdbc.ApptrievePreparedStatement
-
Deprecated.
- use setCharacterStream
- setURL(int, URL) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- setURL(String, URL) - Method in class com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
-
This method is not supported by the Host Integrator driver.
- setURL(int, URL) - Method in class com.wrq.apptrieve.jdbc.ApptrievePreparedStatement
-
Deprecated.
- use setCharacterStream
- storesLowerCaseIdentifiers() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database 1) treats mixed-case unquoted SQL
identifiers used in SQL statements as case-insensitive and 2) stores
them as all lower case in metadata tables.
- storesLowerCaseQuotedIdentifiers() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database 1) treats mixed-case quoted SQL
identifiers used in SQL statements as case-insensitive and 2) stores
them as all lower case in metadata tables.
- storesMixedCaseIdentifiers() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database 1) treats mixed-case unquoted SQL
identifiers used in SQL statements as case-insensitive and 2) stores
them as mixed case in metadata tables.
- storesMixedCaseQuotedIdentifiers() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database 1) treats mixed-case quoted SQL
identifiers used in SQL statements as case-insensitive and 2) stores
them as mixed case in metadata tables.
- storesUpperCaseIdentifiers() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database 1) treats mixed-case unquoted SQL
identifiers used in SQL statements as case-insensitive and 2) stores
them as all upper case in metadata tables.
- storesUpperCaseQuotedIdentifiers() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database 1) treats mixed-case quoted SQL
identifiers used in SQL statements as case-insensitive and 2) stores
them as all upper case in metadata tables.
- supportsAlterTableWithAddColumn() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database supports ALTER TABLE with add column.
- supportsAlterTableWithDropColumn() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database supports ALTER TABLE with drop column.
- supportsANSI92EntryLevelSQL() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database supports ANSI-92 entry
level SQL grammar.
- supportsANSI92FullSQL() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database supports ANSI-92 full
level SQL grammar.
- supportsANSI92IntermediateSQL() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database supports ANSI-92 intermediate
level SQL grammar.
- supportsBatchUpdates() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database supports supports sending multiple
updates to the database as a unit (batch).
- supportsCatalogsInDataManipulation() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database supports using a catalog name
in a data manipulation statement.
- supportsCatalogsInIndexDefinitions() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database supports using a catalog name
in an index definition statement.
- supportsCatalogsInPrivilegeDefinitions() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database supports using a catalog name
in a privilege definition statement.
- supportsCatalogsInProcedureCalls() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database supports using a catalog name
in a procedure call statement.
- supportsCatalogsInTableDefinitions() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database supports using a catalog name
in a table definition statement.
- supportsColumnAliasing() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database supports column aliasing.
- supportsConvert() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database supports the scalar function
CONVERT for the conversion of one JDBC type to another.
- supportsConvert(int, int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database supports the scalar function
CONVERT for the conversion of one JDBC type to another.
- supportsCoreSQLGrammar() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database supports the ODBC Core SQL grammar.
- supportsCorrelatedSubqueries() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database supports correlated subqueries.
- supportsDataDefinitionAndDataManipulationTransactions() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database supports both data definition
and data manipulation statements within a transaction.
- supportsDataManipulationTransactionsOnly() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database supports only data manipulation statements
within a transaction.
- supportsDifferentTableCorrelationNames() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether table correlation names are restricted to
be different from the names of the database tables.
- supportsExpressionsInOrderBy() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database supports expressions in ORDER BY lists.
- supportsExtendedSQLGrammar() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database supports ODBC Extended SQL grammar.
- supportsFullOuterJoins() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database supports full nested outer joins.
- supportsGetGeneratedKeys() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether auto-generated keys can be retrieved after a statement has been executed.
- supportsGroupBy() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database supports some form of the GROUP BY clause.
- supportsGroupByBeyondSelect() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether a GROUP BY clause can use columns that are
not in the SELECT clause, provided that it specifies all of the
columns in the SELECT clause.
- supportsGroupByUnrelated() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether a GROUP BY clause can use columns that are
not in the SELECT clause.
- supportsIntegrityEnhancementFacility() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database supports the SQL Integrity Enhancement Facility
- supportsLikeEscapeClause() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database supports specifying a LIKE escape clause.
- supportsLimitedOuterJoins() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database provides limited support for
outer joins.
- supportsMinimumSQLGrammar() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database supports the ODBC Minimum SQL
grammar.
- supportsMixedCaseIdentifiers() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database treats mixed-case unquoted SQL
identifiers used in SQL statements as case sensitive and, as a result,
stores them as mixed case in metadata tables.
- supportsMixedCaseQuotedIdentifiers() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database treats mixed-case quoted SQL
identifiers used in SQL statements as case sensitive and, as a result,
stores them as mixed case in metadata tables.
- supportsMultipleOpenResults() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether it is possible to have multiple ResultSet objects
returned from a CallableStatement object simultaneously.
- supportsMultipleResultSets() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database supports multiple result sets
from a single execute statement.
- supportsMultipleTransactions() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether there can be multiple transactions open at
once on different connections.
- supportsNamedParameters() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database supports named parameters
to callable statements.
- supportsNonNullableColumns() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether database supports defining columns as
nonnullable.
- supportsOpenCursorsAcrossCommit() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database supports having cursors remain open
across commits.
- supportsOpenCursorsAcrossRollback() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database supports having cursors remain open
across rollbacks.
- supportsOpenStatementsAcrossCommit() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database supports having statements remain open
across commits.
- supportsOpenStatementsAcrossRollback() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database supports having statements remain open
across rollbacks.
- supportsOrderByUnrelated() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether an ORDER BY clause can use columns that are not
in the SELECT clause.
- supportsOuterJoins() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database supports some form of outer join.
- supportsPositionedDelete() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database supports positioned DELETE statements.
- supportsPositionedUpdate() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database supports positioned UPDATE statements.
- supportsResultSetConcurrency(int, int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database supports a particular concurrency
level in combination with a particular ResultSet type.
- supportsResultSetHoldability(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database supports the given result set holdability.
- supportsResultSetType(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database supports a particular ResultSet type.
- supportsSavepoints() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database supports savepoints.
- supportsSchemasInDataManipulation() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database supports using a schema name in a
data manipulation statement.
- supportsSchemasInIndexDefinitions() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database supports using a schema name in an
index definition statement.
- supportsSchemasInPrivilegeDefinitions() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database supports using a schema name in a
privilege definition statement.
- supportsSchemasInProcedureCalls() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether if the database supports using a schema name in a
procedure call statement.
- supportsSchemasInTableDefinitions() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database supports using a schema name in a
table definition statement.
- supportsSelectForUpdate() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database supports SELECT FOR UPDATE statements.
- supportsStatementPooling() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database supports statement pooling.
- supportsStoredFunctionsUsingCallSyntax() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
- supportsStoredProcedures() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database supports stored procedure calls using
the stored procedure escape syntax.
- supportsSubqueriesInComparisons() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database supports subqueries in comparison
expressions.
- supportsSubqueriesInExists() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database supports subqueries in EXISTS
expressions.
- supportsSubqueriesInIns() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database supports subqueries in IN
statements.
- supportsSubqueriesInQuantifieds() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database supports subqueries in quantified
expressions.
- supportsTableCorrelationNames() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database supports table correlation names.
- supportsTransactionIsolationLevel(int) - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database supports a particular transaction level.
- supportsTransactions() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database supports transactions.
- supportsUnion() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database supports SQL UNION.
- supportsUnionAll() - Method in class com.wrq.apptrieve.jdbc.ApptrieveDatabaseMetaData
-
Discovers whether the database supports SQL UNION ALL.