Alphabetical Index

A B C D E F G I J L M N O P R S T U V W

A

absolute(int) - method in class vortex.sql.vortexResultSet
Moves the cursor to the given row number in the result set.
acceptsURL(String) - method in class vortex.sql.vortexDriver
'jdbc:vortex' is the only URL accepted here
addBatch() - method in class vortex.sql.vortexPreparedStatement
Adds a set of parameters to the batch.
addBatch(String) - method in class vortex.sql.vortexStatement
Not supported by VORTEXjdbc.
afterLast() - method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
allProceduresAreCallable() - method in class vortex.sql.vortexDbMetaData
Not supported by VORTEXjdbc Can all the procedures returned by getProcedures be called by the current user?
allTablesAreSelectable() - method in class vortex.sql.vortexDbMetaData
Not supported by VORTEXjdbc Can all the tables returned by getTable be SELECTed by the current user?

B

beforeFirst() - method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
byteLen(String) - method in class vortex.dbChannel.dbIOa
byteLen(String) - method in class vortex.dbChannel.dbIOe
byteLen(String) - method in class vortex.dbChannel.dbIOu

C

cancel() - method in class vortex.dbChannel
Cancel an outstanding request.
cancel() - method in class vortex.sql.vortexStatement
Cancel can be used by one thread to cancel a statement that is being executed by another thread.
cancelRowUpdates() - method in class vortex.sql.vortexResultSet
Cancels the updates made to a row.
clearBatch() - method in class vortex.sql.vortexStatement
Not supported by VORTEXjdbc.
clearParameters() - method in class vortex.sql.vortexPreparedStatement
In general parameter values remain in force for repeated use of a Statement.
clearWarnings() - method in class vortex.sql.vortexConnection
Clear the warning chain.
clearWarnings() - method in class vortex.sql.vortexResultSet
Clear the warning chain.
clearWarnings() - method in class vortex.sql.vortexStatement
After this call getWarnings returns null until a new warning is reported for this Statement.
close() - method in class vortex.sql.vortexConnection
Close the database connection.
close() - method in class vortex.sql.vortexResultSet
Close a result set.
close() - method in class vortex.sql.vortexStatement
In many cases, it is desirable to immediately release a Statements's database and JDBC resources instead of waiting for this to happen when it is automatically closed; the close method provides this immediate release.
close(vortex.dbCursor,boolean) - method in class vortex.dbChannel
Close a dbCursor.
cName - field in class vortex.sql.vortexStatement
Cursor' name
cnl - field in class vortex.dbDescriptor
Name length.
colDescriptor() - method in class vortex.sql.vortexRecord
Return reference to array of column descriptions.
colSeek(int) - method in class vortex.sql.vortexRecord
Column Seek
Send VORTEXchannel command.
commit() - method in class vortex.sql.vortexConnection
Commit a transaction.
commit(boolean) - method in class vortex.dbChannel
Commit a transaction.
conn - field in class vortex.sql.vortexStatement
Connection object
Connect to a remote RDBMS.
Connect to a remote RDBMS.
connect(String,Properties) - method in class vortex.sql.vortexDriver
Try to make a database connection to the given URL.
createStatement() - method in class vortex.sql.vortexConnection
Create a SQL statement object.
createStatement(int,int) - method in class vortex.sql.vortexConnection
JDBC 2.0 Creates a Statement object that will generate ResultSet objects with the given type and concurrency.
createStatement(int,int,int) - method in class vortex.sql.vortexConnection
Creates a Statement object that will generate ResultSet objects with the given type, concurrency, and holdability.

D

data - field in class vortex.dbBlob
The BLOB data.
Does a data definition statement within a transaction force the transaction to commit?
Is a data definition statement within a transaction ignored?
dbBlob - class vortex.dbBlob
Binary Large OBject (BLOB) container.
dbBlob(int) - constructor for class vortex.dbBlob
dbBlob(int,blobData[]) - constructor for class vortex.dbBlob
dbBlob(String) - constructor for class vortex.dbBlob
dbChannel - class vortex.dbChannel
This is the main VORTEXjava class.
dbChannel(int,int,int,int) - constructor for class vortex.dbChannel
Allocate and initialize a dbChannel.
dbCursor - class vortex.dbCursor
Logical RDBMS cursor object.
dbCursor(vortex.dbChannel) - constructor for class vortex.dbCursor
Allocate and initialize a standard (no blobs) dbCursor.
dbCursor(vortex.dbChannel,boolean) - constructor for class vortex.dbCursor
Allocate and initialize a dbCursor that may involve blobs.
Allocate and initialize a dbCursor that may involve blobs or positioned updates or be scrollable.
dbDescriptor - class vortex.dbDescriptor
RDBMS data descriptors.
dbException - class vortex.dbException
All RDBMS errors will throw this exception.
dbID - field in class vortex.dbChannel
Unique RDBMS identifier.
dbNumber - class vortex.dbNumber
Internal network independent numeric object.
dbParam - class vortex.dbParam
RDBMS parameter holding object.
dbParam(boolean,int) - constructor for class vortex.dbParam
dbParam(byte) - constructor for class vortex.dbParam
dbParam(byte,int,String) - constructor for class vortex.dbParam
dbParam(Date) - constructor for class vortex.dbParam
dbParam(Date,int,String) - constructor for class vortex.dbParam
dbParam(int) - constructor for class vortex.dbParam
dbParam(int,int,String) - constructor for class vortex.dbParam
dbParam(short) - constructor for class vortex.dbParam
dbParam(short,int,String) - constructor for class vortex.dbParam
dbParam(String,int) - constructor for class vortex.dbParam
dbParam(String,int,int,String) - constructor for class vortex.dbParam
dbParam(value[]) - constructor for class vortex.dbParam
dbParam(value[],int,String) - constructor for class vortex.dbParam
dbParam(vortex.dbNumber) - constructor for class vortex.dbParam
dbParam(vortex.dbNumber,int,String) - constructor for class vortex.dbParam
deleteRow() - method in class vortex.sql.vortexResultSet
Deletes the current row from the result set and the underlying database.
deletesAreDetected(int) - method in class vortex.sql.vortexDbMetaData
JDBC 2.0 Indicates whether or not a visible row delete can be detected by calling ResultSet.rowDeleted().
descparms(vortex.dbCursor) - method in class vortex.dbChannel
Describe the bind parameters
disableAutoClose() - method in class vortex.sql.vortexConnection
Disable closing of statements and result sets.
doesMaxRowSizeIncludeBlobs() - method in class vortex.sql.vortexDbMetaData
Did getMaxRowSize() include LONGVARCHAR and LONGVARBINARY blobs?
doubleValue() - method in class vortex.dbNumber
dtd - field in class vortex.dbDescriptor
Original database data type.
dto - field in class vortex.dbDescriptor
Original data type.

E

endOfScan() - method in class vortex.dbCursor
Returns true if no more (fetch) data available This call is only valid after a fetch().
execute() - method in class vortex.sql.vortexPreparedStatement
Some prepared statements return multiple results; the execute method handles these complex statements as well as the simpler form of statements handled by executeQuery and executeUpdate.
execute(String) - method in class vortex.sql.vortexStatement
Execute a SQL statement that may return multiple results.
execute(String,int) - method in class vortex.sql.vortexStatement
Execute a SQL statement that may return multiple results and signal the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
execute(String,int[]) - method in class vortex.sql.vortexStatement
Execute a SQL statement that may return multiple results and signal the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
execute(String,String[]) - method in class vortex.sql.vortexStatement
Execute a SQL statement that may return multiple results and signal the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
execute(vortex.dbCursor) - method in class vortex.dbChannel
Execute a non-SELECT dbCursor.
executeBatch() - method in class vortex.sql.vortexStatement
Not supported by VORTEXjdbc.
executeIO(vortex.dbCursor) - method in class vortex.dbChannel
Execute a stored procedure dbCursor.
executePX(vortex.dbCursor,int) - method in class vortex.dbChannel
Execute a non-SELECT position exec dbCursor.
executeQuery() - method in class vortex.sql.vortexPreparedStatement
A prepared SQL query is executed and its ResultSet is returned.
executeQuery(String) - method in class vortex.sql.vortexStatement
Execute a SQL statement that returns a single ResultSet.
executeUpdate() - method in class vortex.sql.vortexCallableStatement
Execute a stored procedure.
executeUpdate() - method in class vortex.sql.vortexPreparedStatement
Execute a SQL INSERT, UPDATE or DELETE statement.
executeUpdate(String) - method in class vortex.sql.vortexStatement
Execute a SQL INSERT, UPDATE or DELETE statement.
executeUpdate(String,int) - method in class vortex.sql.vortexStatement
Execute a SQL INSERT, UPDATE or DELETE statement and signal the driver with the given flag about whether the auto-generated keys produced by this Statement object should be made available for retrieval.
executeUpdate(String,int[]) - method in class vortex.sql.vortexStatement
Execute a SQL INSERT, UPDATE or DELETE statement and signal the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
executeUpdate(String,String[]) - method in class vortex.sql.vortexStatement
Execute a SQL INSERT, UPDATE or DELETE statement and signal the driver that the auto-generated keys indicated in the given array should be made available for retrieval.

F

fetch(vortex.dbCursor) - method in class vortex.dbChannel
Open and fetch from a SELECT dbCursor.
finalize() - method in class vortex.dbChannel
finalize() - method in class vortex.dbCursor
finalize() - method in class vortex.sql.vortexResultSet
finalize() - method in class vortex.sql.vortexStatement
findColumn(String) - method in class vortex.sql.vortexResultSet
Given a column name, this method returns the column index for that name.
first() - method in class vortex.sql.vortexResultSet
Moves the cursor to the first row in the result set.
flag - field in class vortex.dbDescriptor
Flag

*

floatValue() - method in class vortex.dbNumber

G

getArray(int) - method in class vortex.sql.vortexCallableStatement
JDBC 2.0 Gets the value of a JDBC ARRAY parameter as an Array object in the Java programming language.
getArray(int) - method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
getArray(String) - method in class vortex.sql.vortexCallableStatement
Retrieves the value of a JDBC ARRAY parameter as an Array object in the Java programming language.
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.
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.
Not supported by VORTEXjdbc

Get a description of a table's optimal set of columns that uniquely identifies a row.

getBigDecimal(int) - method in class vortex.sql.vortexCallableStatement
JDBC 2.0 Gets the value of a JDBC NUMERIC parameter as a java.math.BigDecimal object with as many digits to the right of the decimal point as the value contains.
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(int,int) - method in class vortex.sql.vortexCallableStatement
Get the value of a NUMERIC parameter as a java.sql.Numeric object.
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) - method in class vortex.sql.vortexCallableStatement
Retrieves the value of a JDBC NUMERIC parameter as a java.math.BigDecimal object with as many digits to the right of the decimal point as the value contains.
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.
getBigDecimal(String,int) - method in class vortex.sql.vortexResultSet
Retrieve the column value as a numeric based on column name
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(int) - method in class vortex.sql.vortexCallableStatement
JDBC 2.0 Gets the value of a JDBC BLOB parameter as a Blob object in the Java programming language.
getBlob(int) - method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
getBlob(String) - method in class vortex.sql.vortexCallableStatement
Retrieves the value of a JDBC BLOB parameter as a Blob object in the Java programming language.
getBlob(String) - method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
Get (receive) BLOB/CLOB data from the RDBMS.
getBoolean(int) - method in class vortex.sql.vortexCallableStatement
Get the value of a BIT parameter as a Java boolean.
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.vortexCallableStatement
Retrieves the value of a JDBC BIT parameter as a boolean in the Java programming language.
getBoolean(String) - method in class vortex.sql.vortexResultSet
Retrieve the column value as a boolean based on column name
getByte(int) - method in class vortex.sql.vortexCallableStatement
Get the value of a TINYINT parameter as a Java byte.
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.vortexCallableStatement
Retrieves the value of a JDBC TINYINT parameter as a byte in the Java programming language.
getByte(String) - method in class vortex.sql.vortexResultSet
Get the value of a column in the current row as a Java byte.
getByte(vortex.dbCursor) - method in class vortex.dbChannel
Get the next column as a byte array.
getBytes(int) - method in class vortex.sql.vortexCallableStatement
Get the value of a SQL BINARY or VARBINARY parameter as a Java byte[]
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.vortexCallableStatement
Retrieves the value of a JDBC BINARY or VARBINARY parameter as an array of byte values in the Java programming language.
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
JDBC draft specification method to return the catalog.
getCatalogName(int) - method in class vortex.sql.vortexMetaResult
Not supported by VORTEXjdbc.
getCatalogs() - method in class vortex.sql.vortexDbMetaData
Supported for Oracle, Rdb, Sybase, SQL Server, Informix, and Genesis

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.vortexResultSet
Not supported by VORTEXjdbc.
getCharacterStream(String) - method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
getClob(int) - method in class vortex.sql.vortexCallableStatement
JDBC 2.0 Gets the value of a JDBC CLOB parameter as a Clob object in the Java programming language.
getClob(int) - method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
getClob(String) - method in class vortex.sql.vortexCallableStatement
Retrieves the value of a JDBC CLOB parameter as a Clob object in the Java programming language.
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.
Not supported by VORTEXjdbc

Get a description of the access rights for a table's columns.

Supported for Oracle, Rdb, Sybase, SQL Server, Informix, and Genesis

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
JDBC 2.0 Retrieves the connection that produced this metadata object.
getConnection() - method in class vortex.sql.vortexStatement
Returns the Connection object that produced this Statement object.
Not supported by VORTEXjdbc

Get a description of the foreign key columns in the foreign key table that reference the primary key columns of the primary key table (describe how one table imports another's key.) This should normally return a single foreign key/primary key pair (most tables only import a foreign key from a table once.) They are ordered by FKTABLE_CAT, FKTABLE_SCHEM, FKTABLE_NAME, and KEY_SEQ.

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
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(int) - method in class vortex.sql.vortexCallableStatement
Get the value of a SQL DATE parameter as a java.sql.Date object
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.vortexCallableStatement
Gets the value of a JDBC DATE parameter as a java.sql.Date object, using the given Calendar object to construct the 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) - method in class vortex.sql.vortexCallableStatement
Retrieves the value of a JDBC DATE parameter as a java.sql.Date object.
getDate(String) - method in class vortex.sql.vortexResultSet
Retrieve the column value as a date based on column name
Retrieves the value of a JDBC DATE parameter as a java.sql.Date object, using the given Calendar object to construct the 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(vortex.dbCursor) - method in class vortex.dbChannel
Get the next column as a Date.
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
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
Get the value of a DOUBLE parameter as a Java double.
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.vortexCallableStatement
Retrieves the value of a JDBC DOUBLE parameter as a double in the Java programming language.
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?
Not supported by VORTEXjdbc

Get a description of a foreign key columns that reference a table's primary key columns (the foreign keys exported by a table).

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
Get the value of a FLOAT parameter as a Java float.
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.vortexCallableStatement
Retrieves the value of a JDBC FLOAT parameter as a float in the Java programming language.
getFloat(String) - method in class vortex.sql.vortexResultSet
Retrieve the column value as a float based on column name
getGeneratedKeys() - method in class vortex.sql.vortexStatement
getGenerateKeys returns any auto-generated keys created as a result of executing this Statement.
getHoldability() - method in class vortex.sql.vortexConnection
Retrieves the current holdability of ResultSet objects created using this Connection 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.
Not supported by VORTEXjdbc

Get a description of the primary key columns that are referenced by a table's foreign key columns (the primary keys imported by a table).

Supported for GENESIS

Get a description of a table's indices and statistics.

getInt(int) - method in class vortex.sql.vortexCallableStatement
Get the value of a INTEGER parameter as a Java int.
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.vortexCallableStatement
Retrieves the value of a JDBC INTEGER parameter as an int in the Java programming language.
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
Get the value of a BIGINT parameter as a Java long.
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.vortexCallableStatement
Retrieves the value of a JDBC BIGINT parameter as a long in the Java programming language.
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
This does not apply to VORTEXjdbc

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
This does not apply to VORTEXjdbc

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() - method in class vortex.sql.vortexStatement
getMoreResults moves to a Statement's next result.
getMoreResults(int) - method in class vortex.sql.vortexStatement
getMoreResults moves to this Statements next result, deals with any current ResultSet objects according to the instructions specified by the given flag, and returns true is the next result is a ResultSet object.
getNextCol() - method in class vortex.sql.vortexRecord
Fetch the field from the table
getNumber(vortex.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
Get the value of a parameter 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(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,int) - method in class vortex.sql.vortexResultSet
Get the value of a column in the current row as a Java Object.
getObject(int,Map) - method in class vortex.sql.vortexCallableStatement
JDBC 2.0 Returns an object representing the value of OUT parameter i and uses map for the custom mapping of the parameter value.
getObject(int,Map) - method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
getObject(String) - method in class vortex.sql.vortexCallableStatement
Retrieves the value of a parameter as an Object in the Java programming language.
getObject(String) - method in class vortex.sql.vortexResultSet
Same as above, except returning the default SQL type
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,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,Map) - method in class vortex.sql.vortexCallableStatement
Returns an object representing the value of OUT parameter i and uses map for the custom mapping of the parameter value.
getObject(String,Map) - method in class vortex.sql.vortexResultSet
Returns the value of a column in the current row as a Java object.
Retrieves the fully-qualified name of the Java class whose instances should be passed to the method PreparedStatement.setObject.
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.
Retrieves the designated parameter's database-specific type name.
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.
Supported for Genesis

Get a description of a table's primary key columns.

Not supported by VORTEXjdbc

Get a description of a catalog's stored procedure parameters and result columns.

Not supported by VORTEXjdbc
getProcedureTerm() - method in class vortex.sql.vortexDbMetaData
What's the database vendor's preferred term for "procedure"?
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.
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
JDBC 2.0 Gets the value of a JDBC REF() parameter as a Ref object in the Java programming language.
getRef(int) - method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
getRef(String) - method in class vortex.sql.vortexCallableStatement
Retrieves the value of a JDBC REF() parameter as a Ref object in the Java programming language.
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
getResultSetHoldability returns the result set holdability.
getResultSetType() - method in class vortex.sql.vortexStatement
Determine the result set type.
getRow() - method in class vortex.sql.vortexResultSet
Retrieves the current row number.
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.
getSchemaName(int) - method in class vortex.sql.vortexMetaResult
Not supported by VORTEXjdbc.
getSchemas() - method in class vortex.sql.vortexDbMetaData
Supported for Oracle, Rdb, Sybase, SQL Server, Informix, and Genesis

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
Get the value of a SMALLINT parameter as a Java short.
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.vortexCallableStatement
Retrieves the value of a JDBC SMALLINT parameter as a short in the Java programming language.
getShort(String) - method in class vortex.sql.vortexResultSet
Retrieve the column value as a short based on column name
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.
getStatement() - method in class vortex.sql.vortexResultSet
Returns the Statement that produced this ResultSet object.
getString(int) - method in class vortex.sql.vortexCallableStatement
Get the value of a CHAR, VARCHAR, or LONGVARCHAR parameter as a Java String.
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.vortexCallableStatement
Retrieves the value of a JDBC CHAR, VARCHAR, or LONGVARCHAR parameter as a String in the Java programming language.
getString(String) - method in class vortex.sql.vortexResultSet
Get the value of a column in the current row as a Java String.
getString(vortex.dbCursor) - method in class vortex.dbChannel
Get the next column as a string.
getStringFunctions() - method in class vortex.sql.vortexDbMetaData
Get a comma separated list of string functions.
Retrieves a description of the table hierarchies defined in a particular schema in this database.
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
Gives the name of the table to which this column belongs.
Not supported by VORTEXjdbc

Get a description of the access rights for each table available in a catalog.

Supported for Oracle, Rdb, Sybase, SQL Server, Informix, and Genesis

Get a description of tables available in a catalog.

getTableTypes() - method in class vortex.sql.vortexDbMetaData
Supported for Oracle, Rdb, Sybase, SQL Server, Informix, and Genesis

Get the table types available in this database.

getTime(int) - method in class vortex.sql.vortexCallableStatement
Get the value of a SQL TIME parameter as a java.sql.Time object.
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.vortexCallableStatement
Gets the value of a JDBC TIME parameter as a java.sql.Time object, using the given Calendar object to construct the 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) - method in class vortex.sql.vortexCallableStatement
Retrieves the value of a JDBC TIME parameter as a java.sql.Time object.
getTime(String) - method in class vortex.sql.vortexResultSet
Retrieve the column value as a time based on column name
Retrieves the value of a JDBC TIME parameter as a java.sql.Time object, using the given Calendar object to construct the time.
getTime(String,Calendar) - method in class vortex.sql.vortexResultSet
Get the value of a column in the current row as a Java time.
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
Get the value of a SQL TIMESTAMP parameter as a java.sql.Timestamp object.
getTimestamp(int) - method in class vortex.sql.vortexResultSet
Get the value of a column in the current row as a Java timestamp.
Gets the value of a JDBC TIMESTAMP parameter as a java.sql.Timestamp object, using the given Calendar object to construct the Timestamp object.
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) - method in class vortex.sql.vortexCallableStatement
Retrieves the value of a JDBC TIMESTAMP parameter as a java.sql.Timestamp object.
getTimestamp(String) - method in class vortex.sql.vortexResultSet
Retrieve the column value as a timestamp based on column name
Retrieves the value of a JDBC TIMESTAMP parameter as a java.sql.Timestamp object, using the given Calendar object to construct the Timestamp object.
getTimestamp(String,Calendar) - method in class vortex.sql.vortexResultSet
Get the value of a column in the current row as a Java timestamp.
getTransactionIsolation() - method in class vortex.sql.vortexConnection
JDBC draft specification method for retrieving 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
Not supported by VORTEXjdbc

Get a description of all the standard SQL types supported by this database.

getTypeMap() - method in class vortex.sql.vortexConnection
Get type map.
JDBC 2.0 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() - 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.vortexCallableStatement
Retrieves the value of the designated JDBC DATALINK parameter as a java.net.URL object.
getURL(int) - method in class vortex.sql.vortexResultSet
Get the value of a column as a URL object.
getURL(String) - method in class vortex.sql.vortexCallableStatement
Retrieves the value of a JDBC DATALINK parameter as a java.net.URL object.
getURL(String) - method in class vortex.sql.vortexResultSet
Get the value of a column as a URL object.
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?
Not supported by VORTEXjdbc

Get a description of a table's columns that are automatically updated when any value in a row is updated.

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.

I

insertRow() - method in class vortex.sql.vortexResultSet
Inserts the contents of the insert row into the result set and the database.
insertsAreDetected(int) - method in class vortex.sql.vortexDbMetaData
JDBC 2.0 Indicates whether or not a visible row insert can be detected by calling ResultSet.rowInserted().
intValue() - method in class vortex.dbNumber
IPC(vortex.dbCursor,String) - method in class vortex.dbChannel
Send VORTEXchannel IPC.
isAfterLast() - method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
isAutoIncrement(int) - method in class vortex.sql.vortexMetaResult
Is the column automatically numbered, thus read-only?
isBeforeFirst() - method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
isCaseSensitive(int) - method in class vortex.sql.vortexMetaResult
Does a column's case matter?
isCatalogAtStart() - method in class vortex.sql.vortexDbMetaData
Does a catalog appear at the start of a qualified table name? (Otherwise it appears at the end)
isClosed() - method in class vortex.dbChannel
Check if connection is closed.
isClosed() - method in class vortex.sql.vortexConnection
Checking the connection status.
isCurrency(int) - method in class vortex.sql.vortexMetaResult
Is the column a cash value?
isDefinitelyWritable(int) - method in class vortex.sql.vortexMetaResult
Will a write on the column definitely succeed?
isFirst() - method in class vortex.sql.vortexResultSet
Indicates whether the cursor is on the first row of the result set.
isLargeObject() - method in class vortex.dbDescriptor
Return true if a Binary (BLOB) or Character (CLOB) Large OBject.
isLast() - method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
isNull(int) - method in class vortex.sql.vortexResultSet
JDBC specification method to determine if a column is null.
isNull(String) - method in class vortex.sql.vortexResultSet
column is NULL?
isNullable(int) - method in class vortex.sql.vortexMetaResult
Determines if the column in question is nullable.
isNullable(int) - method in class vortex.sql.vortexParameterMetaData
Retrieves whether null values are allowed in the designated parameter.
isReadOnly() - method in class vortex.sql.vortexConnection
Checking the read-only status of the connection.
isReadOnly() - method in class vortex.sql.vortexDbMetaData
Is the database in read-only mode?
isReadOnly(int) - method in class vortex.sql.vortexMetaResult
Is a column definitely not writable?
isSearchable(int) - method in class vortex.sql.vortexMetaResult
Can the column be used in a where clause?
isSigned(int) - method in class vortex.sql.vortexMetaResult
Since all VORTEXjdbc integer types are signed, this returns true.
isSigned(int) - method in class vortex.sql.vortexParameterMetaData
Retrieves whether values for the designated parameter can be signed numbers.
isWritable(int) - method in class vortex.sql.vortexMetaResult
Is it possible for a write on the column to succeed?

J

jdbcCompliant() - method in class vortex.sql.vortexDriver
JDBC compliance requires full support for the JDBC API and full support for SQL 92 Entry Level.

L

last() - method in class vortex.sql.vortexResultSet
Moves the cursor to the last row in the result set.
lcur - field in class vortex.sql.vortexStatement
dbCursor object
ldb - field in class vortex.sql.vortexStatement
DBChannel object
length - field in class vortex.dbBlob
Length of the BLOB.
length - field in class vortex.dbDescriptor
Maximum length of output column.
length() - method in class vortex.dbNumber
locatorsUpdateCopy() - method in class vortex.sql.vortexDbMetaData
Indicates whether updates make to a LOB are made on a copy or directly to the LOB.
longValue() - method in class vortex.dbNumber

M

mask(String,int) - method in class vortex.dbChannel
Mask the given string.
moveToCurrentRow() - method in class vortex.sql.vortexResultSet
Moves the cursor to the remembered cursor position, usually the current row.
moveToInsertRow() - method in class vortex.sql.vortexResultSet
Moves the cursor to the insert row.

N

name - field in class vortex.dbDescriptor
Name of the output column.
nativeSQL(String) - method in class vortex.sql.vortexConnection
Converts the given SQL statement into the system's native SQL grammar.
next() - method in class vortex.sql.vortexResultSet
Move to the next row of record, return true if there is one
npa - field in class vortex.sql.vortexPreparedStatement
Number of Parameters
null_string - field in class vortex.dbChannel
nullPlusNonNullIsNull() - method in class vortex.sql.vortexDbMetaData
Are concatenations between NULL and non-NULL values NULL?
nullsAllowed - field in class vortex.dbDescriptor
NULL values allowed in underlying RDBMS column.
nullsAreSortedAtEnd() - method in class vortex.sql.vortexDbMetaData
Are NULL values sorted at the end regardless of sort order?
nullsAreSortedAtStart() - method in class vortex.sql.vortexDbMetaData
Are NULL values sorted at the start regardless of sort order?
nullsAreSortedHigh() - method in class vortex.sql.vortexDbMetaData
Are NULL values sorted high?
nullsAreSortedLow() - method in class vortex.sql.vortexDbMetaData
Are NULL values sorted low?
numberValue() - method in class vortex.dbNumber
numCols() - method in class vortex.sql.vortexRecord
Return number of fields in table
numOutputCols() - method in class vortex.dbCursor
Returns the number of output columns.

O

offset - field in class vortex.dbBlob
Current offset into the BLOB.
othersDeletesAreVisible(int) - method in class vortex.sql.vortexDbMetaData
JDBC 2.0 Indicates whether deletes made by others are visible.
othersInsertsAreVisible(int) - method in class vortex.sql.vortexDbMetaData
JDBC 2.0 Indicates whether inserts made by others are visible.
othersUpdatesAreVisible(int) - method in class vortex.sql.vortexDbMetaData
JDBC 2.0 Indicates whether updates made by others are visible.
ownDeletesAreVisible(int) - method in class vortex.sql.vortexDbMetaData
JDBC 2.0 Indicates whether a result set's own deletes are visible.
ownInsertsAreVisible(int) - method in class vortex.sql.vortexDbMetaData
JDBC 2.0 Indicates whether a result set's own inserts are visible.
ownUpdatesAreVisible(int) - method in class vortex.sql.vortexDbMetaData
JDBC 2.0 Indicates whether a result set's own updates are visible.

P

precision - field in class vortex.dbDescriptor
Precision of a numeric output column.
prepareCall(String) - method in class vortex.sql.vortexConnection
Create a stored procedure call.
prepareCall(String,int,int) - method in class vortex.sql.vortexConnection
Create a stored procedure call.
Creates a CallableStatement object that will generate ResultSet objects with the given type and concurrency.
prepareStatement(String) - method in class vortex.sql.vortexConnection
Create an SQL pre-compiled statement.
prepareStatement(String,int) - method in class vortex.sql.vortexConnection
Creates a default PreparedStatement object that has the capability to retrieve auto-generated keys.
JDBC 2.0 Creates a PreparedStatement object that will generate ResultSet objects with the given type and concurrency.
Creates a PreparedStatement object that will generate ResultSet objects with the given type, concurrency, and holdability.
Creates a default PreparedStatement object capable of returning the auto-generated keys designated by the given array.
Creates a default PreparedStatement object capable of returning the auto-generated keys designated by the given array.
previous() - method in class vortex.sql.vortexResultSet
Moves the cursor to the previous row in the result set.
proxy(String,String) - method in class vortex.dbChannel
Set the SOCKS proxy.
Put (send) BLOB/CLOB data to the RDBMS.
putChars(String) - method in class vortex.dbChannel.dbIOa
putChars(String) - method in class vortex.dbChannel.dbIOe
putChars(String) - method in class vortex.dbChannel.dbIOu
putNull() - method in class vortex.dbChannel.dbIOa
putNull() - method in class vortex.dbChannel.dbIOe
putNull() - method in class vortex.dbChannel.dbIOu

R

rcvString(int) - method in class vortex.dbChannel.dbIOa
rcvString(int) - method in class vortex.dbChannel.dbIOe
rcvString(int) - method in class vortex.dbChannel.dbIOu
rcvStringB(int) - method in class vortex.dbChannel.dbIOa
rcvStringB(int) - method in class vortex.dbChannel.dbIOe
rcvStringB(int) - method in class vortex.dbChannel.dbIOu
record - field in class vortex.sql.vortexStatement
Record object
recordEOF() - method in class vortex.sql.vortexRecord
End of the record
refreshRow() - method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
Before executing a stored procedure call you must explicitly call registerOutParameter to register the java.sql.Type of each out parameter.
Use this version of registerOutParameter for registering Numeric or Decimal out parameters.
JDBC 2.0 Registers the designated output parameter.
Registers the OUT parameter named parameterName to the JDBC type sqlType.
Registers the parameter named parameterName to be of JDBC type sqlType.
Registers the designated output parameter.
relative(int) - method in class vortex.sql.vortexResultSet
Moves the cursor a relative number of rows, either positive or negative.
release() - method in class vortex.dbChannel
Release a connected RDBMS.
releaseSavepoint(Savepoint) - method in class vortex.sql.vortexConnection
Removes the given Savepoint object from the current transaction.
result - field in class vortex.sql.vortexStatement
ResultSet object
rollback() - method in class vortex.sql.vortexConnection
Rollback a transaction.
rollback(boolean) - method in class vortex.dbChannel
Rollback a transaction.
rollback(Savepoint) - method in class vortex.sql.vortexConnection
Undoes all changes made after the given Savepoint object was set.
rowDeleted() - method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
rowInserted() - method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
rowUpdated() - method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.

S

scale - field in class vortex.dbDescriptor
Scale of a numeric output column.
setArray(int,Array) - method in class vortex.sql.vortexPreparedStatement
Sets an Array parameter.
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.
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setAutoClose(boolean) - method in class vortex.sql.vortexConnection
When a Connection is in auto-close mode all its PreparedStatements, CallableStatements, and ResultSets will be closed when a transaction is committed or rolled back.
setAutoCommit(boolean) - method in class vortex.sql.vortexConnection
Setting the auto-commit mode.
Set a parameter to a java.sql.Numeric value.
Set a parameter to a java.sql.Numeric value.
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.
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setBlob(int,Blob) - method in class vortex.sql.vortexPreparedStatement
Sets a BLOB parameter.
Set a parameter to a Java boolean value.
Sets the designated parameter to the given Java boolean value.
setByte(int,byte) - method in class vortex.sql.vortexPreparedStatement
Set a parameter to a Java byte value.
setByte(String,byte) - method in class vortex.sql.vortexCallableStatement
Sets the designated parameter to the given Java byte value.
setBytes(int,x[]) - method in class vortex.sql.vortexPreparedStatement
Set a parameter to a Java array of bytes.
setBytes(String,x[]) - method in class vortex.sql.vortexCallableStatement
Set a parameter to a Java array of bytes.
setCatalog(String) - method in class vortex.sql.vortexConnection
JDBC draft specification method to select a sub-space of the target database.
Sets the designated parameter to the given Reader object, which is the given number of characters long.
Sets the designated parameter to the given Reader object, which is the given number of characters long.
setClob(int,Clob) - method in class vortex.sql.vortexPreparedStatement
Sets a CLOB parameter.
setCursorName(String) - method in class vortex.sql.vortexStatement
setCursorname defines the SQL cursor name that will be used by subsequent Statement execute methods.
Set a parameter to a java.sql.Date value.
Sets the designated parameter to a java.sql.Date value, using the given Calendar object.
Set a parameter to a java.sql.Date value.
Sets the designated parameter to the given java.sql.Date value, using the given Calendar object.
setDouble(int,double) - method in class vortex.sql.vortexPreparedStatement
Set a parameter to a Java double value.
Set a parameter to a Java double value.
setEscapeProcessing(boolean) - method in class vortex.sql.vortexStatement
This does not apply to VORTEXjdbc

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
Gives the driver a hint as to the direction in which the rows in a result set will be processed.
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(int,float) - method in class vortex.sql.vortexPreparedStatement
Set a parameter to a Java float value.
setFloat(String,float) - method in class vortex.sql.vortexCallableStatement
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(int,int) - method in class vortex.sql.vortexPreparedStatement
Set a parameter to a Java int value.
setInt(String,int) - method in class vortex.sql.vortexCallableStatement
Set a parameter to a Java int value.
setLong(int,long) - method in class vortex.sql.vortexPreparedStatement
Set a parameter to a Java long value.
setLong(String,long) - method in class vortex.sql.vortexCallableStatement
Set a parameter to a Java long value.
setMaxFieldSize(int) - method in class vortex.sql.vortexStatement
This does not apply to VORTEXjdbc

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
This does not apply to VORTEXjdbc

The maxRows limit is set to limit the number of rows that any ResultSet can contain.

setNull(int,int) - method in class vortex.sql.vortexPreparedStatement
Set a parameter to SQL NULL.
Sets the designated parameter to SQL NULL.
setNull(String,int) - method in class vortex.sql.vortexCallableStatement
Sets the designated parameter to SQL NULL.
Sets the designated parameter to SQL NULL.
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.
This method is like setObject above, but assumes scale of zero.
Set the value of a parameter using an object; use the java.lang equivalent objects for integral values.
Sets the value of the designated parameter with the given object.
Sets the value of the designated parameter with the given object.
Sets the value of the designated parameter with the given object.
setParam(int,int,boolean,int) - method in class vortex.dbCursor
Set (bind) an BLOB/CLOB length parameter.
setParam(int,int,byte) - method in class vortex.dbCursor
Set (bind) a byte parameter.
Set (bind) a byte parameter.
setParam(int,int,byteValue[]) - method in class vortex.dbCursor
Set (bind) a byte parameter.
Set (bind) a byte parameter.
setParam(int,int,Date) - method in class vortex.dbCursor
Set (bind) a Date parameter.
Set (bind) a Date parameter.
setParam(int,int,double) - method in class vortex.dbCursor
Set (bind) a double parameter.
Set (bind) a double parameter.
setParam(int,int,float) - method in class vortex.dbCursor
Set (bind) a float parameter.
Set (bind) a float parameter.
setParam(int,int,int) - method in class vortex.dbCursor
Set (bind) an integer parameter.
Set (bind) an integer parameter.
setParam(int,int,String) - method in class vortex.dbCursor
Set (bind) a String parameter.
Set (bind) a String parameter.
setParam(int,int,Timestamp) - method in class vortex.dbCursor
Set (bind) a Timestamp parameter.
Set (bind) a dbNumber parameter.
Set (bind) a dbNumber parameter.
Set (bind) a dbParam parameter.
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
Setup the connection in read-only mode.
setRef(int,Ref) - method in class vortex.sql.vortexPreparedStatement
Sets a REF() parameter.
setSavepoint() - method in class vortex.sql.vortexConnection
Creates an unnamed savepoint in the current transaction and returns the new Savepoint object that represents it.
setSavepoint(String) - method in class vortex.sql.vortexConnection
Creates a savepoint with the given name in the current transaction and returns the new Savepoint object that represents it.
setShort(int,short) - method in class vortex.sql.vortexPreparedStatement
Set a parameter to a Java short value.
setShort(String,short) - method in class vortex.sql.vortexCallableStatement
Set a parameter to a Java short value.
setString(int,String) - method in class vortex.sql.vortexPreparedStatement
Set a parameter to a Java String value.
Set a parameter to a Java String value.
Set a parameter to a java.sql.Time value.
Sets the designated parameter to a java.sql.Time value, using the given Calendar object.
Set a parameter to a java.sql.Time value.
Sets the designated parameter to the given java.sql.Time value, using the given Calendar object.
Set a parameter to a java.sql.Timestamp value.
Sets the designated parameter to a java.sql.Timestamp value, using the given Calendar object.
Set a parameter to a java.sql.Timestamp value.
Sets the designated parameter to the given java.sql.Timestamp value, using the given Calendar object.
setTransactionIsolation(int) - method in class vortex.sql.vortexConnection
This method has no meaning to VORTEX since VORTEX support isolation level on a newly opened connection, using TRANSACTION_REPEATABLE_READ only

Note: setTransactionIsolation cannot be called while in the middle of a transaction.

setTypeMap(Map>) - method in class vortex.sql.vortexConnection
Set type map.
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(int,URL) - method in class vortex.sql.vortexPreparedStatement
Sets the designated parameter to the given URL value.
setURL(String,URL) - method in class vortex.sql.vortexCallableStatement
Sets the designated parameter to the given java.net.URL object.
Associate a SQL statement to a dbCursor.
sqlCode - field in class vortex.dbChannel
Last RDBMS error code
sqlCode - field in class vortex.dbException
Database error code

*

sqlMsg - field in class vortex.dbChannel
Last RDBMS error message
sqlMsg - field in class vortex.dbException
Database error message

*

storesLowerCaseIdentifiers() - method in class vortex.sql.vortexDbMetaData
Does the database store mixed case unquoted SQL identifiers in lower case?
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?
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?
Does the database store mixed case quoted SQL identifiers in upper case?
Is "ALTER TABLE" with add column supported?
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?
Is the ANSI92 intermediate SQL grammar supported?
supportsBatchUpdates() - method in class vortex.sql.vortexDbMetaData
JDBC 2.0 Indicates whether the driver supports batch updates.
Can a catalog name be used in a data manipulation statement?
Can a catalog name be used in a index definition statement?
Can a catalog name be used in a privilege definition statement?
Can a catalog name be used in a procedure call statement?
Can a catalog name be used in a table definition statement?
supportsColumnAliasing() - method in class vortex.sql.vortexDbMetaData
Is column aliasing supported?

If so, the SQL AS clause can be used to provide names for computed columns or to provide alias names for columns as required.

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?
Are correlated subqueries supported?
Are both data definition and data manipulation statements within a transaction supported?
Are only data manipulation statements within a transaction supported?
If table correlation names are supported, are they restricted to be different from the names of the tables?
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?
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?
Does the database support mixed case unquoted SQL identifiers?
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?
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?
Can cursors remain open across commits?
Can cursors remain open across rollbacks?
Can statements remain open across commits?
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?
JDBC 2.0 Does the database support the concurrency type in combination with the given result set type?
Retrieves whether this database supports the given result set holdability.
supportsResultSetType(int) - method in class vortex.sql.vortexDbMetaData
JDBC 2.0 Does the database support the given result set type?
supportsSavepoints() - method in class vortex.sql.vortexDbMetaData
Retrieves whether this database supports savepoints.
Can a schema name be used in a data manipulation statement?
Can a schema name be used in an index definition statement?
Can a schema name be used in a privilege definition statement?
Can a schema name be used in a procedure call statement?
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.
supportsStoredProcedures() - method in class vortex.sql.vortexDbMetaData
Are stored procedure calls using the stored procedure escape syntax supported?
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?
Are subqueries in quantified expressions supported?
Are table correlation names supported?
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?

T

toString() - method in class vortex.dbBlob
toString() - method in class vortex.dbDescriptor
toString() - method in class vortex.dbException
toString() - method in class vortex.dbNumber
trailDD() - method in class vortex.dbChannel.dbIOa
trailDD() - method in class vortex.dbChannel.dbIOe
trailDD() - method in class vortex.dbChannel.dbIOu
type - field in class vortex.dbDescriptor
Data type of output column.

U

updateArray(int,Array) - method in class vortex.sql.vortexResultSet
Updates a column with an array value.
updateArray(String,Array) - method in class vortex.sql.vortexResultSet
Updates a column with an array value.
Updates a column with an ascii stream value.
Updates a column with an ascii stream value.
Updates a column with a BigDecimal value.
Updates a column with a BigDecimal value.
Updates a column with a binary stream value.
Updates a column with a binary stream value.
updateBlob(int,Blob) - method in class vortex.sql.vortexResultSet
Updates a column with a blob value.
updateBlob(String,Blob) - method in class vortex.sql.vortexResultSet
Updates a column with a Blob value.
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.
Updates a column with a character stream value.
Updates a column with a character stream value.
updateClob(int,Clob) - method in class vortex.sql.vortexResultSet
Updates a column with a clob value.
updateClob(String,Clob) - method in class vortex.sql.vortexResultSet
Updates a column with a Clob value.
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.
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) - method in class vortex.sql.vortexResultSet
Updates a column with an Object value.
updateObject(int,Object,int) - 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.
Updates a column with an Object value.
updateRef(int,Ref) - method in class vortex.sql.vortexResultSet
Updates a column with a Ref value.
updateRef(String,Ref) - method in class vortex.sql.vortexResultSet
Updates a column with a Ref value.
updateRow() - method in class vortex.sql.vortexResultSet
Updates the underlying database with the new contents of the current row.
updatesAreDetected(int) - method in class vortex.sql.vortexDbMetaData
JDBC 2.0 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.
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.
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?

V

version - field in class vortex.dbChannel
Version string for included Trifox components
vortex - package
vortex.sql - package
CallableStatement is used to execute SQL stored procedures.
Constructs a new JDBC connection object for the VORTEX Channel
vortexDriver - class vortex.sql.vortexDriver
vortexDriver() - constructor for class vortex.sql.vortexDriver
Constructs a new driver and registers it with java.sql.DriverManager.registerDriver()
This class provides the implementation of the JDBC ResultSetMetaData interface.
Constructs a new instance of the vortexMetaResult class
A ParameterMetaData object is used to get information about the type and properties of the parameters in a PreparedStatement object.
A SQL statement is pre-compiled and stored in a PreparedStatement object.
vortexPreparedStatement() - constructor for class vortex.sql.vortexPreparedStatement
vortexRecord - class vortex.sql.vortexRecord
Object containing the results of a select query.
Constructor - Accepts Db Channel and Db Cursor as arguments
vortexResultSet - class vortex.sql.vortexResultSet
This class implements the ResultSet for JDBC interface The class is designed to hold the results of database queries.
Constructs a new result set object
vortexStatement - class vortex.sql.vortexStatement
A Statement object is used for executing a static SQL statement and obtaining the results produced by it.
vortexStatement() - constructor for class vortex.sql.vortexStatement

W

wasNull() - method in class vortex.sql.vortexCallableStatement
An OUT parameter may have the value of SQL NULL; wasNull reports whether the last value read has this special value.
wasNull() - method in class vortex.sql.vortexResultSet
JDBC specification method to determine if the last column read was null.