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.dbIOe
 
byteLen(String) - Method in class vortex.dbChannel.dbIOa
 
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.vortexStatement
After this call getWarnings returns null until a new warning is reported for this Statement.
clearWarnings() - Method in class vortex.sql.vortexResultSet
Clear the warning chain.
close() - Method in class vortex.sql.vortexConnection
Close the database connection.
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() - Method in class vortex.sql.vortexResultSet
Close a result set.
close(dbCursor, boolean) - Method in class vortex.dbChannel
Close a dbCursor.
cName - Variable in class vortex.sql.vortexStatement
Cursor' name
cnl - Variable 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
Command(dbCursor, int, String) - Method in class vortex.dbChannel
Send VORTEXchannel command.
commit() - Method in class vortex.sql.vortexConnection
Commit a transaction.
commit(boolean) - Method in class vortex.dbChannel
Commit a transaction.
conn - Variable in class vortex.sql.vortexStatement
Connection object
connect(String, int, String, String, String) - Method in class vortex.dbChannel
Connect to a remote RDBMS.
connect(String, int, String, String, String, Properties) - Method in class vortex.dbChannel
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 - Variable in class vortex.dbBlob
The BLOB data.
dataDefinitionCausesTransactionCommit() - Method in class vortex.sql.vortexDbMetaData
Does a data definition statement within a transaction force the transaction to commit?
dataDefinitionIgnoredInTransactions() - Method in class vortex.sql.vortexDbMetaData
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, byte[]) - Constructor for class vortex.dbBlob
 
dbBlob(String) - Constructor for class vortex.dbBlob
 
dbChannel - class vortex.dbChannel.
This is the main VORTEXjava class.
dbChannel.dbIOa - class vortex.dbChannel.dbIOa.
 
dbChannel.dbIOe - class vortex.dbChannel.dbIOe.
 
dbChannel.dbIOu - class vortex.dbChannel.dbIOu.
 
dbChannel(int, int, int, int) - Constructor for class vortex.dbChannel
Allocate and initialize a dbChannel.
dbCursor - class vortex.dbCursor.
Logical RDBMS cursor object.
dbCursor(dbChannel) - Constructor for class vortex.dbCursor
Allocate and initialize a standard (no blobs) dbCursor.
dbCursor(dbChannel, boolean) - Constructor for class vortex.dbCursor
Allocate and initialize a dbCursor that may involve blobs.
dbCursor(dbChannel, boolean, boolean, boolean) - Constructor for class vortex.dbCursor
Allocate and initialize a dbCursor that may involve blobs or positioned updates or be scrollable.
dbDescriptor - class vortex.dbDescriptor.
RDBMS data descriptors.
dbDescriptor() - Constructor for class vortex.dbDescriptor
 
dbException - exception vortex.dbException.
All RDBMS errors will throw this exception.
dbID - Variable 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[]) - Constructor for class vortex.dbParam
 
dbParam(byte[], int, String) - 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(dbNumber) - Constructor for class vortex.dbParam
 
dbParam(dbNumber, 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
 
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(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 - Variable in class vortex.dbDescriptor
Original database data type.
dto - Variable 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(dbCursor) - Method in class vortex.dbChannel
Execute a non-SELECT dbCursor.
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.
executeBatch() - Method in class vortex.sql.vortexStatement
Not supported by VORTEXjdbc.
executeIO(dbCursor) - Method in class vortex.dbChannel
Execute a stored procedure dbCursor.
executePX(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.vortexPreparedStatement
Execute a SQL INSERT, UPDATE or DELETE statement.
executeUpdate() - Method in class vortex.sql.vortexCallableStatement
Execute a stored procedure.
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(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.vortexStatement
 
finalize() - Method in class vortex.sql.vortexResultSet
 
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 - Variable in class vortex.dbDescriptor
Flag
floatValue() - Method in class vortex.dbNumber
 

G

getArray(int) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
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(String) - 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.
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) - 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) - 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, int) - Method in class vortex.sql.vortexResultSet
Get the value of a column in the current row as a Java BigDecimal.
getBigDecimal(int, int) - Method in class vortex.sql.vortexCallableStatement
Get the value of a NUMERIC parameter as a java.sql.Numeric object.
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) - 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, 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(dbCursor, int, int) - Method in class vortex.dbChannel
Get (receive) BLOB/CLOB data from the RDBMS.
getBlob(int) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
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(String) - 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.
getBoolean(int) - Method in class vortex.sql.vortexResultSet
Get the value of a column in the current row as a Java boolean.
getBoolean(int) - Method in class vortex.sql.vortexCallableStatement
Get the value of a BIT parameter as a Java boolean.
getBoolean(String) - Method in class vortex.sql.vortexResultSet
Retrieve the column value as a boolean based on column name
getBoolean(String) - Method in class vortex.sql.vortexCallableStatement
Retrieves the value of a JDBC BIT parameter as a boolean in the Java programming language.
getByte(dbCursor) - Method in class vortex.dbChannel
Get the next column as a byte array.
getByte(int) - Method in class vortex.sql.vortexResultSet
Get the value of a column in the current row as a Java byte.
getByte(int) - Method in class vortex.sql.vortexCallableStatement
Get the value of a TINYINT parameter 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.
getByte(String) - Method in class vortex.sql.vortexCallableStatement
Retrieves the value of a JDBC TINYINT parameter as a byte in the Java programming language.
getBytes(int) - Method in class vortex.sql.vortexResultSet
Get the value of a column in the current row as a Java 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(String) - Method in class vortex.sql.vortexResultSet
Retrieve the column value as a byte array based on column name
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.
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
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.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(String) - 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.
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
Supported for Oracle, Rdb, Sybase, SQL Server, Informix, and Genesis
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.
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
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.
getDataLen(dbParam) - Method in class vortex.dbChannel.dbIOe
 
getDataLen(dbParam) - Method in class vortex.dbChannel.dbIOa
 
getDataLen(dbParam) - Method in class vortex.dbChannel.dbIOu
 
getDate(dbCursor) - Method in class vortex.dbChannel
Get the next column as a Date.
getDate(int) - Method in class vortex.sql.vortexResultSet
Get the value of a column in the current row as a Java date.
getDate(int) - Method in class vortex.sql.vortexCallableStatement
Get the value of a SQL DATE parameter as a java.sql.Date object
getDate(int, Calendar) - 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(String) - Method in class vortex.sql.vortexResultSet
Retrieve the column value as a date based on column name
getDate(String) - Method in class vortex.sql.vortexCallableStatement
Retrieves the value of a JDBC DATE parameter as a java.sql.Date object.
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, Calendar) - Method in class vortex.sql.vortexCallableStatement
Retrieves the value of a JDBC DATE parameter as a java.sql.Date object, using the given Calendar object to construct the 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
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.vortexResultSet
Get the value of a column in the current row as a Java double.
getDouble(int) - Method in class vortex.sql.vortexCallableStatement
Get the value of a DOUBLE parameter as a Java double.
getDouble(String) - Method in class vortex.sql.vortexResultSet
Retrieve the column value as a double based on column name
getDouble(String) - Method in class vortex.sql.vortexCallableStatement
Retrieves the value of a JDBC DOUBLE parameter as a double in the Java programming language.
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.vortexStatement
Retrieves the direction for fetching rows from database tables that is the default for result sets generated from this Statement object.
getFetchDirection() - Method in class vortex.sql.vortexResultSet
Returns the fetch direction 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.
getFetchSize() - Method in class vortex.sql.vortexResultSet
Returns the fetch size for this result set.
getFloat(int) - Method in class vortex.sql.vortexResultSet
Get the value of a column in the current row as a Java float.
getFloat(int) - Method in class vortex.sql.vortexCallableStatement
Get the value of a FLOAT parameter as a Java float.
getFloat(String) - Method in class vortex.sql.vortexResultSet
Retrieve the column value as a float based on column name
getFloat(String) - Method in class vortex.sql.vortexCallableStatement
Retrieves the value of a JDBC FLOAT parameter as a float in the Java programming language.
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.
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
Supported for GENESIS
getInt(int) - Method in class vortex.sql.vortexResultSet
Get the value of a column in the current row as a Java int.
getInt(int) - Method in class vortex.sql.vortexCallableStatement
Get the value of a INTEGER parameter as a Java int.
getInt(String) - Method in class vortex.sql.vortexResultSet
Retreive the column value as a int based on column name
getInt(String) - Method in class vortex.sql.vortexCallableStatement
Retrieves the value of a JDBC INTEGER parameter as an int in the Java programming language.
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.vortexResultSet
Get the value of a column in the current row as a Java long.
getLong(int) - Method in class vortex.sql.vortexCallableStatement
Get the value of a BIGINT parameter as a Java long.
getLong(String) - Method in class vortex.sql.vortexResultSet
Retrieve the column value as a long based on column name
getLong(String) - Method in class vortex.sql.vortexCallableStatement
Retrieves the value of a JDBC BIGINT parameter as a long in the Java programming language.
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
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
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(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.vortexResultSet
Get the value of a column in the current row as a Java Object.
getObject(int) - Method in class vortex.sql.vortexCallableStatement
Get the value of a parameter 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.vortexResultSet
Not supported by VORTEXjdbc.
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(String) - Method in class vortex.sql.vortexResultSet
Same as above, except returning the default SQL type
getObject(String) - Method in class vortex.sql.vortexCallableStatement
Retrieves the value of a parameter as an Object in the Java programming language.
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.vortexResultSet
Returns the value of a column in the current row as a Java object.
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.
getParameterMetaData() - Method in class vortex.sql.vortexPreparedStatement
Retrieves the number, types and properties of this PreparedStatement's parameters.
getPrecision(int) - Method in class vortex.sql.vortexMetaResult
Returning the precision
getPrimaryKeys(String, String, String) - Method in class vortex.sql.vortexDbMetaData
Supported for Genesis
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.
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.vortexResultSet
Not supported by VORTEXjdbc.
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(String) - 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.
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
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
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.vortexResultSet
Get the value of a column in the current row as a Java short.
getShort(int) - Method in class vortex.sql.vortexCallableStatement
Get the value of a SMALLINT parameter as a Java short.
getShort(String) - Method in class vortex.sql.vortexResultSet
Retrieve the column value as a short based on column name
getShort(String) - Method in class vortex.sql.vortexCallableStatement
Retrieves the value of a JDBC SMALLINT parameter as a short in the Java programming language.
getSkip(dbCursor, int, boolean) - Method in class vortex.dbChannel
Skip (pass over) columns.
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(dbCursor) - Method in class vortex.dbChannel
Get the next column as a string.
getString(int) - Method in class vortex.sql.vortexResultSet
Get the value of a column in the current row as a Java string.
getString(int) - Method in class vortex.sql.vortexCallableStatement
Get the value of a CHAR, VARCHAR, or LONGVARCHAR parameter 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.
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.
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
Gives the name of the table to which this column belongs.
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
Supported for Oracle, Rdb, Sybase, SQL Server, Informix, and Genesis
getTableTypes() - Method in class vortex.sql.vortexDbMetaData
Supported for Oracle, Rdb, Sybase, SQL Server, Informix, and Genesis
getTime(int) - Method in class vortex.sql.vortexResultSet
Get the value of a column in the current row as a Java time.
getTime(int) - Method in class vortex.sql.vortexCallableStatement
Get the value of a SQL TIME parameter as a java.sql.Time object.
getTime(int, Calendar) - 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(String) - Method in class vortex.sql.vortexResultSet
Retrieve the column value as a time based on column name
getTime(String) - Method in class vortex.sql.vortexCallableStatement
Retrieves the value of a JDBC TIME parameter as a java.sql.Time object.
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, Calendar) - Method in class vortex.sql.vortexCallableStatement
Retrieves the value of a JDBC TIME parameter as a java.sql.Time object, using the given Calendar object to construct the 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.vortexResultSet
Get the value of a column in the current row as a Java timestamp.
getTimestamp(int) - Method in class vortex.sql.vortexCallableStatement
Get the value of a SQL TIMESTAMP parameter as a java.sql.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(int, Calendar) - Method in class vortex.sql.vortexCallableStatement
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(String) - Method in class vortex.sql.vortexResultSet
Retrieve the column value as a timestamp based on column name
getTimestamp(String) - Method in class vortex.sql.vortexCallableStatement
Retrieves the value of a JDBC TIMESTAMP parameter as a java.sql.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.
getTimestamp(String, Calendar) - Method in class vortex.sql.vortexCallableStatement
Retrieves the value of a JDBC TIMESTAMP parameter as a java.sql.Timestamp object, using the given Calendar object to construct the Timestamp object.
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
getTypeMap() - Method in class vortex.sql.vortexConnection
Get type map.
getUDTs(String, String, String, int[]) - Method in class vortex.sql.vortexDbMetaData
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.vortexDbMetaData
What's the url for this database?
getURL() - Method in class vortex.sql.vortexConnection
Gives the URL used to connect to the database.
getURL(int) - Method in class vortex.sql.vortexResultSet
Get the value of a column as a URL object.
getURL(int) - Method in class vortex.sql.vortexCallableStatement
Retrieves the value of the designated 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.
getURL(String) - Method in class vortex.sql.vortexCallableStatement
Retrieves the value of a JDBC DATALINK parameter as a java.net.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?
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.vortexStatement
The first warning reported by calls on this Statement is returned.
getWarnings() - Method in class vortex.sql.vortexResultSet
Return warning message
grabString(byte[], int, int) - Method in class vortex.dbChannel.dbIOe
 
grabString(byte[], int, int) - Method in class vortex.dbChannel.dbIOa
 
grabString(byte[], int, int) - Method in class vortex.dbChannel.dbIOu
 

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
 
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.
isReadOnly() - Method in class vortex.sql.vortexDbMetaData
Is the database in read-only mode?
isReadOnly() - Method in class vortex.sql.vortexConnection
Checking the read-only status of the connection.
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.
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 - Variable in class vortex.sql.vortexStatement
dbCursor object
ldb - Variable in class vortex.sql.vortexStatement
DBChannel object
length - Variable in class vortex.dbBlob
Length of the BLOB.
length - Variable 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

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 - Variable 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 - Variable in class vortex.sql.vortexPreparedStatement
Number of Parameters
null_string - Variable in class vortex.dbChannel
 
nullPlusNonNullIsNull() - Method in class vortex.sql.vortexDbMetaData
Are concatenations between NULL and non-NULL values NULL?
nullsAllowed - Variable 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 - Variable 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 - Variable 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.
prepareCall(String, int, int, int) - Method in class vortex.sql.vortexConnection
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.
prepareStatement(String, int[]) - Method in class vortex.sql.vortexConnection
Creates a default PreparedStatement object capable of returning the auto-generated keys designated by the given array.
prepareStatement(String, int, int) - Method in class vortex.sql.vortexConnection
JDBC 2.0 Creates a PreparedStatement object that will generate ResultSet objects with the given type and concurrency.
prepareStatement(String, int, int, int) - Method in class vortex.sql.vortexConnection
Creates a PreparedStatement object that will generate ResultSet objects with the given type, concurrency, and holdability.
prepareStatement(String, String[]) - Method in class vortex.sql.vortexConnection
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.
putBlob(dbCursor, int, dbBlob) - Method in class vortex.dbChannel
Put (send) BLOB/CLOB data to the RDBMS.
putChars(String) - Method in class vortex.dbChannel.dbIOe
 
putChars(String) - Method in class vortex.dbChannel.dbIOa
 
putChars(String) - Method in class vortex.dbChannel.dbIOu
 
putNull() - Method in class vortex.dbChannel.dbIOe
 
putNull() - Method in class vortex.dbChannel.dbIOa
 
putNull() - Method in class vortex.dbChannel.dbIOu
 

R

rcvString(int) - Method in class vortex.dbChannel.dbIOe
 
rcvString(int) - Method in class vortex.dbChannel.dbIOa
 
rcvString(int) - Method in class vortex.dbChannel.dbIOu
 
rcvStringB(int) - Method in class vortex.dbChannel.dbIOe
 
rcvStringB(int) - Method in class vortex.dbChannel.dbIOa
 
rcvStringB(int) - Method in class vortex.dbChannel.dbIOu
 
record - Variable 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.
registerOutParameter(int, int) - Method in class vortex.sql.vortexCallableStatement
Before executing a stored procedure call you must explicitly call registerOutParameter to register the java.sql.Type of each out parameter.
registerOutParameter(int, int, int) - Method in class vortex.sql.vortexCallableStatement
Use this version of registerOutParameter for registering Numeric or Decimal out parameters.
registerOutParameter(int, int, String) - Method in class vortex.sql.vortexCallableStatement
JDBC 2.0 Registers the designated output parameter.
registerOutParameter(String, int) - Method in class vortex.sql.vortexCallableStatement
Registers the OUT parameter named parameterName to the JDBC type sqlType.
registerOutParameter(String, int, int) - Method in class vortex.sql.vortexCallableStatement
Registers the parameter named parameterName to be of JDBC type sqlType.
registerOutParameter(String, int, String) - Method in class vortex.sql.vortexCallableStatement
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 - Variable 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 - Variable in class vortex.dbDescriptor
Scale of a numeric output column.
setArray(int, Array) - Method in class vortex.sql.vortexPreparedStatement
Sets an Array parameter.
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(String, InputStream, int) - Method in class vortex.sql.vortexCallableStatement
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.
setBigDecimal(int, BigDecimal) - Method in class vortex.sql.vortexPreparedStatement
Set a parameter to a java.sql.Numeric value.
setBigDecimal(String, BigDecimal) - Method in class vortex.sql.vortexCallableStatement
Set a parameter to a java.sql.Numeric value.
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(String, InputStream, int) - Method in class vortex.sql.vortexCallableStatement
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.
setBoolean(int, boolean) - Method in class vortex.sql.vortexPreparedStatement
Set a parameter to a Java boolean value.
setBoolean(String, boolean) - Method in class vortex.sql.vortexCallableStatement
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, byte[]) - Method in class vortex.sql.vortexPreparedStatement
Set a parameter to a Java array of bytes.
setBytes(String, byte[]) - 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.
setCharacterStream(int, Reader, int) - Method in class vortex.sql.vortexPreparedStatement
Sets the designated parameter to the given Reader object, which is the given number of characters long.
setCharacterStream(String, Reader, int) - Method in class vortex.sql.vortexCallableStatement
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.
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
Sets the designated parameter to a java.sql.Date value, using the given Calendar object.
setDate(String, Date) - Method in class vortex.sql.vortexCallableStatement
Set a parameter to a java.sql.Date value.
setDate(String, Date, Calendar) - Method in class vortex.sql.vortexCallableStatement
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.
setDouble(String, double) - Method in class vortex.sql.vortexCallableStatement
Set a parameter to a Java double value.
setEscapeProcessing(boolean) - Method in class vortex.sql.vortexStatement
This does not apply to 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.
setFetchDirection(int) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
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.
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.
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
setMaxRows(int) - Method in class vortex.sql.vortexStatement