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
Not supported by VORTEXjdbc.
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.
allTablesAreSelectable() - Method in class vortex.sql.vortexDbMetaData
Not supported by VORTEXjdbc.
autoCommitFailureClosesAllResultSets() - Method in class vortex.sql.vortexDbMetaData
Returns whether a SQLException while autoCommit is true incicates that all open ResultSets are closed, even ones that are holdable.

B

beforeFirst() - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.

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(dbCursor, boolean) - Method in class vortex.dbChannel
Close a dbCursor.
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.
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(boolean) - Method in class vortex.dbChannel
Commit a transaction.
commit() - Method in class vortex.sql.vortexConnection
Commit a transaction.
connect(String, int, String, String, String, Properties) - Method in class vortex.dbChannel
Connect to a remote RDBMS.
connect(String, int, String, String, String) - 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.
createArrayOf(String, Object[]) - Method in class vortex.sql.vortexConnection
Not supported by VORTEXjdbc.
createBlob() - Method in class vortex.sql.vortexConnection
Not supported by VORTEXjdbc.
createClob() - Method in class vortex.sql.vortexConnection
Not supported by VORTEXjdbc.
createNClob() - Method in class vortex.sql.vortexConnection
Not supported by VORTEXjdbc.
createSQLXML() - Method in class vortex.sql.vortexConnection
Not supported by VORTEXjdbc.
createStatement() - Method in class vortex.sql.vortexConnection
Create a SQL statement object.
createStatement(int, int) - Method in class vortex.sql.vortexConnection
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.
createStruct(String, Object[]) - Method in class vortex.sql.vortexConnection
Not supported by VORTEXjdbc.

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 in vortex
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 in vortex
This is the main VORTEXjava class.
dbChannel(int, int, int, int) - Constructor for class vortex.dbChannel
Allocate and initialize a dbChannel.
dbCursor - Class in vortex
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 in vortex
RDBMS data descriptors.
dbDescriptor() - Constructor for class vortex.dbDescriptor
 
dbException - Exception in vortex
All RDBMS errors will throw this exception.
dbID - Variable in class vortex.dbChannel
Unique RDBMS identifier.
dbNumber - Class in vortex
Internal network independent numeric object.
dbParam - Class in vortex
RDBMS parameter holding object.
dbParam(byte[]) - Constructor for class vortex.dbParam
 
dbParam(byte[], int, String) - Constructor for class vortex.dbParam
 
dbParam(byte) - Constructor for class vortex.dbParam
 
dbParam(byte, int, String) - Constructor for class vortex.dbParam
 
dbParam(short) - Constructor for class vortex.dbParam
 
dbParam(short, int, String) - Constructor for class vortex.dbParam
 
dbParam(int) - Constructor for class vortex.dbParam
 
dbParam(int, 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(dbNumber) - Constructor for class vortex.dbParam
 
dbParam(dbNumber, int, String) - Constructor for class vortex.dbParam
 
dbParam(long) - Constructor for class vortex.dbParam
 
dbParam(long, int, String) - Constructor for class vortex.dbParam
 
dbParam(float) - Constructor for class vortex.dbParam
 
dbParam(float, int, String) - Constructor for class vortex.dbParam
 
dbParam(Date) - Constructor for class vortex.dbParam
 
dbParam(Date, int, String) - Constructor for class vortex.dbParam
 
dbParam(Timestamp) - Constructor for class vortex.dbParam
 
dbParam(Timestamp, int, String) - Constructor for class vortex.dbParam
 
dbParam(boolean, int) - 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
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(dbCursor) - Method in class vortex.dbChannel
Execute a non-SELECT dbCursor.
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
Not supported by VORTEXjdbc.
execute(String, int[]) - Method in class vortex.sql.vortexStatement
Not supported by VORTEXjdbc.
execute(String, String[]) - Method in class vortex.sql.vortexStatement
Not supported by VORTEXjdbc.
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.vortexCallableStatement
Not supported by VORTEXjdbc.
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, String[]) - Method in class vortex.sql.vortexStatement
Not supported by VORTEXjdbc.
executeUpdate(String, int[]) - Method in class vortex.sql.vortexStatement
Not supported by VORTEXjdbc.
executeUpdate(String, int) - Method in class vortex.sql.vortexStatement
Not supported by VORTEXjdbc.

F

fetch(dbCursor) - Method in class vortex.dbChannel
Open and fetch from a SELECT dbCursor.
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.
findVortexPropFile() - Static method in class vortex.dbChannel
 
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.vortexCallableStatement
Not supported by VORTEXjdbc.
getArray(String) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getArray(int) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
getArray(String) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
getAsciiStream(int) - Method in class vortex.sql.vortexResultSet
Get the value of a column in the current row as a Java AsciiStream.
getAsciiStream(String) - Method in class vortex.sql.vortexResultSet
Very large ascii values in a LONGVARCHAR column can be read in small chunks from a java.io.InputStream.
getAttributes(String, String, String, String) - Method in class vortex.sql.vortexDbMetaData
Retrieves a description of the given attribute of the given type for a user-defined type (UDT) that is available in the given schema and catalog.
getAutoClose() - Method in class vortex.sql.vortexConnection
Get the current auto-close state.
getAutoCommit() - Method in class vortex.sql.vortexConnection
Getting auto-commit mode.
getBestRowIdentifier(String, String, String, int, boolean) - Method in class vortex.sql.vortexDbMetaData
Not supported by VORTEXjdbc.
getBigDecimal(int, int) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getBigDecimal(int) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getBigDecimal(String) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getBigDecimal(int, int) - Method in class vortex.sql.vortexResultSet
Get the value of a column in the current row as a Java BigDecimal.
getBigDecimal(String, int) - Method in class vortex.sql.vortexResultSet
Retrieve the column value as a numeric based on column name
getBigDecimal(int) - Method in class vortex.sql.vortexResultSet
Gets the value of a column in the current row as a java.math.BigDecimal object with full precision.
getBigDecimal(String) - Method in class vortex.sql.vortexResultSet
Gets the value of a column in the current row as a java.math.BigDecimal object with full precision.
getBinaryStream(int) - Method in class vortex.sql.vortexResultSet
Get the value of a column in the current row as a Java BinaryStream.
getBinaryStream(String) - Method in class vortex.sql.vortexResultSet
Very large binary values in a LONGVARBINARY column can be read in small chunks from a java.io.InputStream.
getBlob(dbCursor, int, int) - Method in class vortex.dbChannel
Get (receive) BLOB/CLOB data from the RDBMS.
getBlob(int) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getBlob(String) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getBlob(int) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
getBlob(String) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
getBoolean(int) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getBoolean(String) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getBoolean(int) - Method in class vortex.sql.vortexResultSet
Get the value of a column in the current row as a Java boolean.
getBoolean(String) - Method in class vortex.sql.vortexResultSet
Retrieve the column value as a boolean based on column name
getByte(dbCursor) - Method in class vortex.dbChannel
Get the next column as a byte array.
getByte(int) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getByte(String) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getByte(int) - Method in class vortex.sql.vortexResultSet
Get the value of a column in the current row as a Java byte.
getByte(String) - Method in class vortex.sql.vortexResultSet
Get the value of a column in the current row as a Java byte.
getBytes(int) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getBytes(String) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getBytes(int) - Method in class vortex.sql.vortexResultSet
Get the value of a column in the current row as a Java byte array.
getBytes(String) - Method in class vortex.sql.vortexResultSet
Retrieve the column value as a byte array based on column name
getCatalog() - Method in class vortex.sql.vortexConnection
Return the catalog.
getCatalogName(int) - Method in class vortex.sql.vortexMetaResult
Not supported by VORTEXjdbc.
getCatalogs() - Method in class vortex.sql.vortexDbMetaData
Get the catalog names available in this database.
getCatalogSeparator() - Method in class vortex.sql.vortexDbMetaData
What's the separator between catalog and table name?
getCatalogTerm() - Method in class vortex.sql.vortexDbMetaData
What's the database vendor's preferred term for "catalog"?
getCharacterStream(int) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getCharacterStream(String) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getCharacterStream(int) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
getCharacterStream(String) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
getClientInfo(String) - Method in class vortex.sql.vortexConnection
Not supported by VORTEXjdbc.
getClientInfo() - Method in class vortex.sql.vortexConnection
Not supported by VORTEXjdbc.
getClientInfoProperties() - Method in class vortex.sql.vortexDbMetaData
Not supported by VORTEXjdbc.
getClob(int) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getClob(String) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getClob(int) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
getClob(String) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
getColDesc(int) - Method in class vortex.dbCursor
Returns the dbDescriptor for an output columns.
getColumnClassName(int) - Method in class vortex.sql.vortexMetaResult
Not supported by VORTEXjdbc.
getColumnCount() - Method in class vortex.sql.vortexMetaResult
Returns the number of columns in this result set.
getColumnDisplaySize(int) - Method in class vortex.sql.vortexMetaResult
Gives the display size for this column.
getColumnLabel(int) - Method in class vortex.sql.vortexMetaResult
This returns column_name.
getColumnName(int) - Method in class vortex.sql.vortexMetaResult
The name of the requested column.
getColumnPrivileges(String, String, String, String) - Method in class vortex.sql.vortexDbMetaData
Not supported by VORTEXjdbc.
getColumns(String, String, String, String) - Method in class vortex.sql.vortexDbMetaData
Get a description of table columns available in a catalog.
getColumnType(int) - Method in class vortex.sql.vortexMetaResult
Gives the column type using the types in java.sql.Types.
getColumnTypeName(int) - Method in class vortex.sql.vortexMetaResult
Gives the column type as a string.
getConcurrency() - Method in class vortex.sql.vortexResultSet
Returns the concurrency mode of this result set.
getConnection() - Method in class vortex.sql.vortexDbMetaData
Retrieves the connection that produced this metadata object.
getConnection() - Method in class vortex.sql.vortexStatement
Returns the Connection object that produced this Statement object.
getCrossReference(String, String, String, String, String, String) - Method in class vortex.sql.vortexDbMetaData
Not supported by VORTEXjdbc.
getCurrentRow() - Method in class vortex.sql.vortexRecord
Return the current record from the table
getCursorName() - Method in class vortex.sql.vortexResultSet
Return a cursor name
getCursorName() - Method in class vortex.sql.vortexStatement
 
getDatabaseMajorVersion() - Method in class vortex.sql.vortexDbMetaData
Retrieves the major database version number.
getDatabaseMinorVersion() - Method in class vortex.sql.vortexDbMetaData
Retrieves the minor database version number.
getDatabaseProductName() - Method in class vortex.sql.vortexDbMetaData
What's the name of this database product?
getDatabaseProductVersion() - Method in class vortex.sql.vortexDbMetaData
What's the version of this database product? Only supported on Oracle, Sybase, SQLServer, and Informix.
getDate(dbCursor) - Method in class vortex.dbChannel
Get the next column as a Date.
getDate(int) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getDate(int, Calendar) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getDate(String) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getDate(String, Calendar) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getDate(int) - Method in class vortex.sql.vortexResultSet
Get the value of a column in the current row as a Java date.
getDate(int, Calendar) - Method in class vortex.sql.vortexResultSet
Get the value of a column in the current row as a Java date.
getDate(String, Calendar) - Method in class vortex.sql.vortexResultSet
Get the value of a column in the current row as a Java date.
getDate(String) - Method in class vortex.sql.vortexResultSet
Retrieve the column value as a date based on column name
getDbChannel() - Method in class vortex.sql.vortexRecord
Return VORTEX dbChannel for this record
getDbcur() - Method in class vortex.dbCursor
Returns the actual dbcursor number.
getDbCursor() - Method in class vortex.sql.vortexRecord
Return VORTEX dbCursor for this record
getDbDescriptor(int) - Method in class vortex.sql.vortexRecord
Return VORTEX dbDescriptor for this column
getDefaultTransactionIsolation() - Method in class vortex.sql.vortexDbMetaData
What's the database's default transaction isolation level? The values are defined in java.sql.Connection.
getDid() - Method in class vortex.sql.vortexRecord
Get DID
getDouble(int) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getDouble(String) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getDouble(int) - Method in class vortex.sql.vortexResultSet
Get the value of a column in the current row as a Java double.
getDouble(String) - Method in class vortex.sql.vortexResultSet
Retrieve the column value as a double based on column name
getDriverMajorVersion() - Method in class vortex.sql.vortexDbMetaData
What's this JDBC driver's major version number?
getDriverMinorVersion() - Method in class vortex.sql.vortexDbMetaData
What's this JDBC driver's minor version number?
getDriverName() - Method in class vortex.sql.vortexDbMetaData
What's the name of this JDBC driver?
getDriverVersion() - Method in class vortex.sql.vortexDbMetaData
What's the version of this JDBC driver?
getExportedKeys(String, String, String) - Method in class vortex.sql.vortexDbMetaData
Not supported by VORTEXjdbc.
getExtraNameCharacters() - Method in class vortex.sql.vortexDbMetaData
Get all the "extra" characters that can be used in unquoted identifier names (those beyond a-z, 0-9 and _).
getFetchDirection() - Method in class vortex.sql.vortexResultSet
Returns the fetch direction for this result set.
getFetchDirection() - Method in class vortex.sql.vortexStatement
Retrieves the direction for fetching rows from database tables that is the default for result sets generated from this Statement object.
getFetchSize() - Method in class vortex.sql.vortexResultSet
Returns the fetch size for this result set.
getFetchSize() - Method in class vortex.sql.vortexStatement
Retrieves the number of result set rows that is the default fetch size for result sets generated from this Statement object.
getFloat(int) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getFloat(String) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getFloat(int) - Method in class vortex.sql.vortexResultSet
Get the value of a column in the current row as a Java float.
getFloat(String) - Method in class vortex.sql.vortexResultSet
Retrieve the column value as a float based on column name
getFunctionColumns(String, String, String, String) - Method in class vortex.sql.vortexDbMetaData
Not supported by VORTEXjdbc.
getFunctions(String, String, String) - Method in class vortex.sql.vortexDbMetaData
Retrieves a description of the system and user functions available in the given catalog.
getGeneratedKeys() - Method in class vortex.sql.vortexStatement
Not supported by VORTEXjdbc.
getHoldability() - Method in class vortex.sql.vortexConnection
Retrieves the current holdability of ResultSet objects created using this Connection object.
getHoldability() - Method in class vortex.sql.vortexResultSet
Retrieves the holdability of this ResultSet object
getIdentifierQuoteString() - Method in class vortex.sql.vortexDbMetaData
What's the string used to quote SQL identifiers? This returns a space " " if identifier quoting isn't supported.
getImportedKeys(String, String, String) - Method in class vortex.sql.vortexDbMetaData
Not supported by VORTEXjdbc.
getIndexInfo(String, String, String, boolean, boolean) - Method in class vortex.sql.vortexDbMetaData
Get a description of a table's indices and statistics.
getInt(int) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getInt(String) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getInt(int) - Method in class vortex.sql.vortexResultSet
Get the value of a column in the current row as a Java int.
getInt(String) - Method in class vortex.sql.vortexResultSet
Retreive the column value as a int based on column name
getJDBCMajorVersion() - Method in class vortex.sql.vortexDbMetaData
Retrieves the major JDBC version number for this driver.
getJDBCMinorVersion() - Method in class vortex.sql.vortexDbMetaData
Retrieves the minor JDBC version number for this driver.
getLong(int) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getLong(String) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getLong(int) - Method in class vortex.sql.vortexResultSet
Get the value of a column in the current row as a Java long.
getLong(String) - Method in class vortex.sql.vortexResultSet
Retrieve the column value as a long based on column name
getMajorVersion() - Method in class vortex.sql.vortexDriver
Get the driver's major version number.
getMaxBinaryLiteralLength() - Method in class vortex.sql.vortexDbMetaData
How many hex characters can you have in an inline binary literal?
getMaxCatalogNameLength() - Method in class vortex.sql.vortexDbMetaData
What's the maximum length of a catalog name?
getMaxCharLiteralLength() - Method in class vortex.sql.vortexDbMetaData
What's the max length for a character literal?
getMaxColumnNameLength() - Method in class vortex.sql.vortexDbMetaData
What's the limit on column name length?
getMaxColumnsInGroupBy() - Method in class vortex.sql.vortexDbMetaData
What's the maximum number of columns in a "GROUP BY" clause?
getMaxColumnsInIndex() - Method in class vortex.sql.vortexDbMetaData
What's the maximum number of columns allowed in an index?
getMaxColumnsInOrderBy() - Method in class vortex.sql.vortexDbMetaData
What's the maximum number of columns in an "ORDER BY" clause?
getMaxColumnsInSelect() - Method in class vortex.sql.vortexDbMetaData
What's the maximum number of columns in a "SELECT" list?
getMaxColumnsInTable() - Method in class vortex.sql.vortexDbMetaData
What's maximum number of columns in a table?
getMaxConnections() - Method in class vortex.sql.vortexDbMetaData
How many active connections can we have at a time to this database?
getMaxCursorNameLength() - Method in class vortex.sql.vortexDbMetaData
What's the maximum cursor name length?
getMaxFieldSize() - Method in class vortex.sql.vortexStatement
The maxFieldSize limit (in bytes) is the maximum amount of data returned for any column value; it only applies to BINARY, VARBINARY, LONGVARBINARY, CHAR, VARCHAR, and LONGVARCHAR columns.
getMaxIndexLength() - Method in class vortex.sql.vortexDbMetaData
What's the maximum length of an index (in bytes)?
getMaxProcedureNameLength() - Method in class vortex.sql.vortexDbMetaData
What's the maximum length of a procedure name?
getMaxRows() - Method in class vortex.sql.vortexStatement
The maxRows limit is the maximum number of rows that a ResultSet can contain.
getMaxRowSize() - Method in class vortex.sql.vortexDbMetaData
What's the maximum length of a single row?
getMaxSchemaNameLength() - Method in class vortex.sql.vortexDbMetaData
What's the maximum length allowed for a schema name?
getMaxStatementLength() - Method in class vortex.sql.vortexDbMetaData
What's the maximum length of a SQL statement?
getMaxStatements() - Method in class vortex.sql.vortexDbMetaData
How many active statements can we have open at one time to this database?
getMaxTableNameLength() - Method in class vortex.sql.vortexDbMetaData
What's the maximum length of a table name?
getMaxTablesInSelect() - Method in class vortex.sql.vortexDbMetaData
What's the maximum number of tables in a SELECT?
getMaxUserNameLength() - Method in class vortex.sql.vortexDbMetaData
What's the maximum length of a user name?
getMetaData() - Method in class vortex.sql.vortexConnection
Return information about the database.
getMetaData() - Method in class vortex.sql.vortexPreparedStatement
Gets the number, types and properties of a ResultSet's columns.
getMetaData() - Method in class vortex.sql.vortexResultSet
return meta-data on a result set.
getMinorVersion() - Method in class vortex.sql.vortexDriver
Get the driver's minor version number.
getMoreResults(int) - Method in class vortex.sql.vortexStatement
Not supported by VORTEXjdbc.
getMoreResults() - Method in class vortex.sql.vortexStatement
getMoreResults moves to a Statement's next result.
getNCharacterStream(int) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getNCharacterStream(String) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getNCharacterStream(int) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
getNCharacterStream(String) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
getNClob(int) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getNClob(String) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getNClob(int) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
getNClob(String) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
getNextCol() - Method in class vortex.sql.vortexRecord
Fetch the field from the table
getNString(int) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getNString(String) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getNString(int) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
getNString(String) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
getNumber(dbCursor) - Method in class vortex.dbChannel
Get the next column as a dbNumber.
getNumericFunctions() - Method in class vortex.sql.vortexDbMetaData
Get a comma separated list of math functions.
getObject(int) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getObject(int, Map) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getObject(String) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getObject(String, Map) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getObject(int, int, int) - Method in class vortex.sql.vortexResultSet
Get the value of a column in the current row as a Java Object.
getObject(int, int) - Method in class vortex.sql.vortexResultSet
Get the value of a column in the current row as a Java Object.
getObject(int) - Method in class vortex.sql.vortexResultSet
Get the value of a column in the current row as a Java Object.
getObject(String, int, int) - Method in class vortex.sql.vortexResultSet
Get the value of a column as an object; an integral value is returned as its java.lang equivalent object; a LONGVARCHAR or LONGVARBINARY value is returned as a java.io.InputStream.
getObject(String, int) - Method in class vortex.sql.vortexResultSet
Get the value of a column as an object; an integral value is returned as its java.lang equivalent object; a LONGVARCHAR or LONGVARBINARY value is returned as a java.io.InputStream.
getObject(String) - Method in class vortex.sql.vortexResultSet
Same as above, except returning the default SQL type
getObject(int, Map) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
getObject(String, Map) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
getParameterClassName(int) - Method in class vortex.sql.vortexParameterMetaData
Not supported by VORTEXjdbc.
getParameterCount() - Method in class vortex.sql.vortexParameterMetaData
Retrieves the number of parameters in the PreparedStatement object for which this ParameterMetaData object contains information.
getParameterMetaData() - Method in class vortex.sql.vortexPreparedStatement
Retrieves the number, types and properties of this PreparedStatement's parameters.
getParameterMode(int) - Method in class vortex.sql.vortexParameterMetaData
Retrieves the designated parameter's mode.
getParameterType(int) - Method in class vortex.sql.vortexParameterMetaData
Retrieves the designated parameter's SQL type.
getParameterTypeName(int) - Method in class vortex.sql.vortexParameterMetaData
Retrieves the designated parameter's database-specific type name.
getPrecision(int) - Method in class vortex.sql.vortexMetaResult
Returning the precision
getPrecision(int) - Method in class vortex.sql.vortexParameterMetaData
Retrieves the designated parameter's number of decimal digits.
getPrimaryKeys(String, String, String) - Method in class vortex.sql.vortexDbMetaData
Get a description of a table's primary key columns.
getProcedureColumns(String, String, String, String) - Method in class vortex.sql.vortexDbMetaData
Not supported by VORTEXjdbc.
getProcedures(String, String, String) - Method in class vortex.sql.vortexDbMetaData
Not supported by VORTEXjdbc.
getProcedureTerm() - Method in class vortex.sql.vortexDbMetaData
What's the database vendor's preferred term for "procedure"?
getPropertyInfo(String, Properties) - Method in class vortex.sql.vortexDriver
The getPropertyInfo method is intended to allow a generic GUI tool to discover what properties it should prompt a human for in order to get enough information to connect to a database.
getQueryTimeout() - Method in class vortex.sql.vortexStatement
The queryTimeout limit is the number of seconds the driver will wait for a Statement to execute.
getRecord() - Method in class vortex.sql.vortexRecord
Fetch the next record from the table
getRef(int) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getRef(String) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getRef(int) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
getRef(String) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
getResultSet() - Method in class vortex.sql.vortexStatement
getResultSet returns the current result as a ResultSet.
getResultSetConcurrency() - Method in class vortex.sql.vortexStatement
Retrieves the result set concurrency.
getResultSetHoldability() - Method in class vortex.sql.vortexDbMetaData
Retrieves the default holdability of this ResultSet.
getResultSetHoldability() - Method in class vortex.sql.vortexStatement
Not supported by VORTEXjdbc.
getResultSetType() - Method in class vortex.sql.vortexStatement
Determine the result set type.
getRow() - Method in class vortex.sql.vortexResultSet
Retrieves the current row number.
getRowId(int) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getRowId(String) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getRowId(int) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
getRowId(String) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
getRowIdLifetime() - Method in class vortex.sql.vortexDbMetaData
Not supported by VORTEXjdbc.
getRowsAffected() - Method in class vortex.dbChannel
Get the number of rows affected by the last execute() call.
getScale(int) - Method in class vortex.sql.vortexMetaResult
Returning the scale
getScale(int) - Method in class vortex.sql.vortexParameterMetaData
Retrieves the designated parameter's number of digits to the right of the decimal point.
getSchema() - Method in class vortex.sql.vortexConnection
 
getSchemaName(int) - Method in class vortex.sql.vortexMetaResult
Not supported by VORTEXjdbc.
getSchemas(String, String) - Method in class vortex.sql.vortexDbMetaData
Retrieves the schema names available in this database.
getSchemas() - Method in class vortex.sql.vortexDbMetaData
Get the schema names available in this database.
getSchemaTerm() - Method in class vortex.sql.vortexDbMetaData
What's the database vendor's preferred term for "schema"?
getScroll() - Method in class vortex.dbCursor
Returns true if this is a scrollable cursor.
getSearchStringEscape() - Method in class vortex.sql.vortexDbMetaData
This is the string that can be used to escape '_' or '%' in the string pattern style catalog search parameters.
getShort(int) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getShort(String) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getShort(int) - Method in class vortex.sql.vortexResultSet
Get the value of a column in the current row as a Java short.
getShort(String) - Method in class vortex.sql.vortexResultSet
Retrieve the column value as a short based on column name
getSkip(dbCursor, int, boolean) - Method in class vortex.dbChannel
Skip (pass over) columns.
getSQL() - Method in class vortex.dbCursor
Returns the SQL statement associated with this statement.
getSQLKeywords() - Method in class vortex.sql.vortexDbMetaData
Get a comma separated list of all a database's SQL keywords that are NOT also SQL92 keywords.
getSQLStateType() - Method in class vortex.sql.vortexDbMetaData
Indicates whether the SQLSTATE returned by SQLException.getSQLState is X/Open aka Open Group SQL CLI or SQL99.
getSQLXML(int) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getSQLXML(String) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getSQLXML(int) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
getSQLXML(String) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
getStatement() - Method in class vortex.sql.vortexResultSet
Returns the Statement that produced this ResultSet object.
getString(dbCursor) - Method in class vortex.dbChannel
Get the next column as a string.
getString(int) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getString(String) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getString(int) - Method in class vortex.sql.vortexResultSet
Get the value of a column in the current row as a Java string.
getString(String) - Method in class vortex.sql.vortexResultSet
Get the value of a column in the current row as a Java String.
getStringFunctions() - Method in class vortex.sql.vortexDbMetaData
Get a comma separated list of string functions.
getSuperTables(String, String, String) - Method in class vortex.sql.vortexDbMetaData
Retrieves a description of the table hierarchies defined in a particular schema in this database.
getSuperTypes(String, String, String) - Method in class vortex.sql.vortexDbMetaData
Retrieves a description of the user-defined type (UDT) hierarchies defined in a particular schema in this database.
getSystemFunctions() - Method in class vortex.sql.vortexDbMetaData
Get a comma separated list of system functions.
getTableName(int) - Method in class vortex.sql.vortexMetaResult
Not supported by VORTEXjdbc.
getTablePrivileges(String, String, String) - Method in class vortex.sql.vortexDbMetaData
Not supported by VORTEXjdbc.
getTables(String, String, String, String[]) - Method in class vortex.sql.vortexDbMetaData
Get a description of tables available in a catalog.
getTableTypes() - Method in class vortex.sql.vortexDbMetaData
Get the table types available in this database.
getTime(int) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getTime(int, Calendar) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getTime(String) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getTime(String, Calendar) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getTime(int) - Method in class vortex.sql.vortexResultSet
Get the value of a column in the current row as a Java time.
getTime(int, Calendar) - Method in class vortex.sql.vortexResultSet
Get the value of a column in the current row as a Java time.
getTime(String, Calendar) - Method in class vortex.sql.vortexResultSet
Get the value of a column in the current row as a Java time.
getTime(String) - Method in class vortex.sql.vortexResultSet
Retrieve the column value as a time based on column name
getTimeDateFunctions() - Method in class vortex.sql.vortexDbMetaData
Get a comma separated list of time and date functions.
getTimestamp(int) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getTimestamp(int, Calendar) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getTimestamp(String) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getTimestamp(String, Calendar) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getTimestamp(int) - Method in class vortex.sql.vortexResultSet
Get the value of a column in the current row as a Java timestamp.
getTimestamp(int, Calendar) - Method in class vortex.sql.vortexResultSet
Get the value of a column in the current row as a Java timestamp.
getTimestamp(String, Calendar) - Method in class vortex.sql.vortexResultSet
Get the value of a column in the current row as a Java timestamp.
getTimestamp(String) - Method in class vortex.sql.vortexResultSet
Retrieve the column value as a timestamp based on column name
getTransactionIsolation() - Method in class vortex.sql.vortexConnection
Retrive the transaction isolation level for the connection.
getType() - Method in class vortex.sql.vortexResultSet
Returns the type of this result set.
getTypeInfo() - Method in class vortex.sql.vortexDbMetaData
Get a description of all the standard SQL types supported by this database.
getTypeMap() - Method in class vortex.sql.vortexConnection
Get type map.
getUDTs(String, String, String, int[]) - Method in class vortex.sql.vortexDbMetaData
Gets a description of the user-defined types defined in a particular schema.
getUnicodeStream(int) - Method in class vortex.sql.vortexResultSet
Get the value of a column in the current row as a Java UnicodeStream.
getUnicodeStream(String) - Method in class vortex.sql.vortexResultSet
Very large unicode values in a LONGVARCHAR column can be read in small chunks from a java.io.InputStream.
getUpdateCount() - Method in class vortex.sql.vortexStatement
getUpdateCount returns the current result, which should be an integer value.
getUpdateTable() - Method in class vortex.dbCursor
Returns the name of the update table.
getUpdateTable() - Method in class vortex.sql.vortexRecord
getUpdateTable
getURL(int) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getURL(String) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
getURL() - Method in class vortex.sql.vortexConnection
Gives the URL used to connect to the database.
getURL() - Method in class vortex.sql.vortexDbMetaData
What's the url for this database?
getURL(int) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
getURL(String) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
getUser() - Method in class vortex.sql.vortexConnection
Retrieve the user name of the connection.
getUserName() - Method in class vortex.sql.vortexDbMetaData
What's our user name as known to the database?
getVersionColumns(String, String, String) - Method in class vortex.sql.vortexDbMetaData
Not supported by VORTEXjdbc.
getWarnings() - Method in class vortex.sql.vortexConnection
Retrieving a chain of warnings related to the connection.
getWarnings() - Method in class vortex.sql.vortexResultSet
Return warning message
getWarnings() - Method in class vortex.sql.vortexStatement
The first warning reported by calls on this Statement is returned.

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
Indicates whether or not a visible row insert can be detected by calling ResultSet.rowInserted().
intValue() - Method in class vortex.dbNumber
 
IPC(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
Indicates whether the cursor is before the first row in the result set.
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.
isClosed() - Method in class vortex.sql.vortexResultSet
Retrieves whether this ResultSet object has been closed.
isClosed() - Method in class vortex.sql.vortexStatement
Retrieves whether this Statement object has been closed.
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
Reports whether the column has a value of SQL 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.
isPoolable() - Method in class vortex.sql.vortexStatement
Returns a value indicating whether the Statement is poolable or not.
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.
isValid(int) - Method in class vortex.sql.vortexConnection
Returns true if the connection has not been closed and is still valid.
isWrapperFor(Class<?>) - Method in class vortex.sql.vortexConnection
 
isWrapperFor(Class<?>) - Method in class vortex.sql.vortexDbMetaData
 
isWrapperFor(Class<?>) - Method in class vortex.sql.vortexMetaResult
 
isWrapperFor(Class<?>) - Method in class vortex.sql.vortexParameterMetaData
 
isWrapperFor(Class<?>) - Method in class vortex.sql.vortexResultSet
 
isWrapperFor(Class<?>) - Method in class vortex.sql.vortexStatement
 
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.
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

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 - 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
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
Indicates whether deletes made by others are visible.
othersInsertsAreVisible(int) - Method in class vortex.sql.vortexDbMetaData
Indicates whether inserts made by others are visible.
othersUpdatesAreVisible(int) - Method in class vortex.sql.vortexDbMetaData
Indicates whether updates made by others are visible.
ownDeletesAreVisible(int) - Method in class vortex.sql.vortexDbMetaData
Indicates whether a result set's own deletes are visible.
ownInsertsAreVisible(int) - Method in class vortex.sql.vortexDbMetaData
Indicates whether a result set's own inserts are visible.
ownUpdatesAreVisible(int) - Method in class vortex.sql.vortexDbMetaData
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
Not supported by VORTEXjdbc.
prepareCall(String, int, int) - Method in class vortex.sql.vortexConnection
Not supported by VORTEXjdbc.
prepareCall(String, int, int, int) - Method in class vortex.sql.vortexConnection
Not supported by VORTEXjdbc.
prepareStatement(String) - Method in class vortex.sql.vortexConnection
Create an SQL pre-compiled statement.
prepareStatement(String, int, int) - Method in class vortex.sql.vortexConnection
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, int) - Method in class vortex.sql.vortexConnection
Not supported by VORTEXjdbc.
prepareStatement(String, int[]) - Method in class vortex.sql.vortexConnection
Not supported by VORTEXjdbc.
prepareStatement(String, String[]) - Method in class vortex.sql.vortexConnection
Not supported by VORTEXjdbc.
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.

R

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
Not supported by VORTEXjdbc.
registerOutParameter(int, int, int) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
registerOutParameter(int, int, String) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
registerOutParameter(String, int) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
registerOutParameter(String, int, int) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
registerOutParameter(String, int, String) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
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
Not supported by VORTEXjdbc.
rollback(boolean) - Method in class vortex.dbChannel
Rollback a transaction.
rollback() - Method in class vortex.sql.vortexConnection
Rollback a transaction.
rollback(Savepoint) - Method in class vortex.sql.vortexConnection
Not supported by VORTEXjdbc.
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
Not supported by VORTEXjdbc.
setAsciiStream(String, InputStream, int) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
setAsciiStream(String, InputStream) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
setAsciiStream(String, InputStream, long) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
setAsciiStream(int, InputStream, int) - Method in class vortex.sql.vortexPreparedStatement
When a very large ASCII value is input to a LONGVARCHAR parameter it may be more practical to send it via a java.io.InputStream.
setAsciiStream(int, InputStream) - Method in class vortex.sql.vortexPreparedStatement
Not supported by VORTEXjdbc.
setAsciiStream(int, InputStream, long) - Method in class vortex.sql.vortexPreparedStatement
Not supported by VORTEXjdbc.
setAutoClose(boolean) - Method in class vortex.sql.vortexConnection
Not supported by VORTEXjdbc.
setAutoCommit(boolean) - Method in class vortex.sql.vortexConnection
Setting the auto-commit mode.
setBigDecimal(String, BigDecimal) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
setBigDecimal(int, BigDecimal) - Method in class vortex.sql.vortexPreparedStatement
Set a parameter to a java.sql.Numeric value.
setBinaryStream(String, InputStream, int) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
setBinaryStream(String, InputStream) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
setBinaryStream(String, InputStream, long) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
setBinaryStream(int, InputStream, int) - Method in class vortex.sql.vortexPreparedStatement
When a very large binary value is input to a LONGVARBINARY parameter it may be more practical to send it via a java.io.InputStream.
setBinaryStream(int, Reader) - Method in class vortex.sql.vortexPreparedStatement
Not supported by VORTEXjdbc.
setBinaryStream(int, InputStream) - Method in class vortex.sql.vortexPreparedStatement
Not supported by VORTEXjdbc.
setBinaryStream(int, InputStream, long) - Method in class vortex.sql.vortexPreparedStatement
Not supported by VORTEXjdbc.
setBlob(String, InputStream) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
setBlob(String, Blob) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
setBlob(String, InputStream, long) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
setBlob(int, Blob) - Method in class vortex.sql.vortexPreparedStatement
Sets a BLOB parameter.
setBlob(int, InputStream, long) - Method in class vortex.sql.vortexPreparedStatement
Not supported by VORTEXjdbc.
setBlob(int, InputStream) - Method in class vortex.sql.vortexPreparedStatement
Not supported by VORTEXjdbc.
setBoolean(String, boolean) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
setBoolean(int, boolean) - Method in class vortex.sql.vortexPreparedStatement
Set a parameter to a Java boolean value.
setByte(String, byte) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
setByte(int, byte) - Method in class vortex.sql.vortexPreparedStatement
Set a parameter to a Java byte value.
setBytes(String, byte[]) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
setBytes(int, byte[]) - Method in class vortex.sql.vortexPreparedStatement
Set a parameter to a Java array of bytes.
setCatalog(String) - Method in class vortex.sql.vortexConnection
Select a sub-space of the target database.
setCharacterStream(String, Reader, int) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
setCharacterStream(String, Reader) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
setCharacterStream(String, Reader, long) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
setCharacterStream(int, Reader, int) - Method in class vortex.sql.vortexPreparedStatement
Not supported by VORTEXjdbc.
setCharacterStream(int, Reader) - Method in class vortex.sql.vortexPreparedStatement
Not supported by VORTEXjdbc.
setCharacterStream(int, Reader, long) - Method in class vortex.sql.vortexPreparedStatement
Not supported by VORTEXjdbc.
setClientInfo(String, String) - Method in class vortex.sql.vortexConnection
Not supported by VORTEXjdbc.
setClientInfo(Properties) - Method in class vortex.sql.vortexConnection
Not supported by VORTEXjdbc.
setClob(String, Reader) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
setClob(String, Clob) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
setClob(String, Reader, long) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
setClob(int, Clob) - Method in class vortex.sql.vortexPreparedStatement
Sets a CLOB parameter.
setClob(int, Reader) - Method in class vortex.sql.vortexPreparedStatement
Not supported by VORTEXjdbc.
setClob(int, Reader, long) - Method in class vortex.sql.vortexPreparedStatement
Not supported by VORTEXjdbc.
setCursorName(String) - Method in class vortex.sql.vortexStatement
setCursorname defines the SQL cursor name that will be used by subsequent Statement execute methods.
setDate(String, Date) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
setDate(String, Date, Calendar) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
setDate(int, Date) - Method in class vortex.sql.vortexPreparedStatement
Set a parameter to a java.sql.Date value.
setDate(int, Date, Calendar) - Method in class vortex.sql.vortexPreparedStatement
Not supported by VORTEXjdbc.
setDouble(String, double) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
setDouble(int, double) - Method in class vortex.sql.vortexPreparedStatement
Set a parameter to a Java double value.
setEscapeProcessing(boolean) - Method in class vortex.sql.vortexStatement
If escape scanning is on (the default) the driver will do escape substitution before sending the SQL to the database.
setFetchDirection(int) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
setFetchDirection(int) - Method in class vortex.sql.vortexStatement
Not supported by VORTEXjdbc.
setFetchSize(int) - Method in class vortex.sql.vortexResultSet
Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed for this result set.
setFetchSize(int) - Method in class vortex.sql.vortexStatement
Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed.
setFloat(String, float) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
setFloat(int, float) - Method in class vortex.sql.vortexPreparedStatement
Set a parameter to a Java float value.
setHoldability(int) - Method in class vortex.sql.vortexConnection
Changes the holdability of ResultSet objects created using this Connection object to the given holdability.
setInt(String, int) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
setInt(int, int) - Method in class vortex.sql.vortexPreparedStatement
Set a parameter to a Java int value.
setLong(String, long) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
setLong(int, long) - Method in class vortex.sql.vortexPreparedStatement
Set a parameter to a Java long value.
setMaxFieldSize(int) - Method in class vortex.sql.vortexStatement
The maxFieldSize limit (in bytes) is set to limit the size of data that can be returned for any column value; it only applies to BINARY, VARBINARY, LONGVARBINARY, CHAR, VARCHAR, and LONGVARCHAR fields.
setMaxRows(int) - Method in class vortex.sql.vortexStatement
The maxRows limit is set to limit the number of rows that any ResultSet can contain.
setNCharacterStream(String, Reader) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
setNCharacterStream(String, Reader, long) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
setNCharacterStream(int, Reader) - Method in class vortex.sql.vortexPreparedStatement
Not supported by VORTEXjdbc.
setNCharacterStream(int, Reader, long) - Method in class vortex.sql.vortexPreparedStatement
Not supported by VORTEXjdbc.
setNClob(String, Reader) - Method in class vortex.sql.vortexCallableStatement
 
setNClob(String, Reader, long) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
setNClob(String, NClob) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
setNClob(int, NClob) - Method in class vortex.sql.vortexPreparedStatement
Not supported by VORTEXjdbc.
setNClob(int, Reader) - Method in class vortex.sql.vortexPreparedStatement
Not supported by VORTEXjdbc.
setNClob(int, Reader, long) - Method in class vortex.sql.vortexPreparedStatement
Not supported by VORTEXjdbc.
setNString(String, String) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
setNString(int, String) - Method in class vortex.sql.vortexPreparedStatement
Not supported by VORTEXjdbc.
setNull(String, int) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
setNull(String, int, String) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
setNull(int, int) - Method in class vortex.sql.vortexPreparedStatement
Set a parameter to SQL NULL.
setNull(int, int, String) - Method in class vortex.sql.vortexPreparedStatement
Not supported by VORTEXjdbc.
setObject(String, Object, int, int) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
setObject(String, Object, int) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
setObject(String, Object) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
setObject(int, Object, int, int) - Method in class vortex.sql.vortexPreparedStatement
Set the value of a parameter using an object; use the java.lang equivalent objects for integral values.
setObject(int, Object, int) - Method in class vortex.sql.vortexPreparedStatement
This method is like setObject above, but assumes scale of zero.
setObject(int, Object) - Method in class vortex.sql.vortexPreparedStatement
Set the value of a parameter using an object; use the java.lang equivalent objects for integral values.
setParam(int, int, dbParam) - Method in class vortex.dbCursor
Set (bind) a dbParam parameter.
setParam(int, int, byte[]) - Method in class vortex.dbCursor
Set (bind) a byte parameter.
setParam(int, int, byte[], int, String) - Method in class vortex.dbCursor
Set (bind) a byte parameter.
setParam(int, int, byte) - Method in class vortex.dbCursor
Set (bind) a byte parameter.
setParam(int, int, byte, int, String) - Method in class vortex.dbCursor
Set (bind) a byte parameter.
setParam(int, int, int) - Method in class vortex.dbCursor
Set (bind) an integer parameter.
setParam(int, int, int, int, String) - Method in class vortex.dbCursor
Set (bind) an integer parameter.
setParam(int, int, String) - Method in class vortex.dbCursor
Set (bind) a String parameter.
setParam(int, int, String, int, String) - Method in class vortex.dbCursor
Set (bind) a String parameter.
setParam(int, int, dbNumber) - Method in class vortex.dbCursor
Set (bind) a dbNumber parameter.
setParam(int, int, dbNumber, int, String) - Method in class vortex.dbCursor
Set (bind) a dbNumber parameter.
setParam(int, int, double) - Method in class vortex.dbCursor
Set (bind) a double parameter.
setParam(int, int, double, int, String) - Method in class vortex.dbCursor
Set (bind) a double parameter.
setParam(int, int, long) - Method in class vortex.dbCursor
Set (bind) a long parameter.
setParam(int, int, long, int, String) - Method in class vortex.dbCursor
Set (bind) a long parameter.
setParam(int, int, float) - Method in class vortex.dbCursor
Set (bind) a float parameter.
setParam(int, int, float, int, String) - Method in class vortex.dbCursor
Set (bind) a float parameter.
setParam(int, int, Date) - Method in class vortex.dbCursor
Set (bind) a Date parameter.
setParam(int, int, Date, int, String) - Method in class vortex.dbCursor
Set (bind) a Date parameter.
setParam(int, int, boolean, int) - Method in class vortex.dbCursor
Set (bind) an BLOB/CLOB length parameter.
setParam(int, int, Timestamp) - Method in class vortex.dbCursor
Set (bind) a Timestamp parameter.
setParam(int, int, Timestamp, int, String) - Method in class vortex.dbCursor
Set (bind) a Timestamp parameter.
setPoolable(boolean) - Method in class vortex.sql.vortexStatement
Not supported by VORTEXjdbc.
setQueryTimeout(int) - Method in class vortex.sql.vortexStatement
The queryTimeout limit is the number of seconds the driver will wait for a Statement to execute.
setReadOnly(boolean) - Method in class vortex.sql.vortexConnection
Puts this connection in read-only mode as a hint to the driver to enable database optimizations.
setRef(int, Ref) - Method in class vortex.sql.vortexPreparedStatement
Not supported by VORTEXjdbc.
setRowId(String, RowId) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
setRowId(int, RowId) - Method in class vortex.sql.vortexPreparedStatement
Not supported by VORTEXjdbc.
setSavepoint() - Method in class vortex.sql.vortexConnection
Not supported by VORTEXjdbc.
setSavepoint(String) - Method in class vortex.sql.vortexConnection
Not supported by VORTEXjdbc.
setShort(String, short) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
setShort(int, short) - Method in class vortex.sql.vortexPreparedStatement
Set a parameter to a Java short value.
setSQLXML(String, SQLXML) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
setSQLXML(int, SQLXML) - Method in class vortex.sql.vortexPreparedStatement
Not supported by VORTEXjdbc.
setString(String, String) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
setString(int, String) - Method in class vortex.sql.vortexPreparedStatement
Set a parameter to a Java String value.
setTime(String, Time) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
setTime(String, Time, Calendar) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
setTime(int, Time) - Method in class vortex.sql.vortexPreparedStatement
Set a parameter to a java.sql.Time value.
setTime(int, Time, Calendar) - Method in class vortex.sql.vortexPreparedStatement
Not supported by VORTEXjdbc.
setTimestamp(String, Timestamp) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
setTimestamp(String, Timestamp, Calendar) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
setTimestamp(int, Timestamp) - Method in class vortex.sql.vortexPreparedStatement
Set a parameter to a java.sql.Timestamp value.
setTimestamp(int, Timestamp, Calendar) - Method in class vortex.sql.vortexPreparedStatement
Not supported by VORTEXjdbc.
setTransactionIsolation(int) - Method in class vortex.sql.vortexConnection
Set the transaction isolation level for the connection.
setTypeMap(Map<String, Class<?>>) - Method in class vortex.sql.vortexConnection
Not supported by VORTEXjdbc.
setUnicodeStream(int, InputStream, int) - Method in class vortex.sql.vortexPreparedStatement
When a very large UNICODE value is input to a LONGVARCHAR parameter it may be more practical to send it via a java.io.InputStream.
setUpdateTable(String) - Method in class vortex.dbCursor
Sets the name of the update table.
setURL(String, URL) - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
setURL(int, URL) - Method in class vortex.sql.vortexPreparedStatement
Not supported by VORTEXjdbc.
sql(dbCursor, String, int, int) - Method in class vortex.dbChannel
Associate a SQL statement to a dbCursor.
sqlCode - Variable in class vortex.dbChannel
Last RDBMS error code
sqlCode - Variable in exception vortex.dbException
Database error code
sqlMsg - Variable in class vortex.dbChannel
Last RDBMS error message
sqlMsg - Variable in exception vortex.dbException
Database error message
storesLowerCaseIdentifiers() - Method in class vortex.sql.vortexDbMetaData
Does the database store mixed case unquoted SQL identifiers in lower case?
storesLowerCaseQuotedIdentifiers() - Method in class vortex.sql.vortexDbMetaData
Does the database store mixed case quoted SQL identifiers in lower case?
storesMixedCaseIdentifiers() - Method in class vortex.sql.vortexDbMetaData
Does the database store mixed case unquoted SQL identifiers in mixed case?
storesMixedCaseQuotedIdentifiers() - Method in class vortex.sql.vortexDbMetaData
Does the database store mixed case quoted SQL identifiers in mixed case?
storesUpperCaseIdentifiers() - Method in class vortex.sql.vortexDbMetaData
Does the database store mixed case unquoted SQL identifiers in upper case?
storesUpperCaseQuotedIdentifiers() - Method in class vortex.sql.vortexDbMetaData
Does the database store mixed case quoted SQL identifiers in upper case?
supportsAlterTableWithAddColumn() - Method in class vortex.sql.vortexDbMetaData
Is "ALTER TABLE" with add column supported?
supportsAlterTableWithDropColumn() - Method in class vortex.sql.vortexDbMetaData
Is "ALTER TABLE" with drop column supported?
supportsANSI92EntryLevelSQL() - Method in class vortex.sql.vortexDbMetaData
Is the ANSI92 entry level SQL grammar supported? All JDBC compliant drivers must return true.
supportsANSI92FullSQL() - Method in class vortex.sql.vortexDbMetaData
Is the ANSI92 full SQL grammar supported?
supportsANSI92IntermediateSQL() - Method in class vortex.sql.vortexDbMetaData
Is the ANSI92 intermediate SQL grammar supported?
supportsBatchUpdates() - Method in class vortex.sql.vortexDbMetaData
Indicates whether the driver supports batch updates.
supportsCatalogsInDataManipulation() - Method in class vortex.sql.vortexDbMetaData
Can a catalog name be used in a data manipulation statement?
supportsCatalogsInIndexDefinitions() - Method in class vortex.sql.vortexDbMetaData
Can a catalog name be used in a index definition statement?
supportsCatalogsInPrivilegeDefinitions() - Method in class vortex.sql.vortexDbMetaData
Can a catalog name be used in a privilege definition statement?
supportsCatalogsInProcedureCalls() - Method in class vortex.sql.vortexDbMetaData
Can a catalog name be used in a procedure call statement?
supportsCatalogsInTableDefinitions() - Method in class vortex.sql.vortexDbMetaData
Can a catalog name be used in a table definition statement?
supportsColumnAliasing() - Method in class vortex.sql.vortexDbMetaData
Is column aliasing supported?
supportsConvert() - Method in class vortex.sql.vortexDbMetaData
Is the CONVERT function between SQL types supported?
supportsConvert(int, int) - Method in class vortex.sql.vortexDbMetaData
Is CONVERT between the given SQL types supported?
supportsCoreSQLGrammar() - Method in class vortex.sql.vortexDbMetaData
Is the ODBC Core SQL grammar supported?
supportsCorrelatedSubqueries() - Method in class vortex.sql.vortexDbMetaData
Are correlated subqueries supported?
supportsDataDefinitionAndDataManipulationTransactions() - Method in class vortex.sql.vortexDbMetaData
Are both data definition and data manipulation statements within a transaction supported?
supportsDataManipulationTransactionsOnly() - Method in class vortex.sql.vortexDbMetaData
Are only data manipulation statements within a transaction supported?
supportsDifferentTableCorrelationNames() - Method in class vortex.sql.vortexDbMetaData
If table correlation names are supported, are they restricted to be different from the names of the tables?
supportsExpressionsInOrderBy() - Method in class vortex.sql.vortexDbMetaData
Are expressions in "ORDER BY" lists supported?
supportsExtendedSQLGrammar() - Method in class vortex.sql.vortexDbMetaData
Is the ODBC Extended SQL grammar supported?
supportsFullOuterJoins() - Method in class vortex.sql.vortexDbMetaData
Are full nested outer joins supported?
supportsGetGeneratedKeys() - Method in class vortex.sql.vortexDbMetaData
Retrieves whether auto-generated keys can be retrieved after a statement has been executed.
supportsGroupBy() - Method in class vortex.sql.vortexDbMetaData
Is some form of "GROUP BY" clause supported?
supportsGroupByBeyondSelect() - Method in class vortex.sql.vortexDbMetaData
Can a "GROUP BY" clause add columns not in the SELECT provided it specifies all the columns in the SELECT?
supportsGroupByUnrelated() - Method in class vortex.sql.vortexDbMetaData
Can a "GROUP BY" clause use columns not in the SELECT?
supportsIntegrityEnhancementFacility() - Method in class vortex.sql.vortexDbMetaData
Is the SQL Integrity Enhancement Facility supported?
supportsLikeEscapeClause() - Method in class vortex.sql.vortexDbMetaData
Is the escape character in "LIKE" clauses supported?
supportsLimitedOuterJoins() - Method in class vortex.sql.vortexDbMetaData
Is there limited support for outer joins? (This will be true if supportFullOuterJoins is true.)
supportsMinimumSQLGrammar() - Method in class vortex.sql.vortexDbMetaData
Is the ODBC Minimum SQL grammar supported?
supportsMixedCaseIdentifiers() - Method in class vortex.sql.vortexDbMetaData
Does the database support mixed case unquoted SQL identifiers?
supportsMixedCaseQuotedIdentifiers() - Method in class vortex.sql.vortexDbMetaData
Does the database support mixed case quoted SQL identifiers?
supportsMultipleOpenResults() - Method in class vortex.sql.vortexDbMetaData
Retrieves whether it is possible to have multiple ResultSet objects returned from a CallableStatement object simultaneously.
supportsMultipleResultSets() - Method in class vortex.sql.vortexDbMetaData
Are multiple ResultSets from a single execute supported?
supportsMultipleTransactions() - Method in class vortex.sql.vortexDbMetaData
Can we have multiple transactions open at once (on different connections)?
supportsNamedParameters() - Method in class vortex.sql.vortexDbMetaData
Retrieves whether this database supports named parameters to callable statements.
supportsNonNullableColumns() - Method in class vortex.sql.vortexDbMetaData
Can columns be defined as non-nullable?
supportsOpenCursorsAcrossCommit() - Method in class vortex.sql.vortexDbMetaData
Can cursors remain open across commits?
supportsOpenCursorsAcrossRollback() - Method in class vortex.sql.vortexDbMetaData
Can cursors remain open across rollbacks?
supportsOpenStatementsAcrossCommit() - Method in class vortex.sql.vortexDbMetaData
Can statements remain open across commits?
supportsOpenStatementsAcrossRollback() - Method in class vortex.sql.vortexDbMetaData
Can statements remain open across rollbacks?
supportsOrderByUnrelated() - Method in class vortex.sql.vortexDbMetaData
Can an "ORDER BY" clause use columns not in the SELECT?
supportsOuterJoins() - Method in class vortex.sql.vortexDbMetaData
Is some form of outer join supported?
supportsPositionedDelete() - Method in class vortex.sql.vortexDbMetaData
Is positioned DELETE supported?
supportsPositionedUpdate() - Method in class vortex.sql.vortexDbMetaData
Is positioned UPDATE supported?
supportsResultSetConcurrency(int, int) - Method in class vortex.sql.vortexDbMetaData
Does the database support the concurrency type in combination with the given result set type?
supportsResultSetHoldability(int) - Method in class vortex.sql.vortexDbMetaData
Retrieves whether this database supports the given result set holdability.
supportsResultSetType(int) - Method in class vortex.sql.vortexDbMetaData
Does the database support the given result set type?
supportsSavepoints() - Method in class vortex.sql.vortexDbMetaData
Retrieves whether this database supports savepoints.
supportsSchemasInDataManipulation() - Method in class vortex.sql.vortexDbMetaData
Can a schema name be used in a data manipulation statement?
supportsSchemasInIndexDefinitions() - Method in class vortex.sql.vortexDbMetaData
Can a schema name be used in an index definition statement?
supportsSchemasInPrivilegeDefinitions() - Method in class vortex.sql.vortexDbMetaData
Can a schema name be used in a privilege definition statement?
supportsSchemasInProcedureCalls() - Method in class vortex.sql.vortexDbMetaData
Can a schema name be used in a procedure call statement?
supportsSchemasInTableDefinitions() - Method in class vortex.sql.vortexDbMetaData
Can a schema name be used in a table definition statement?
supportsSelectForUpdate() - Method in class vortex.sql.vortexDbMetaData
Is SELECT for UPDATE supported?
supportsStatementPooling() - Method in class vortex.sql.vortexDbMetaData
Indicates whether the database supports statement pooling.
supportsStoredFunctionsUsingCallSyntax() - Method in class vortex.sql.vortexDbMetaData
Returns whether this database supports invoking user-defined or vendor functions using the stored procedure escape syntax.
supportsStoredProcedures() - Method in class vortex.sql.vortexDbMetaData
Are stored procedure calls using the stored procedure escape syntax supported?
supportsSubqueriesInComparisons() - Method in class vortex.sql.vortexDbMetaData
Are subqueries in comparison expressions supported?
supportsSubqueriesInExists() - Method in class vortex.sql.vortexDbMetaData
Are subqueries in exists expressions supported?
supportsSubqueriesInIns() - Method in class vortex.sql.vortexDbMetaData
Are subqueries in "in" statements supported?
supportsSubqueriesInQuantifieds() - Method in class vortex.sql.vortexDbMetaData
Are subqueries in quantified expressions supported?
supportsTableCorrelationNames() - Method in class vortex.sql.vortexDbMetaData
Are table correlation names supported?
supportsTransactionIsolationLevel(int) - Method in class vortex.sql.vortexDbMetaData
Does the database support the given transaction isolation level?
supportsTransactions() - Method in class vortex.sql.vortexDbMetaData
Are transactions supported? If not, commit is a noop and the isolation level is TRANSACTION_NONE.
supportsUnion() - Method in class vortex.sql.vortexDbMetaData
Is SQL UNION supported?
supportsUnionAll() - Method in class vortex.sql.vortexDbMetaData
Is SQL UNION ALL supported?

T

toString() - Method in class vortex.dbBlob
 
toString() - Method in class vortex.dbDescriptor
 
toString() - Method in exception vortex.dbException
 
toString() - Method in class vortex.dbNumber
 
type - Variable in class vortex.dbDescriptor
Data type of output column.

U

unwrap(Class<T>) - Method in class vortex.sql.vortexConnection
 
unwrap(Class<T>) - Method in class vortex.sql.vortexDbMetaData
 
unwrap(Class<T>) - Method in class vortex.sql.vortexMetaResult
 
unwrap(Class<T>) - Method in class vortex.sql.vortexParameterMetaData
 
unwrap(Class<T>) - Method in class vortex.sql.vortexResultSet
 
unwrap(Class<T>) - Method in class vortex.sql.vortexStatement
 
updateArray(int, Array) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc Updates a column with an array value.
updateArray(String, Array) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc Updates a column with an array value.
updateAsciiStream(int, InputStream, int) - Method in class vortex.sql.vortexResultSet
Updates a column with an ascii stream value.
updateAsciiStream(String, InputStream, int) - Method in class vortex.sql.vortexResultSet
Updates a column with an ascii stream value.
updateAsciiStream(int, InputStream) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
updateAsciiStream(String, InputStream) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
updateAsciiStream(int, InputStream, long) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
updateAsciiStream(String, InputStream, long) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
updateBigDecimal(int, BigDecimal) - Method in class vortex.sql.vortexResultSet
Updates a column with a BigDecimal value.
updateBigDecimal(String, BigDecimal) - Method in class vortex.sql.vortexResultSet
Updates a column with a BigDecimal value.
updateBinaryStream(int, InputStream, int) - Method in class vortex.sql.vortexResultSet
Updates a column with a binary stream value.
updateBinaryStream(String, InputStream, int) - Method in class vortex.sql.vortexResultSet
Updates a column with a binary stream value.
updateBinaryStream(int, InputStream) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
updateBinaryStream(String, InputStream) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
updateBinaryStream(int, InputStream, long) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
updateBinaryStream(String, InputStream, long) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
updateBlob(int, Blob) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc Updates a column with a blob value.
updateBlob(String, Blob) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc Updates a column with a Blob value.
updateBlob(int, InputStream) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
updateBlob(String, InputStream) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
updateBlob(int, InputStream, long) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
updateBlob(String, InputStream, long) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
updateBoolean(int, boolean) - Method in class vortex.sql.vortexResultSet
Updates a column with a boolean value.
updateBoolean(String, boolean) - Method in class vortex.sql.vortexResultSet
Updates a column with a boolean value.
updateByte(int, byte) - Method in class vortex.sql.vortexResultSet
Updates a column with a byte value.
updateByte(String, byte) - Method in class vortex.sql.vortexResultSet
Updates a column with a byte value.
updateBytes(int, byte[]) - Method in class vortex.sql.vortexResultSet
Updates a column with a byte array value.
updateBytes(String, byte[]) - Method in class vortex.sql.vortexResultSet
Updates a column with a byte array value.
updateCharacterStream(int, Reader, int) - Method in class vortex.sql.vortexResultSet
Updates a column with a character stream value.
updateCharacterStream(String, Reader, int) - Method in class vortex.sql.vortexResultSet
Updates a column with a character stream value.
updateCharacterStream(int, Reader) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
updateCharacterStream(String, Reader) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
updateCharacterStream(int, Reader, long) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
updateCharacterStream(String, Reader, long) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
updateClob(int, Clob) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
updateClob(String, Clob) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
updateClob(int, Reader) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
updateClob(String, Reader) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
updateClob(int, Reader, long) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
updateClob(String, Reader, long) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
updateDate(int, Date) - Method in class vortex.sql.vortexResultSet
Updates a column with a Date value.
updateDate(String, Date) - Method in class vortex.sql.vortexResultSet
Updates a column with a Date value.
updateDouble(int, double) - Method in class vortex.sql.vortexResultSet
Updates a column with a Double value.
updateDouble(String, double) - Method in class vortex.sql.vortexResultSet
Updates a column with a Double value.
updateFloat(int, float) - Method in class vortex.sql.vortexResultSet
Updates a column with a float value.
updateFloat(String, float) - Method in class vortex.sql.vortexResultSet
Updates a column with a float value.
updateInt(int, int) - Method in class vortex.sql.vortexResultSet
Updates a column with a integer value.
updateInt(String, int) - Method in class vortex.sql.vortexResultSet
Updates a column with a integer value.
updateLong(int, long) - Method in class vortex.sql.vortexResultSet
Updates a column with a long value.
updateLong(String, long) - Method in class vortex.sql.vortexResultSet
Updates a column with a long value.
updateNCharacterStream(int, InputStream) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
updateNCharacterStream(String, InputStream) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
updateNCharacterStream(int, Reader, long) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
updateNCharacterStream(String, Reader, long) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
updateNCharacterStream(int, Reader) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
updateNCharacterStream(String, Reader) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
updateNClob(int, NClob) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
updateNClob(String, NClob) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
updateNClob(int, Reader) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
updateNClob(String, Reader) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
updateNClob(int, Reader, long) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
updateNClob(String, Reader, long) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
updateNString(int, String) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
updateNString(String, String) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
updateNull(int) - Method in class vortex.sql.vortexResultSet
Give a nullable column a null value.
updateNull(String) - Method in class vortex.sql.vortexResultSet
Give a nullable column a null value.
updateObject(int, Object, int) - Method in class vortex.sql.vortexResultSet
Updates a column with an Object value.
updateObject(String, Object, int) - Method in class vortex.sql.vortexResultSet
Updates a column with an Object value.
updateObject(int, Object) - Method in class vortex.sql.vortexResultSet
Updates a column with an Object value.
updateObject(String, Object) - Method in class vortex.sql.vortexResultSet
Updates a column with an Object value.
updateRef(int, Ref) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
updateRef(String, Ref) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
updateRow() - Method in class vortex.sql.vortexResultSet
Updates the underlying database with the new contents of the current row.
updateRowId(int, RowId) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
updateRowId(String, RowId) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
updatesAreDetected(int) - Method in class vortex.sql.vortexDbMetaData
Indicates whether or not a visible row update can be detected by calling ResultSet.rowUpdated().
updateShort(int, short) - Method in class vortex.sql.vortexResultSet
Updates a column with a short value.
updateShort(String, short) - Method in class vortex.sql.vortexResultSet
Updates a column with a short value.
updateSQLXML(int, SQLXML) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
updateSQLXML(String, SQLXML) - Method in class vortex.sql.vortexResultSet
Not supported by VORTEXjdbc.
updateString(int, String) - Method in class vortex.sql.vortexResultSet
Updates a column with a String value.
updateString(String, String) - Method in class vortex.sql.vortexResultSet
Updates a column with a String value.
updateTime(int, Time) - Method in class vortex.sql.vortexResultSet
Updates a column with a Time value.
updateTime(String, Time) - Method in class vortex.sql.vortexResultSet
Updates a column with a Time value.
updateTimestamp(int, Timestamp) - Method in class vortex.sql.vortexResultSet
Updates a column with a Timestamp value.
updateTimestamp(String, Timestamp) - Method in class vortex.sql.vortexResultSet
Updates a column with a Timestamp value.
usesLocalFilePerTable() - Method in class vortex.sql.vortexDbMetaData
Does the database use a file for each table?
usesLocalFiles() - Method in class vortex.sql.vortexDbMetaData
Does the database store tables in a local file?

V

version - Variable in class vortex.dbChannel
Version string for included Trifox components
vortex - package vortex
 
vortex.sql - package vortex.sql
 
vortexCallableStatement - Class in vortex.sql
The interface used to execute SQL stored procedures.
vortexConnection - Class in vortex.sql
A connection (session) with a specific database.
vortexDbMetaData - Class in vortex.sql
Comprehensive information about the database as a whole.
vortexDriver - Class in vortex.sql
The interface that every driver class must implement.
vortexDriver() - Constructor for class vortex.sql.vortexDriver
Constructs a new driver and registers it with java.sql.DriverManager.registerDriver()
vortexMetaResult - Class in vortex.sql
An object that can be used to get information about the types and properties of the columns in a ResultSet object.
vortexParameterMetaData - Class in vortex.sql
A ParameterMetaData object is used to get information about the type and properties of the parameters in a PreparedStatement object.
vortexPreparedStatement - Class in vortex.sql
A SQL statement is pre-compiled and stored in a PreparedStatement object.
vortexRecord - Class in vortex.sql
Object containing the results of a select query.
vortexResultSet - Class in vortex.sql
This class implements the ResultSet for JDBC interface The class is designed to hold the results of database queries.
vortexStatement - Class in vortex.sql
A Statement object is used for executing a static SQL statement and obtaining the results produced by it.

W

wasNull() - Method in class vortex.sql.vortexCallableStatement
Not supported by VORTEXjdbc.
wasNull() - Method in class vortex.sql.vortexResultSet
Reports whether the last column had a value of SQL NULL.

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

Updated May 06 2016