- generatedKeyAlwaysReturned() - Method in class vortex.sql.vortexDbMetaData
-
Retrieves whether a generated key will always be returned if the column name(s) or index(es) specified for the auto generated key column(s) are valid and the statement succeeds.
- getArray(int) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getArray(String) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getArray(int) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- getArray(String) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- getAsciiStream(int) - Method in class vortex.sql.vortexResultSet
-
Get the value of a column in the current row as a Java AsciiStream.
- getAsciiStream(String) - Method in class vortex.sql.vortexResultSet
-
Very large ascii values in a LONGVARCHAR column can
be read in small chunks from a java.io.InputStream.
- getAttributes(String, String, String, String) - Method in class vortex.sql.vortexDbMetaData
-
Retrieves a description of the given attribute of the given type for a
user-defined type (UDT) that is available in the given schema and catalog.
- getAutoClose() - Method in class vortex.sql.vortexConnection
-
Get the current auto-close state.
- getAutoCommit() - Method in class vortex.sql.vortexConnection
-
Getting auto-commit mode.
- getBestRowIdentifier(String, String, String, int, boolean) - Method in class vortex.sql.vortexDbMetaData
-
Not supported by VORTEXjdbc.
- getBigDecimal(int, int) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getBigDecimal(int) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getBigDecimal(String) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getBigDecimal(int, int) - Method in class vortex.sql.vortexResultSet
-
Get the value of a column in the current row as a Java BigDecimal.
- getBigDecimal(String, int) - Method in class vortex.sql.vortexResultSet
-
Retrieve the column value as a numeric based on column name
- getBigDecimal(int) - Method in class vortex.sql.vortexResultSet
-
Gets the value of a column in the current row as a java.math.BigDecimal
object with full precision.
- getBigDecimal(String) - Method in class vortex.sql.vortexResultSet
-
Gets the value of a column in the current row as a java.math.BigDecimal
object with full precision.
- getBinaryStream(int) - Method in class vortex.sql.vortexResultSet
-
Get the value of a column in the current row as a Java BinaryStream.
- getBinaryStream(String) - Method in class vortex.sql.vortexResultSet
-
Very large binary values in a LONGVARBINARY column can
be read in small chunks from a java.io.InputStream.
- getBlob(dbCursor, int, int) - Method in class vortex.dbChannel
-
Get (receive) BLOB/CLOB data from the RDBMS.
- getBlob(int) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getBlob(String) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getBlob(int) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- getBlob(String) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- getBoolean(int) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getBoolean(String) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getBoolean(int) - Method in class vortex.sql.vortexResultSet
-
Get the value of a column in the current row as a Java boolean.
- getBoolean(String) - Method in class vortex.sql.vortexResultSet
-
Retrieve the column value as a boolean based on column name
- getByte(dbCursor) - Method in class vortex.dbChannel
-
Get the next column as a byte array.
- getByte(int) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getByte(String) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getByte(int) - Method in class vortex.sql.vortexResultSet
-
Get the value of a column in the current row as a Java byte.
- getByte(String) - Method in class vortex.sql.vortexResultSet
-
Get the value of a column in the current row as a Java byte.
- getBytes(int) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getBytes(String) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getBytes(int) - Method in class vortex.sql.vortexResultSet
-
Get the value of a column in the current row as a Java byte array.
- getBytes(String) - Method in class vortex.sql.vortexResultSet
-
Retrieve the column value as a byte array based on column name
- getCatalog() - Method in class vortex.sql.vortexConnection
-
Return the catalog.
- getCatalogName(int) - Method in class vortex.sql.vortexMetaResult
-
Not supported by VORTEXjdbc.
- getCatalogs() - Method in class vortex.sql.vortexDbMetaData
-
Get the catalog names available in this database.
- getCatalogSeparator() - Method in class vortex.sql.vortexDbMetaData
-
What's the separator between catalog and table name?
- getCatalogTerm() - Method in class vortex.sql.vortexDbMetaData
-
What's the database vendor's preferred term for "catalog"?
- getCharacterStream(int) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getCharacterStream(String) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getCharacterStream(int) - Method in class vortex.sql.vortexResultSet
-
Gets the value of a column in the current row as a java.io.Reader.
- getCharacterStream(String) - Method in class vortex.sql.vortexResultSet
-
Gets the value of a column in the current row as a java.io.Reader.
- getClientInfo(String) - Method in class vortex.sql.vortexConnection
-
Not supported by VORTEXjdbc.
- getClientInfo() - Method in class vortex.sql.vortexConnection
-
Not supported by VORTEXjdbc.
- getClientInfoProperties() - Method in class vortex.sql.vortexDbMetaData
-
Not supported by VORTEXjdbc.
- getClob(int) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getClob(String) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getClob(int) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- getClob(String) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- getColDesc(int) - Method in class vortex.dbCursor
-
Returns the dbDescriptor for an output columns.
- getColumnClassName(int) - Method in class vortex.sql.vortexMetaResult
-
Not supported by VORTEXjdbc.
- getColumnCount() - Method in class vortex.sql.vortexMetaResult
-
Returns the number of columns in this result set.
- getColumnDisplaySize(int) - Method in class vortex.sql.vortexMetaResult
-
Gives the display size for this column.
- getColumnLabel(int) - Method in class vortex.sql.vortexMetaResult
-
This returns column_name.
- getColumnName(int) - Method in class vortex.sql.vortexMetaResult
-
The name of the requested column.
- getColumnPrivileges(String, String, String, String) - Method in class vortex.sql.vortexDbMetaData
-
Not supported by VORTEXjdbc.
- getColumns(String, String, String, String) - Method in class vortex.sql.vortexDbMetaData
-
Get a description of table columns available in a catalog.
- getColumnType(int) - Method in class vortex.sql.vortexMetaResult
-
Gives the column type using the types in java.sql.Types.
- getColumnTypeName(int) - Method in class vortex.sql.vortexMetaResult
-
Gives the column type as a string.
- getConcurrency() - Method in class vortex.sql.vortexResultSet
-
Returns the concurrency mode of this result set.
- getConnection() - Method in class vortex.sql.vortexDbMetaData
-
Retrieves the connection that produced this metadata object.
- getConnection() - Method in class vortex.sql.vortexStatement
-
Returns the Connection object that produced this Statement object.
- getCrossReference(String, String, String, String, String, String) - Method in class vortex.sql.vortexDbMetaData
-
Not supported by VORTEXjdbc.
- getCurrentRow() - Method in class vortex.sql.vortexRecord
-
Return the current record from the table
- getCursorName() - Method in class vortex.sql.vortexResultSet
-
Return a cursor name
- getCursorName() - Method in class vortex.sql.vortexStatement
-
- getDatabaseMajorVersion() - Method in class vortex.sql.vortexDbMetaData
-
Retrieves the major database version number.
- getDatabaseMinorVersion() - Method in class vortex.sql.vortexDbMetaData
-
Retrieves the minor database version number.
- getDatabaseProductName() - Method in class vortex.sql.vortexDbMetaData
-
What's the name of this database product?
- getDatabaseProductVersion() - Method in class vortex.sql.vortexDbMetaData
-
What's the version of this database product?
Only supported on Oracle, Sybase, SQLServer, and Informix.
- getDate(dbCursor) - Method in class vortex.dbChannel
-
Get the next column as a Date.
- getDate(int) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getDate(int, Calendar) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getDate(String) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getDate(String, Calendar) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getDate(int) - Method in class vortex.sql.vortexResultSet
-
Get the value of a column in the current row as a Java date.
- getDate(int, Calendar) - Method in class vortex.sql.vortexResultSet
-
Get the value of a column in the current row as a Java date.
- getDate(String, Calendar) - Method in class vortex.sql.vortexResultSet
-
Get the value of a column in the current row as a Java date.
- getDate(String) - Method in class vortex.sql.vortexResultSet
-
Retrieve the column value as a date based on column name
- getDbChannel() - Method in class vortex.sql.vortexRecord
-
Return VORTEX dbChannel for this record
- getDbcur() - Method in class vortex.dbCursor
-
Returns the actual dbcursor number.
- getDbCursor() - Method in class vortex.sql.vortexRecord
-
Return VORTEX dbCursor for this record
- getDbDescriptor(int) - Method in class vortex.sql.vortexRecord
-
Return VORTEX dbDescriptor for this column
- getDefaultTransactionIsolation() - Method in class vortex.sql.vortexDbMetaData
-
What's the database's default transaction isolation level? The
values are defined in java.sql.Connection.
- getDid() - Method in class vortex.sql.vortexRecord
-
Get DID
- getDouble(int) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getDouble(String) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getDouble(int) - Method in class vortex.sql.vortexResultSet
-
Get the value of a column in the current row as a Java double.
- getDouble(String) - Method in class vortex.sql.vortexResultSet
-
Retrieve the column value as a double based on column name
- getDriverMajorVersion() - Method in class vortex.sql.vortexDbMetaData
-
What's this JDBC driver's major version number?
- getDriverMinorVersion() - Method in class vortex.sql.vortexDbMetaData
-
What's this JDBC driver's minor version number?
- getDriverName() - Method in class vortex.sql.vortexDbMetaData
-
What's the name of this JDBC driver?
- getDriverVersion() - Method in class vortex.sql.vortexDbMetaData
-
What's the version of this JDBC driver?
- getExportedKeys(String, String, String) - Method in class vortex.sql.vortexDbMetaData
-
Not supported by VORTEXjdbc.
- getExtraNameCharacters() - Method in class vortex.sql.vortexDbMetaData
-
Get all the "extra" characters that can be used in unquoted
identifier names (those beyond a-z, 0-9 and _).
- getFetchDirection() - Method in class vortex.sql.vortexResultSet
-
Returns the fetch direction for this result set.
- getFetchDirection() - Method in class vortex.sql.vortexStatement
-
Retrieves the direction for fetching rows from database tables that is the
default for result sets generated from this Statement object.
- getFetchSize() - Method in class vortex.sql.vortexResultSet
-
Returns the fetch size for this result set.
- getFetchSize() - Method in class vortex.sql.vortexStatement
-
Retrieves the number of result set rows that is the default fetch size for
result sets generated from this Statement object.
- getFloat(int) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getFloat(String) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getFloat(int) - Method in class vortex.sql.vortexResultSet
-
Get the value of a column in the current row as a Java float.
- getFloat(String) - Method in class vortex.sql.vortexResultSet
-
Retrieve the column value as a float based on column name
- getFunctionColumns(String, String, String, String) - Method in class vortex.sql.vortexDbMetaData
-
Not supported by VORTEXjdbc.
- getFunctions(String, String, String) - Method in class vortex.sql.vortexDbMetaData
-
Retrieves a description of the system and user functions available in the given catalog.
- getGeneratedKeys() - Method in class vortex.sql.vortexStatement
-
Not supported by VORTEXjdbc.
- getHoldability() - Method in class vortex.sql.vortexConnection
-
Retrieves the current holdability of ResultSet objects created using
this Connection object.
- getHoldability() - Method in class vortex.sql.vortexResultSet
-
Retrieves the holdability of this ResultSet object
- getIdentifierQuoteString() - Method in class vortex.sql.vortexDbMetaData
-
What's the string used to quote SQL identifiers?
This returns a space " " if identifier quoting isn't supported.
- getImportedKeys(String, String, String) - Method in class vortex.sql.vortexDbMetaData
-
Not supported by VORTEXjdbc.
- getIndexInfo(String, String, String, boolean, boolean) - Method in class vortex.sql.vortexDbMetaData
-
Get a description of a table's indices and statistics.
- getInt(int) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getInt(String) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getInt(int) - Method in class vortex.sql.vortexResultSet
-
Get the value of a column in the current row as a Java int.
- getInt(String) - Method in class vortex.sql.vortexResultSet
-
Retreive the column value as a int based on column name
- getJDBCMajorVersion() - Method in class vortex.sql.vortexDbMetaData
-
Retrieves the major JDBC version number for this driver.
- getJDBCMinorVersion() - Method in class vortex.sql.vortexDbMetaData
-
Retrieves the minor JDBC version number for this driver.
- getLong(int) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getLong(String) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getLong(int) - Method in class vortex.sql.vortexResultSet
-
Get the value of a column in the current row as a Java long.
- getLong(String) - Method in class vortex.sql.vortexResultSet
-
Retrieve the column value as a long based on column name
- getMajorVersion() - Method in class vortex.sql.vortexDriver
-
Get the driver's major version number.
- getMaxBinaryLiteralLength() - Method in class vortex.sql.vortexDbMetaData
-
How many hex characters can you have in an inline binary literal?
- getMaxCatalogNameLength() - Method in class vortex.sql.vortexDbMetaData
-
What's the maximum length of a catalog name?
- getMaxCharLiteralLength() - Method in class vortex.sql.vortexDbMetaData
-
What's the max length for a character literal?
- getMaxColumnNameLength() - Method in class vortex.sql.vortexDbMetaData
-
What's the limit on column name length?
- getMaxColumnsInGroupBy() - Method in class vortex.sql.vortexDbMetaData
-
What's the maximum number of columns in a "GROUP BY" clause?
- getMaxColumnsInIndex() - Method in class vortex.sql.vortexDbMetaData
-
What's the maximum number of columns allowed in an index?
- getMaxColumnsInOrderBy() - Method in class vortex.sql.vortexDbMetaData
-
What's the maximum number of columns in an "ORDER BY" clause?
- getMaxColumnsInSelect() - Method in class vortex.sql.vortexDbMetaData
-
What's the maximum number of columns in a "SELECT" list?
- getMaxColumnsInTable() - Method in class vortex.sql.vortexDbMetaData
-
What's maximum number of columns in a table?
- getMaxConnections() - Method in class vortex.sql.vortexDbMetaData
-
How many active connections can we have at a time to this database?
- getMaxCursorNameLength() - Method in class vortex.sql.vortexDbMetaData
-
What's the maximum cursor name length?
- getMaxFieldSize() - Method in class vortex.sql.vortexStatement
-
The maxFieldSize limit (in bytes) is the maximum amount of data
returned for any column value; it only applies to BINARY,
VARBINARY, LONGVARBINARY, CHAR, VARCHAR, and LONGVARCHAR
columns.
- getMaxIndexLength() - Method in class vortex.sql.vortexDbMetaData
-
What's the maximum length of an index (in bytes)?
- getMaxProcedureNameLength() - Method in class vortex.sql.vortexDbMetaData
-
What's the maximum length of a procedure name?
- getMaxRows() - Method in class vortex.sql.vortexStatement
-
The maxRows limit is the maximum number of rows that a
ResultSet can contain.
- getMaxRowSize() - Method in class vortex.sql.vortexDbMetaData
-
What's the maximum length of a single row?
- getMaxSchemaNameLength() - Method in class vortex.sql.vortexDbMetaData
-
What's the maximum length allowed for a schema name?
- getMaxStatementLength() - Method in class vortex.sql.vortexDbMetaData
-
What's the maximum length of a SQL statement?
- getMaxStatements() - Method in class vortex.sql.vortexDbMetaData
-
How many active statements can we have open at one time to this
database?
- getMaxTableNameLength() - Method in class vortex.sql.vortexDbMetaData
-
What's the maximum length of a table name?
- getMaxTablesInSelect() - Method in class vortex.sql.vortexDbMetaData
-
What's the maximum number of tables in a SELECT?
- getMaxUserNameLength() - Method in class vortex.sql.vortexDbMetaData
-
What's the maximum length of a user name?
- getMetaData() - Method in class vortex.sql.vortexConnection
-
Return information about the database.
- getMetaData() - Method in class vortex.sql.vortexPreparedStatement
-
Gets the number, types and properties of a ResultSet's columns.
- getMetaData() - Method in class vortex.sql.vortexResultSet
-
return meta-data on a result set.
- getMinorVersion() - Method in class vortex.sql.vortexDriver
-
Get the driver's minor version number.
- getMoreResults(int) - Method in class vortex.sql.vortexStatement
-
Not supported by VORTEXjdbc.
- getMoreResults() - Method in class vortex.sql.vortexStatement
-
getMoreResults moves to a Statement's next result.
- getNCharacterStream(int) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getNCharacterStream(String) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getNCharacterStream(int) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- getNCharacterStream(String) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- getNClob(int) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getNClob(String) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getNClob(int) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- getNClob(String) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- getNetworkTimeout() - Method in class vortex.sql.vortexConnection
-
Not supported by VORTEXjdbc.
- getNextCol() - Method in class vortex.sql.vortexRecord
-
Fetch the field from the table
- getNString(int) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getNString(String) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getNString(int) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- getNString(String) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- getNumber(dbCursor) - Method in class vortex.dbChannel
-
Get the next column as a dbNumber.
- getNumericFunctions() - Method in class vortex.sql.vortexDbMetaData
-
Get a comma separated list of math functions.
- getObject(int) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getObject(int, Map) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getObject(String) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getObject(String, Map) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getObject(String, Class<T>) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getObject(int, Class<T>) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getObject(int, int, int) - Method in class vortex.sql.vortexResultSet
-
Get the value of a column in the current row as a Java Object.
- getObject(int, int) - Method in class vortex.sql.vortexResultSet
-
Get the value of a column in the current row as a Java Object.
- getObject(int) - Method in class vortex.sql.vortexResultSet
-
Get the value of a column in the current row as a Java Object.
- getObject(String, int, int) - Method in class vortex.sql.vortexResultSet
-
Get the value of a column as an object; an integral value is
returned as its java.lang equivalent object; a LONGVARCHAR or
LONGVARBINARY value is returned as a java.io.InputStream.
- getObject(String, int) - Method in class vortex.sql.vortexResultSet
-
Get the value of a column as an object; an integral value is
returned as its java.lang equivalent object; a LONGVARCHAR or
LONGVARBINARY value is returned as a java.io.InputStream.
- getObject(String) - Method in class vortex.sql.vortexResultSet
-
Same as above, except returning the default SQL type
- getObject(int, Map) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- getObject(String, Map) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- getObject(int, Class<T>) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- getObject(String, Class<T>) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- getParameterClassName(int) - Method in class vortex.sql.vortexParameterMetaData
-
Not supported by VORTEXjdbc.
- getParameterCount() - Method in class vortex.sql.vortexParameterMetaData
-
Retrieves the number of parameters in the PreparedStatement object for
which this ParameterMetaData object contains information.
- getParameterMetaData() - Method in class vortex.sql.vortexPreparedStatement
-
Retrieves the number, types and properties of this PreparedStatement's
parameters.
- getParameterMode(int) - Method in class vortex.sql.vortexParameterMetaData
-
Retrieves the designated parameter's mode.
- getParameterType(int) - Method in class vortex.sql.vortexParameterMetaData
-
Retrieves the designated parameter's SQL type.
- getParameterTypeName(int) - Method in class vortex.sql.vortexParameterMetaData
-
Retrieves the designated parameter's database-specific type name.
- getParentLogger() - Method in class vortex.sql.vortexDriver
-
Return the parent Logger of all the Loggers used by this driver.
- getPrecision(int) - Method in class vortex.sql.vortexMetaResult
-
Returning the precision
- getPrecision(int) - Method in class vortex.sql.vortexParameterMetaData
-
Retrieves the designated parameter's number of decimal digits.
- getPrimaryKeys(String, String, String) - Method in class vortex.sql.vortexDbMetaData
-
Get a description of a table's primary key columns.
- getProcedureColumns(String, String, String, String) - Method in class vortex.sql.vortexDbMetaData
-
Not supported by VORTEXjdbc.
- getProcedures(String, String, String) - Method in class vortex.sql.vortexDbMetaData
-
Not supported by VORTEXjdbc.
- getProcedureTerm() - Method in class vortex.sql.vortexDbMetaData
-
What's the database vendor's preferred term for "procedure"?
- getPropertyInfo(String, Properties) - Method in class vortex.sql.vortexDriver
-
The getPropertyInfo method is intended to allow 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 vortex.sql.vortexDbMetaData
-
Not supported by VORTEXjdbc.
- getQueryTimeout() - Method in class vortex.sql.vortexStatement
-
The queryTimeout limit is the number of seconds the driver will
wait for a Statement to execute.
- getRecord() - Method in class vortex.sql.vortexRecord
-
Fetch the next record from the table
- getRef(int) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getRef(String) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getRef(int) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- getRef(String) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- getResultSet() - Method in class vortex.sql.vortexStatement
-
getResultSet returns the current result as a ResultSet.
- getResultSetConcurrency() - Method in class vortex.sql.vortexStatement
-
Retrieves the result set concurrency.
- getResultSetHoldability() - Method in class vortex.sql.vortexDbMetaData
-
Retrieves the default holdability of this ResultSet.
- getResultSetHoldability() - Method in class vortex.sql.vortexStatement
-
Not supported by VORTEXjdbc.
- getResultSetType() - Method in class vortex.sql.vortexStatement
-
Determine the result set type.
- getRow() - Method in class vortex.sql.vortexResultSet
-
Retrieves the current row number.
- getRowId(int) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getRowId(String) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getRowId(int) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- getRowId(String) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- getRowIdLifetime() - Method in class vortex.sql.vortexDbMetaData
-
Not supported by VORTEXjdbc.
- getRowsAffected() - Method in class vortex.dbChannel
-
Get the number of rows affected by the last execute() call.
- getScale(int) - Method in class vortex.sql.vortexMetaResult
-
Returning the scale
- getScale(int) - Method in class vortex.sql.vortexParameterMetaData
-
Retrieves the designated parameter's number of digits to the right of
the decimal point.
- getSchema() - Method in class vortex.sql.vortexConnection
-
Not supported by VORTEXjdbc.
- getSchemaName(int) - Method in class vortex.sql.vortexMetaResult
-
Not supported by VORTEXjdbc.
- getSchemas(String, String) - Method in class vortex.sql.vortexDbMetaData
-
Retrieves the schema names available in this database.
- getSchemas() - Method in class vortex.sql.vortexDbMetaData
-
Get the schema names available in this database.
- getSchemaTerm() - Method in class vortex.sql.vortexDbMetaData
-
What's the database vendor's preferred term for "schema"?
- getScroll() - Method in class vortex.dbCursor
-
Returns true if this is a scrollable cursor.
- getSearchStringEscape() - Method in class vortex.sql.vortexDbMetaData
-
This is the string that can be used to escape '_' or '%' in
the string pattern style catalog search parameters.
- getShort(int) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getShort(String) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getShort(int) - Method in class vortex.sql.vortexResultSet
-
Get the value of a column in the current row as a Java short.
- getShort(String) - Method in class vortex.sql.vortexResultSet
-
Retrieve the column value as a short based on column name
- getSkip(dbCursor, int, boolean) - Method in class vortex.dbChannel
-
Skip (pass over) columns.
- getSQL() - Method in class vortex.dbCursor
-
Returns the SQL statement associated with this statement.
- getSQLKeywords() - Method in class vortex.sql.vortexDbMetaData
-
Get a comma separated list of all a database's SQL keywords
that are NOT also SQL92 keywords.
- getSQLStateType() - Method in class vortex.sql.vortexDbMetaData
-
Indicates whether the SQLSTATE returned by SQLException.getSQLState is
X/Open aka Open Group SQL CLI or SQL99.
- getSQLXML(int) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getSQLXML(String) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getSQLXML(int) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- getSQLXML(String) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- getStatement() - Method in class vortex.sql.vortexResultSet
-
Returns the Statement that produced this ResultSet object.
- getString(dbCursor) - Method in class vortex.dbChannel
-
Get the next column as a string.
- getString(int) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getString(String) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getString(int) - Method in class vortex.sql.vortexResultSet
-
Get the value of a column in the current row as a Java string.
- getString(String) - Method in class vortex.sql.vortexResultSet
-
Get the value of a column in the current row as a Java String.
- getStringFunctions() - Method in class vortex.sql.vortexDbMetaData
-
Get a comma separated list of string functions.
- getSuperTables(String, String, String) - Method in class vortex.sql.vortexDbMetaData
-
Retrieves a description of the table hierarchies defined in a
particular schema in this database.
- getSuperTypes(String, String, String) - Method in class vortex.sql.vortexDbMetaData
-
Retrieves a description of the user-defined type (UDT) hierarchies
defined in a particular schema in this database.
- getSystemFunctions() - Method in class vortex.sql.vortexDbMetaData
-
Get a comma separated list of system functions.
- getTableName(int) - Method in class vortex.sql.vortexMetaResult
-
Not supported by VORTEXjdbc.
- getTablePrivileges(String, String, String) - Method in class vortex.sql.vortexDbMetaData
-
Not supported by VORTEXjdbc.
- getTables(String, String, String, String[]) - Method in class vortex.sql.vortexDbMetaData
-
Get a description of tables available in a catalog.
- getTableTypes() - Method in class vortex.sql.vortexDbMetaData
-
Get the table types available in this database.
- getTime(int) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getTime(int, Calendar) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getTime(String) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getTime(String, Calendar) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getTime(int) - Method in class vortex.sql.vortexResultSet
-
Get the value of a column in the current row as a Java time.
- getTime(int, Calendar) - Method in class vortex.sql.vortexResultSet
-
Get the value of a column in the current row as a Java time.
- getTime(String, Calendar) - Method in class vortex.sql.vortexResultSet
-
Get the value of a column in the current row as a Java time.
- getTime(String) - Method in class vortex.sql.vortexResultSet
-
Retrieve the column value as a time based on column name
- getTimeDateFunctions() - Method in class vortex.sql.vortexDbMetaData
-
Get a comma separated list of time and date functions.
- getTimestamp(int) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getTimestamp(int, Calendar) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getTimestamp(String) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getTimestamp(String, Calendar) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getTimestamp(int) - Method in class vortex.sql.vortexResultSet
-
Get the value of a column in the current row as a Java timestamp.
- getTimestamp(int, Calendar) - Method in class vortex.sql.vortexResultSet
-
Get the value of a column in the current row as a Java timestamp.
- getTimestamp(String, Calendar) - Method in class vortex.sql.vortexResultSet
-
Get the value of a column in the current row as a Java timestamp.
- getTimestamp(String) - Method in class vortex.sql.vortexResultSet
-
Retrieve the column value as a timestamp based on column name
- getTransactionIsolation() - Method in class vortex.sql.vortexConnection
-
Retrieve the transaction isolation level for the connection.
- getType() - Method in class vortex.sql.vortexResultSet
-
Returns the type of this result set.
- getTypeInfo() - Method in class vortex.sql.vortexDbMetaData
-
Get a description of all the standard SQL types supported by
this database.
- getTypeMap() - Method in class vortex.sql.vortexConnection
-
Get type map.
- getUDTs(String, String, String, int[]) - Method in class vortex.sql.vortexDbMetaData
-
Gets a description of the user-defined types defined in a
particular schema.
- getUnicodeStream(int) - Method in class vortex.sql.vortexResultSet
-
Get the value of a column in the current row as a Java UnicodeStream.
- getUnicodeStream(String) - Method in class vortex.sql.vortexResultSet
-
Very large unicode values in a LONGVARCHAR column can
be read in small chunks from a java.io.InputStream.
- getUpdateCount() - Method in class vortex.sql.vortexStatement
-
getUpdateCount returns the current result, which should be an
integer value.
- getUpdateTable() - Method in class vortex.dbCursor
-
Returns the name of the update table.
- getUpdateTable() - Method in class vortex.sql.vortexRecord
-
getUpdateTable
- getURL(int) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getURL(String) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- getURL() - Method in class vortex.sql.vortexConnection
-
Gives the URL used to connect to the database.
- getURL() - Method in class vortex.sql.vortexDbMetaData
-
What's the url for this database?
- getURL(int) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- getURL(String) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- getUser() - Method in class vortex.sql.vortexConnection
-
Retrieve the user name of the connection.
- getUserName() - Method in class vortex.sql.vortexDbMetaData
-
What's our user name as known to the database?
- getVersionColumns(String, String, String) - Method in class vortex.sql.vortexDbMetaData
-
Not supported by VORTEXjdbc.
- getWarnings() - Method in class vortex.sql.vortexConnection
-
Retrieving a chain of warnings
related to the connection.
- getWarnings() - Method in class vortex.sql.vortexResultSet
-
Return warning message
- getWarnings() - Method in class vortex.sql.vortexStatement
-
The first warning reported by calls on this Statement is
returned.
- scale - Variable in class vortex.dbDescriptor
-
Scale of a numeric output column.
- setArray(int, Array) - Method in class vortex.sql.vortexPreparedStatement
-
Not supported by VORTEXjdbc.
- setAsciiStream(String, InputStream, int) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- setAsciiStream(String, InputStream) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- setAsciiStream(String, InputStream, long) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- setAsciiStream(int, InputStream, int) - Method in class vortex.sql.vortexPreparedStatement
-
When a very large ASCII value is input to a LONGVARCHAR
parameter it may be more practical to send it via a
java.io.InputStream.
- setAsciiStream(int, InputStream) - Method in class vortex.sql.vortexPreparedStatement
-
Not supported by VORTEXjdbc.
- setAsciiStream(int, InputStream, long) - Method in class vortex.sql.vortexPreparedStatement
-
Not supported by VORTEXjdbc.
- setAutoClose(boolean) - Method in class vortex.sql.vortexConnection
-
Not supported by VORTEXjdbc.
- setAutoCommit(boolean) - Method in class vortex.sql.vortexConnection
-
Setting the auto-commit mode.
- setBigDecimal(String, BigDecimal) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- setBigDecimal(int, BigDecimal) - Method in class vortex.sql.vortexPreparedStatement
-
Set a parameter to a java.sql.Numeric value.
- setBinaryStream(String, InputStream, int) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- setBinaryStream(String, InputStream) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- setBinaryStream(String, InputStream, long) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- setBinaryStream(int, InputStream, int) - Method in class vortex.sql.vortexPreparedStatement
-
When a very large binary value is input to a LONGVARBINARY
parameter it may be more practical to send it via a
java.io.InputStream.
- setBinaryStream(int, Reader) - Method in class vortex.sql.vortexPreparedStatement
-
Not supported by VORTEXjdbc.
- setBinaryStream(int, InputStream) - Method in class vortex.sql.vortexPreparedStatement
-
Not supported by VORTEXjdbc.
- setBinaryStream(int, InputStream, long) - Method in class vortex.sql.vortexPreparedStatement
-
Not supported by VORTEXjdbc.
- setBlob(String, InputStream) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- setBlob(String, Blob) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- setBlob(String, InputStream, long) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- setBlob(int, Blob) - Method in class vortex.sql.vortexPreparedStatement
-
Sets a BLOB parameter.
- setBlob(int, InputStream, long) - Method in class vortex.sql.vortexPreparedStatement
-
Not supported by VORTEXjdbc.
- setBlob(int, InputStream) - Method in class vortex.sql.vortexPreparedStatement
-
Not supported by VORTEXjdbc.
- setBoolean(String, boolean) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- setBoolean(int, boolean) - Method in class vortex.sql.vortexPreparedStatement
-
Set a parameter to a Java boolean value.
- setByte(String, byte) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- setByte(int, byte) - Method in class vortex.sql.vortexPreparedStatement
-
Set a parameter to a Java byte value.
- setBytes(String, byte[]) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- setBytes(int, byte[]) - Method in class vortex.sql.vortexPreparedStatement
-
Set a parameter to a Java array of bytes.
- setCatalog(String) - Method in class vortex.sql.vortexConnection
-
Select a sub-space of the target
database.
- setCharacterStream(String, Reader, int) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- setCharacterStream(String, Reader) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- setCharacterStream(String, Reader, long) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- setCharacterStream(int, Reader, int) - Method in class vortex.sql.vortexPreparedStatement
-
Not supported by VORTEXjdbc.
- setCharacterStream(int, Reader) - Method in class vortex.sql.vortexPreparedStatement
-
Not supported by VORTEXjdbc.
- setCharacterStream(int, Reader, long) - Method in class vortex.sql.vortexPreparedStatement
-
Not supported by VORTEXjdbc.
- setClientInfo(String, String) - Method in class vortex.sql.vortexConnection
-
Not supported by VORTEXjdbc.
- setClientInfo(Properties) - Method in class vortex.sql.vortexConnection
-
Not supported by VORTEXjdbc.
- setClob(String, Reader) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- setClob(String, Clob) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- setClob(String, Reader, long) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- setClob(int, Clob) - Method in class vortex.sql.vortexPreparedStatement
-
Sets a CLOB parameter.
- setClob(int, Reader) - Method in class vortex.sql.vortexPreparedStatement
-
Not supported by VORTEXjdbc.
- setClob(int, Reader, long) - Method in class vortex.sql.vortexPreparedStatement
-
Not supported by VORTEXjdbc.
- setCursorName(String) - Method in class vortex.sql.vortexStatement
-
setCursorname defines the SQL cursor name that will be used by
subsequent Statement execute methods.
- setDate(String, Date) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- setDate(String, Date, Calendar) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- setDate(int, Date) - Method in class vortex.sql.vortexPreparedStatement
-
Set a parameter to a java.sql.Date value.
- setDate(int, Date, Calendar) - Method in class vortex.sql.vortexPreparedStatement
-
Not supported by VORTEXjdbc.
- setDouble(String, double) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- setDouble(int, double) - Method in class vortex.sql.vortexPreparedStatement
-
Set a parameter to a Java double value.
- setEscapeProcessing(boolean) - Method in class vortex.sql.vortexStatement
-
If escape scanning is on (the default) the driver will do
escape substitution before sending the SQL to the database.
- setFetchDirection(int) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- setFetchDirection(int) - Method in class vortex.sql.vortexStatement
-
Not supported by VORTEXjdbc.
- setFetchSize(int) - Method in class vortex.sql.vortexResultSet
-
Gives the JDBC driver a hint as to the number of rows that should be
fetched from the database when more rows are needed for this result set.
- setFetchSize(int) - Method in class vortex.sql.vortexStatement
-
Gives the JDBC driver a hint as to the number of rows that should be
fetched from the database when more rows are needed.
- setFloat(String, float) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- setFloat(int, float) - Method in class vortex.sql.vortexPreparedStatement
-
Set a parameter to a Java float value.
- setHoldability(int) - Method in class vortex.sql.vortexConnection
-
Changes the holdability of ResultSet objects created using this
Connection object to the given holdability.
- setInt(String, int) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- setInt(int, int) - Method in class vortex.sql.vortexPreparedStatement
-
Set a parameter to a Java int value.
- setLong(String, long) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- setLong(int, long) - Method in class vortex.sql.vortexPreparedStatement
-
Set a parameter to a Java long value.
- setMaxFieldSize(int) - Method in class vortex.sql.vortexStatement
-
The maxFieldSize limit (in bytes) is set to limit the size of
data that can be returned for any column value; it only applies
to BINARY, VARBINARY, LONGVARBINARY, CHAR, VARCHAR, and
LONGVARCHAR fields.
- setMaxRows(int) - Method in class vortex.sql.vortexStatement
-
The maxRows limit is set to limit the number of rows that any
ResultSet can contain.
- setNCharacterStream(String, Reader) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- setNCharacterStream(String, Reader, long) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- setNCharacterStream(int, Reader) - Method in class vortex.sql.vortexPreparedStatement
-
Not supported by VORTEXjdbc.
- setNCharacterStream(int, Reader, long) - Method in class vortex.sql.vortexPreparedStatement
-
Not supported by VORTEXjdbc.
- setNClob(String, Reader) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- setNClob(String, Reader, long) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- setNClob(String, NClob) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- setNClob(int, NClob) - Method in class vortex.sql.vortexPreparedStatement
-
Not supported by VORTEXjdbc.
- setNClob(int, Reader) - Method in class vortex.sql.vortexPreparedStatement
-
Not supported by VORTEXjdbc.
- setNClob(int, Reader, long) - Method in class vortex.sql.vortexPreparedStatement
-
Not supported by VORTEXjdbc.
- setNetworkTimeout(Executor, int) - Method in class vortex.sql.vortexConnection
-
Not supported by VORTEXjdbc.
- setNString(String, String) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- setNString(int, String) - Method in class vortex.sql.vortexPreparedStatement
-
Not supported by VORTEXjdbc.
- setNull(String, int) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- setNull(String, int, String) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- setNull(int, int) - Method in class vortex.sql.vortexPreparedStatement
-
Set a parameter to SQL NULL.
- setNull(int, int, String) - Method in class vortex.sql.vortexPreparedStatement
-
Not supported by VORTEXjdbc.
- setObject(String, Object, int, int) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- setObject(String, Object, int) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- setObject(String, Object) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- setObject(int, Object, int, int) - Method in class vortex.sql.vortexPreparedStatement
-
Set the value of a parameter using an object; use the
java.lang equivalent objects for integral values.
- setObject(int, Object, int) - Method in class vortex.sql.vortexPreparedStatement
-
This method is like setObject above, but assumes scale of zero.
- setObject(int, Object) - Method in class vortex.sql.vortexPreparedStatement
-
Set the value of a parameter using an object; use the
java.lang equivalent objects for integral values.
- setParam(int, int, dbParam) - Method in class vortex.dbCursor
-
Set (bind) a dbParam parameter.
- setParam(int, int, byte[]) - Method in class vortex.dbCursor
-
Set (bind) a byte parameter.
- setParam(int, int, byte[], int, String) - Method in class vortex.dbCursor
-
Set (bind) a byte parameter.
- setParam(int, int, byte) - Method in class vortex.dbCursor
-
Set (bind) a byte parameter.
- setParam(int, int, byte, int, String) - Method in class vortex.dbCursor
-
Set (bind) a byte parameter.
- setParam(int, int, int) - Method in class vortex.dbCursor
-
Set (bind) an integer parameter.
- setParam(int, int, int, int, String) - Method in class vortex.dbCursor
-
Set (bind) an integer parameter.
- setParam(int, int, String) - Method in class vortex.dbCursor
-
Set (bind) a String parameter.
- setParam(int, int, String, int, String) - Method in class vortex.dbCursor
-
Set (bind) a String parameter.
- setParam(int, int, dbNumber) - Method in class vortex.dbCursor
-
Set (bind) a dbNumber parameter.
- setParam(int, int, dbNumber, int, String) - Method in class vortex.dbCursor
-
Set (bind) a dbNumber parameter.
- setParam(int, int, double) - Method in class vortex.dbCursor
-
Set (bind) a double parameter.
- setParam(int, int, double, int, String) - Method in class vortex.dbCursor
-
Set (bind) a double parameter.
- setParam(int, int, long) - Method in class vortex.dbCursor
-
Set (bind) a long parameter.
- setParam(int, int, long, int, String) - Method in class vortex.dbCursor
-
Set (bind) a long parameter.
- setParam(int, int, float) - Method in class vortex.dbCursor
-
Set (bind) a float parameter.
- setParam(int, int, float, int, String) - Method in class vortex.dbCursor
-
Set (bind) a float parameter.
- setParam(int, int, Date) - Method in class vortex.dbCursor
-
Set (bind) a Date parameter.
- setParam(int, int, Date, int, String) - Method in class vortex.dbCursor
-
Set (bind) a Date parameter.
- setParam(int, int, boolean, int) - Method in class vortex.dbCursor
-
Set (bind) an BLOB/CLOB length parameter.
- setParam(int, int, Timestamp) - Method in class vortex.dbCursor
-
Set (bind) a Timestamp parameter.
- setParam(int, int, Timestamp, int, String) - Method in class vortex.dbCursor
-
Set (bind) a Timestamp parameter.
- setPoolable(boolean) - Method in class vortex.sql.vortexStatement
-
Not supported by VORTEXjdbc.
- setQueryTimeout(int) - Method in class vortex.sql.vortexStatement
-
The queryTimeout limit is the number of seconds the driver will
wait for a Statement to execute.
- setReadOnly(boolean) - Method in class vortex.sql.vortexConnection
-
Puts this connection in read-only mode as a hint to the driver to
enable database optimizations.
- setRef(int, Ref) - Method in class vortex.sql.vortexPreparedStatement
-
Not supported by VORTEXjdbc.
- setRowId(String, RowId) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- setRowId(int, RowId) - Method in class vortex.sql.vortexPreparedStatement
-
Not supported by VORTEXjdbc.
- setSavepoint() - Method in class vortex.sql.vortexConnection
-
Not supported by VORTEXjdbc.
- setSavepoint(String) - Method in class vortex.sql.vortexConnection
-
Not supported by VORTEXjdbc.
- setSchema(String) - Method in class vortex.sql.vortexConnection
-
Not supported by VORTEXjdbc.
- setShort(String, short) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- setShort(int, short) - Method in class vortex.sql.vortexPreparedStatement
-
Set a parameter to a Java short value.
- setSQLXML(String, SQLXML) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- setSQLXML(int, SQLXML) - Method in class vortex.sql.vortexPreparedStatement
-
Not supported by VORTEXjdbc.
- setString(String, String) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- setString(int, String) - Method in class vortex.sql.vortexPreparedStatement
-
Set a parameter to a Java String value.
- setTime(String, Time) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- setTime(String, Time, Calendar) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- setTime(int, Time) - Method in class vortex.sql.vortexPreparedStatement
-
Set a parameter to a java.sql.Time value.
- setTime(int, Time, Calendar) - Method in class vortex.sql.vortexPreparedStatement
-
Not supported by VORTEXjdbc.
- setTimestamp(String, Timestamp) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- setTimestamp(String, Timestamp, Calendar) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- setTimestamp(int, Timestamp) - Method in class vortex.sql.vortexPreparedStatement
-
Set a parameter to a java.sql.Timestamp value.
- setTimestamp(int, Timestamp, Calendar) - Method in class vortex.sql.vortexPreparedStatement
-
Not supported by VORTEXjdbc.
- setTransactionIsolation(int) - Method in class vortex.sql.vortexConnection
-
Set the transaction isolation level for the connection.
- setTypeMap(Map<String, Class<?>>) - Method in class vortex.sql.vortexConnection
-
Not supported by VORTEXjdbc.
- setUnicodeStream(int, InputStream, int) - Method in class vortex.sql.vortexPreparedStatement
-
When a very large UNICODE value is input to a LONGVARCHAR
parameter it may be more practical to send it via a
java.io.InputStream.
- setUpdateTable(String) - Method in class vortex.dbCursor
-
Sets the name of the update table.
- setURL(String, URL) - Method in class vortex.sql.vortexCallableStatement
-
Not supported by VORTEXjdbc.
- setURL(int, URL) - Method in class vortex.sql.vortexPreparedStatement
-
Not supported by VORTEXjdbc.
- sql(dbCursor, String, int, int) - Method in class vortex.dbChannel
-
Associate a SQL statement to a dbCursor.
- sqlCode - Variable in class vortex.dbChannel
-
- sqlCode - Variable in exception vortex.dbException
-
Database error code
- sqlMsg - Variable in class vortex.dbChannel
-
- sqlMsg - Variable in exception vortex.dbException
-
Database error message
- storesLowerCaseIdentifiers() - Method in class vortex.sql.vortexDbMetaData
-
Does the database store mixed case unquoted SQL identifiers in
lower case?
- storesLowerCaseQuotedIdentifiers() - Method in class vortex.sql.vortexDbMetaData
-
Does the database store mixed case quoted SQL identifiers in
lower case?
- storesMixedCaseIdentifiers() - Method in class vortex.sql.vortexDbMetaData
-
Does the database store mixed case unquoted SQL identifiers in
mixed case?
- storesMixedCaseQuotedIdentifiers() - Method in class vortex.sql.vortexDbMetaData
-
Does the database store mixed case quoted SQL identifiers in
mixed case?
- storesUpperCaseIdentifiers() - Method in class vortex.sql.vortexDbMetaData
-
Does the database store mixed case unquoted SQL identifiers in
upper case?
- storesUpperCaseQuotedIdentifiers() - Method in class vortex.sql.vortexDbMetaData
-
Does the database store mixed case quoted SQL identifiers in
upper case?
- supportsAlterTableWithAddColumn() - Method in class vortex.sql.vortexDbMetaData
-
Is "ALTER TABLE" with add column supported?
- supportsAlterTableWithDropColumn() - Method in class vortex.sql.vortexDbMetaData
-
Is "ALTER TABLE" with drop column supported?
- supportsANSI92EntryLevelSQL() - Method in class vortex.sql.vortexDbMetaData
-
Is the ANSI92 entry level SQL grammar supported?
All JDBC compliant drivers must return true.
- supportsANSI92FullSQL() - Method in class vortex.sql.vortexDbMetaData
-
Is the ANSI92 full SQL grammar supported?
- supportsANSI92IntermediateSQL() - Method in class vortex.sql.vortexDbMetaData
-
Is the ANSI92 intermediate SQL grammar supported?
- supportsBatchUpdates() - Method in class vortex.sql.vortexDbMetaData
-
Indicates whether the driver supports batch updates.
- supportsCatalogsInDataManipulation() - Method in class vortex.sql.vortexDbMetaData
-
Can a catalog name be used in a data manipulation statement?
- supportsCatalogsInIndexDefinitions() - Method in class vortex.sql.vortexDbMetaData
-
Can a catalog name be used in a index definition statement?
- supportsCatalogsInPrivilegeDefinitions() - Method in class vortex.sql.vortexDbMetaData
-
Can a catalog name be used in a privilege definition statement?
- supportsCatalogsInProcedureCalls() - Method in class vortex.sql.vortexDbMetaData
-
Can a catalog name be used in a procedure call statement?
- supportsCatalogsInTableDefinitions() - Method in class vortex.sql.vortexDbMetaData
-
Can a catalog name be used in a table definition statement?
- supportsColumnAliasing() - Method in class vortex.sql.vortexDbMetaData
-
Is column aliasing supported?
- supportsConvert() - Method in class vortex.sql.vortexDbMetaData
-
Is the CONVERT function between SQL types supported?
- supportsConvert(int, int) - Method in class vortex.sql.vortexDbMetaData
-
Is CONVERT between the given SQL types supported?
- supportsCoreSQLGrammar() - Method in class vortex.sql.vortexDbMetaData
-
Is the ODBC Core SQL grammar supported?
- supportsCorrelatedSubqueries() - Method in class vortex.sql.vortexDbMetaData
-
Are correlated subqueries supported?
- supportsDataDefinitionAndDataManipulationTransactions() - Method in class vortex.sql.vortexDbMetaData
-
Are both data definition and data manipulation statements
within a transaction supported?
- supportsDataManipulationTransactionsOnly() - Method in class vortex.sql.vortexDbMetaData
-
Are only data manipulation statements within a transaction
supported?
- supportsDifferentTableCorrelationNames() - Method in class vortex.sql.vortexDbMetaData
-
If table correlation names are supported, are they restricted
to be different from the names of the tables?
- supportsExpressionsInOrderBy() - Method in class vortex.sql.vortexDbMetaData
-
Are expressions in "ORDER BY" lists supported?
- supportsExtendedSQLGrammar() - Method in class vortex.sql.vortexDbMetaData
-
Is the ODBC Extended SQL grammar supported?
- supportsFullOuterJoins() - Method in class vortex.sql.vortexDbMetaData
-
Are full nested outer joins supported?
- supportsGetGeneratedKeys() - Method in class vortex.sql.vortexDbMetaData
-
Retrieves whether auto-generated keys can be retrieved after a statement has been executed.
- supportsGroupBy() - Method in class vortex.sql.vortexDbMetaData
-
Is some form of "GROUP BY" clause supported?
- supportsGroupByBeyondSelect() - Method in class vortex.sql.vortexDbMetaData
-
Can a "GROUP BY" clause add columns not in the SELECT
provided it specifies all the columns in the SELECT?
- supportsGroupByUnrelated() - Method in class vortex.sql.vortexDbMetaData
-
Can a "GROUP BY" clause use columns not in the SELECT?
- supportsIntegrityEnhancementFacility() - Method in class vortex.sql.vortexDbMetaData
-
Is the SQL Integrity Enhancement Facility supported?
- supportsLikeEscapeClause() - Method in class vortex.sql.vortexDbMetaData
-
Is the escape character in "LIKE" clauses supported?
- supportsLimitedOuterJoins() - Method in class vortex.sql.vortexDbMetaData
-
Is there limited support for outer joins? (This will be true
if supportFullOuterJoins is true.)
- supportsMinimumSQLGrammar() - Method in class vortex.sql.vortexDbMetaData
-
Is the ODBC Minimum SQL grammar supported?
- supportsMixedCaseIdentifiers() - Method in class vortex.sql.vortexDbMetaData
-
Does the database support mixed case unquoted SQL identifiers?
- supportsMixedCaseQuotedIdentifiers() - Method in class vortex.sql.vortexDbMetaData
-
Does the database support mixed case quoted SQL identifiers?
- supportsMultipleOpenResults() - Method in class vortex.sql.vortexDbMetaData
-
Retrieves whether it is possible to have multiple ResultSet objects returned from a CallableStatement object simultaneously.
- supportsMultipleResultSets() - Method in class vortex.sql.vortexDbMetaData
-
Are multiple ResultSets from a single execute supported?
- supportsMultipleTransactions() - Method in class vortex.sql.vortexDbMetaData
-
Can we have multiple transactions open at once (on different connections)?
- supportsNamedParameters() - Method in class vortex.sql.vortexDbMetaData
-
Retrieves whether this database supports named parameters to callable statements.
- supportsNonNullableColumns() - Method in class vortex.sql.vortexDbMetaData
-
Can columns be defined as non-nullable?
- supportsOpenCursorsAcrossCommit() - Method in class vortex.sql.vortexDbMetaData
-
Can cursors remain open across commits?
- supportsOpenCursorsAcrossRollback() - Method in class vortex.sql.vortexDbMetaData
-
Can cursors remain open across rollbacks?
- supportsOpenStatementsAcrossCommit() - Method in class vortex.sql.vortexDbMetaData
-
Can statements remain open across commits?
- supportsOpenStatementsAcrossRollback() - Method in class vortex.sql.vortexDbMetaData
-
Can statements remain open across rollbacks?
- supportsOrderByUnrelated() - Method in class vortex.sql.vortexDbMetaData
-
Can an "ORDER BY" clause use columns not in the SELECT?
- supportsOuterJoins() - Method in class vortex.sql.vortexDbMetaData
-
Is some form of outer join supported?
- supportsPositionedDelete() - Method in class vortex.sql.vortexDbMetaData
-
Is positioned DELETE supported?
- supportsPositionedUpdate() - Method in class vortex.sql.vortexDbMetaData
-
Is positioned UPDATE supported?
- supportsResultSetConcurrency(int, int) - Method in class vortex.sql.vortexDbMetaData
-
Does the database support the concurrency type in combination
with the given result set type?
- supportsResultSetHoldability(int) - Method in class vortex.sql.vortexDbMetaData
-
Retrieves whether this database supports the given result set holdability.
- supportsResultSetType(int) - Method in class vortex.sql.vortexDbMetaData
-
Does the database support the given result set type?
- supportsSavepoints() - Method in class vortex.sql.vortexDbMetaData
-
Retrieves whether this database supports savepoints.
- supportsSchemasInDataManipulation() - Method in class vortex.sql.vortexDbMetaData
-
Can a schema name be used in a data manipulation statement?
- supportsSchemasInIndexDefinitions() - Method in class vortex.sql.vortexDbMetaData
-
Can a schema name be used in an index definition statement?
- supportsSchemasInPrivilegeDefinitions() - Method in class vortex.sql.vortexDbMetaData
-
Can a schema name be used in a privilege definition statement?
- supportsSchemasInProcedureCalls() - Method in class vortex.sql.vortexDbMetaData
-
Can a schema name be used in a procedure call statement?
- supportsSchemasInTableDefinitions() - Method in class vortex.sql.vortexDbMetaData
-
Can a schema name be used in a table definition statement?
- supportsSelectForUpdate() - Method in class vortex.sql.vortexDbMetaData
-
Is SELECT for UPDATE supported?
- supportsStatementPooling() - Method in class vortex.sql.vortexDbMetaData
-
Indicates whether the database supports statement pooling.
- supportsStoredFunctionsUsingCallSyntax() - Method in class vortex.sql.vortexDbMetaData
-
Returns whether this database supports invoking user-defined or vendor functions using the stored procedure escape syntax.
- supportsStoredProcedures() - Method in class vortex.sql.vortexDbMetaData
-
Are stored procedure calls using the stored procedure escape
syntax supported?
- supportsSubqueriesInComparisons() - Method in class vortex.sql.vortexDbMetaData
-
Are subqueries in comparison expressions supported?
- supportsSubqueriesInExists() - Method in class vortex.sql.vortexDbMetaData
-
Are subqueries in exists expressions supported?
- supportsSubqueriesInIns() - Method in class vortex.sql.vortexDbMetaData
-
Are subqueries in "in" statements supported?
- supportsSubqueriesInQuantifieds() - Method in class vortex.sql.vortexDbMetaData
-
Are subqueries in quantified expressions supported?
- supportsTableCorrelationNames() - Method in class vortex.sql.vortexDbMetaData
-
Are table correlation names supported?
- supportsTransactionIsolationLevel(int) - Method in class vortex.sql.vortexDbMetaData
-
Does the database support the given transaction isolation level?
- supportsTransactions() - Method in class vortex.sql.vortexDbMetaData
-
Are transactions supported? If not, commit is a noop and the
isolation level is TRANSACTION_NONE.
- supportsUnion() - Method in class vortex.sql.vortexDbMetaData
-
Is SQL UNION supported?
- supportsUnionAll() - Method in class vortex.sql.vortexDbMetaData
-
Is SQL UNION ALL supported?
- unwrap(Class<T>) - Method in class vortex.sql.vortexConnection
-
- unwrap(Class<T>) - Method in class vortex.sql.vortexDbMetaData
-
- unwrap(Class<T>) - Method in class vortex.sql.vortexMetaResult
-
- unwrap(Class<T>) - Method in class vortex.sql.vortexParameterMetaData
-
- unwrap(Class<T>) - Method in class vortex.sql.vortexResultSet
-
- unwrap(Class<T>) - Method in class vortex.sql.vortexStatement
-
- updateArray(int, Array) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc
Updates a column with an array value.
- updateArray(String, Array) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc
Updates a column with an array value.
- updateAsciiStream(int, InputStream, int) - Method in class vortex.sql.vortexResultSet
-
Updates a column with an ascii stream value.
- updateAsciiStream(String, InputStream, int) - Method in class vortex.sql.vortexResultSet
-
Updates a column with an ascii stream value.
- updateAsciiStream(int, InputStream) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- updateAsciiStream(String, InputStream) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- updateAsciiStream(int, InputStream, long) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- updateAsciiStream(String, InputStream, long) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- updateBigDecimal(int, BigDecimal) - Method in class vortex.sql.vortexResultSet
-
Updates a column with a BigDecimal value.
- updateBigDecimal(String, BigDecimal) - Method in class vortex.sql.vortexResultSet
-
Updates a column with a BigDecimal value.
- updateBinaryStream(int, InputStream, int) - Method in class vortex.sql.vortexResultSet
-
Updates a column with a binary stream value.
- updateBinaryStream(String, InputStream, int) - Method in class vortex.sql.vortexResultSet
-
Updates a column with a binary stream value.
- updateBinaryStream(int, InputStream) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- updateBinaryStream(String, InputStream) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- updateBinaryStream(int, InputStream, long) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- updateBinaryStream(String, InputStream, long) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- updateBlob(int, Blob) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc
Updates a column with a blob value.
- updateBlob(String, Blob) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc
Updates a column with a Blob value.
- updateBlob(int, InputStream) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- updateBlob(String, InputStream) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- updateBlob(int, InputStream, long) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- updateBlob(String, InputStream, long) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- updateBoolean(int, boolean) - Method in class vortex.sql.vortexResultSet
-
Updates a column with a boolean value.
- updateBoolean(String, boolean) - Method in class vortex.sql.vortexResultSet
-
Updates a column with a boolean value.
- updateByte(int, byte) - Method in class vortex.sql.vortexResultSet
-
Updates a column with a byte value.
- updateByte(String, byte) - Method in class vortex.sql.vortexResultSet
-
Updates a column with a byte value.
- updateBytes(int, byte[]) - Method in class vortex.sql.vortexResultSet
-
Updates a column with a byte array value.
- updateBytes(String, byte[]) - Method in class vortex.sql.vortexResultSet
-
Updates a column with a byte array value.
- updateCharacterStream(int, Reader, int) - Method in class vortex.sql.vortexResultSet
-
Updates a column with a character stream value.
- updateCharacterStream(String, Reader, int) - Method in class vortex.sql.vortexResultSet
-
Updates a column with a character stream value.
- updateCharacterStream(int, Reader) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- updateCharacterStream(String, Reader) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- updateCharacterStream(int, Reader, long) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- updateCharacterStream(String, Reader, long) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- updateClob(int, Clob) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- updateClob(String, Clob) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- updateClob(int, Reader) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- updateClob(String, Reader) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- updateClob(int, Reader, long) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- updateClob(String, Reader, long) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- updateDate(int, Date) - Method in class vortex.sql.vortexResultSet
-
Updates a column with a Date value.
- updateDate(String, Date) - Method in class vortex.sql.vortexResultSet
-
Updates a column with a Date value.
- updateDouble(int, double) - Method in class vortex.sql.vortexResultSet
-
Updates a column with a Double value.
- updateDouble(String, double) - Method in class vortex.sql.vortexResultSet
-
Updates a column with a Double value.
- updateFloat(int, float) - Method in class vortex.sql.vortexResultSet
-
Updates a column with a float value.
- updateFloat(String, float) - Method in class vortex.sql.vortexResultSet
-
Updates a column with a float value.
- updateInt(int, int) - Method in class vortex.sql.vortexResultSet
-
Updates a column with a integer value.
- updateInt(String, int) - Method in class vortex.sql.vortexResultSet
-
Updates a column with a integer value.
- updateLong(int, long) - Method in class vortex.sql.vortexResultSet
-
Updates a column with a long value.
- updateLong(String, long) - Method in class vortex.sql.vortexResultSet
-
Updates a column with a long value.
- updateNCharacterStream(int, InputStream) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- updateNCharacterStream(String, InputStream) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- updateNCharacterStream(int, Reader, long) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- updateNCharacterStream(String, Reader, long) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- updateNCharacterStream(int, Reader) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- updateNCharacterStream(String, Reader) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- updateNClob(int, NClob) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- updateNClob(String, NClob) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- updateNClob(int, Reader) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- updateNClob(String, Reader) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- updateNClob(int, Reader, long) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- updateNClob(String, Reader, long) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- updateNString(int, String) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- updateNString(String, String) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- updateNull(int) - Method in class vortex.sql.vortexResultSet
-
Give a nullable column a null value.
- updateNull(String) - Method in class vortex.sql.vortexResultSet
-
Give a nullable column a null value.
- updateObject(int, Object, int) - Method in class vortex.sql.vortexResultSet
-
Updates a column with an Object value.
- updateObject(String, Object, int) - Method in class vortex.sql.vortexResultSet
-
Updates a column with an Object value.
- updateObject(int, Object) - Method in class vortex.sql.vortexResultSet
-
Updates a column with an Object value.
- updateObject(String, Object) - Method in class vortex.sql.vortexResultSet
-
Updates a column with an Object value.
- updateRef(int, Ref) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- updateRef(String, Ref) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- updateRow() - Method in class vortex.sql.vortexResultSet
-
Updates the underlying database with the new contents of the current row.
- updateRowId(int, RowId) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- updateRowId(String, RowId) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- updatesAreDetected(int) - Method in class vortex.sql.vortexDbMetaData
-
Indicates whether or not a visible row update can be detected by
calling ResultSet.rowUpdated().
- updateShort(int, short) - Method in class vortex.sql.vortexResultSet
-
Updates a column with a short value.
- updateShort(String, short) - Method in class vortex.sql.vortexResultSet
-
Updates a column with a short value.
- updateSQLXML(int, SQLXML) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- updateSQLXML(String, SQLXML) - Method in class vortex.sql.vortexResultSet
-
Not supported by VORTEXjdbc.
- updateString(int, String) - Method in class vortex.sql.vortexResultSet
-
Updates a column with a String value.
- updateString(String, String) - Method in class vortex.sql.vortexResultSet
-
Updates a column with a String value.
- updateTime(int, Time) - Method in class vortex.sql.vortexResultSet
-
Updates a column with a Time value.
- updateTime(String, Time) - Method in class vortex.sql.vortexResultSet
-
Updates a column with a Time value.
- updateTimestamp(int, Timestamp) - Method in class vortex.sql.vortexResultSet
-
Updates a column with a Timestamp value.
- updateTimestamp(String, Timestamp) - Method in class vortex.sql.vortexResultSet
-
Updates a column with a Timestamp value.
- usesLocalFilePerTable() - Method in class vortex.sql.vortexDbMetaData
-
Does the database use a file for each table?
- usesLocalFiles() - Method in class vortex.sql.vortexDbMetaData
-
Does the database store tables in a local file?