|
|||||||
PREV NEXT | FRAMES NO FRAMES |
A
- absolute(int) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- acceptsURL(String) - Method in class com.northgateis.reality.realsql.RealSQLDriver
- Returns true if the driver thinks that it can open a connection to the given URL.
- accessPlan - Variable in class com.northgateis.reality.realsql.RealPrepareSQL
- addBatch() - Method in class com.northgateis.reality.realsql.RealSQLPreparedStatement
- Currently not supported by the RealSQL-JDBC driver.
- addBatch(String) - Method in class com.northgateis.reality.realsql.RealSQLStatement
- Not supported by the RealSQL-JDBC driver.
- addResultSet(RealSQLResultSet) - Method in class com.northgateis.reality.realsql.RealSQLStatement
- addWarning(SQLWarning) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Adds a new warning message to the SQLWarnings chain.
- addWhereOrAnd() - Method in class com.northgateis.reality.realsql.RealCatalogQueryR81
- Appends a 'WHERE' or 'AND' clause to the SQL statement being generated.
- afterLast() - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- allProceduresAreCallable() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Can all the procedures returned by getProcedures be called by the current user?
- allTablesAreSelectable() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Can all the tables returned by getTable be SELECTed by the current user?
B
- beforeFirst() - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- BIGINT - Static variable in class com.northgateis.reality.realsql.RealTypes
- BINARY - Static variable in class com.northgateis.reality.realsql.RealTypes
- BIT - Static variable in class com.northgateis.reality.realsql.RealTypes
- BuildTableRef(String, String, String) - Method in class com.northgateis.reality.realsql.RealCatalogQueryR81
- This is employed by those catalog query methods that require to reference a specific catalog, schema, and or table name.
C
- cancel() - Method in class com.northgateis.reality.realsql.RealSQLStatement
- Cancels currently executing statement.
- cancelRowUpdates() - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- CHAR - Static variable in class com.northgateis.reality.realsql.RealTypes
- clearBatch() - Method in class com.northgateis.reality.realsql.RealSQLStatement
- Not supported by the RealSQL-JDBC driver.
- clearParameters() - Method in class com.northgateis.reality.realsql.RealSQLCallableStatement
- Clears the current output parameters.
- clearParameters() - Method in class com.northgateis.reality.realsql.RealSQLPreparedStatement
- Clears the current input parameters.
- clearWarnings() - Method in class com.northgateis.reality.realsql.RealSQLConnection
- Clears all warnings reported for this Connection object.
- clearWarnings() - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- After this call getWarnings returns null until a new warning is reported for this ResultSet.
- clearWarnings() - Method in class com.northgateis.reality.realsql.RealSQLStatement
- Clears all the warnings reported on this Statement object.
- close() - Method in class com.northgateis.reality.realsql.RealDebug
- Closes out the log by flushing any changes.
- close() - Method in class com.northgateis.reality.realsql.RealSQLConnection
- Close's the connection to the database and release's any JDBC resources immediately instead of waiting for them to be automatically released.
- close() - Method in class com.northgateis.reality.realsql.RealSQLPreparedStatement
- Closes the statement and any associated ResultSet.
- close() - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Releases this ResultSet object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed.
- close() - Method in class com.northgateis.reality.realsql.RealSQLStatement
- Closes the statement and any associated ResultSet.
- columns() - Method in interface com.northgateis.reality.realsql.RealRowParser
- Returns an iterator that enables a class to run through each of the column values.
- columns() - Method in class com.northgateis.reality.realsql.RealRowTokenizer
- Returns an iterator for this row.
- commit() - Method in class com.northgateis.reality.realsql.RealSQLConnection
- Makes all changes made since the previous commit/rollback permanent and releases any database locks currently held by the connection.
- complete() - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Indicates that the retrieval of all rows in the ResultSet is complete.
- completeLoad() - Method in class com.northgateis.reality.realsql.RealSQLStatement
- connect(String, Properties) - Method in class com.northgateis.reality.realsql.RealSQLDriver
- Attempts to make a database connection to the given URL.
- createBestRowStatement(String, String, String, int, boolean) - Method in class com.northgateis.reality.realsql.RealCatalogQuery
- Constructs an appropriate catalog query to implement getBestRowIdentifer()
- createBestRowStatement(String, String, String, int, boolean) - Method in class com.northgateis.reality.realsql.RealCatalogQueryR81
- Constructs an appropriate catalog query to implement getBestRowIdentifier()
- createBestRowStatement(String, String, String, int, boolean) - Method in class com.northgateis.reality.realsql.RealCatalogQueryR82
- Constructs an appropriate catalog command to implement getBestRowIdentifier()
- createCatalogStatement() - Method in class com.northgateis.reality.realsql.RealCatalogQuery
- Constructs an appropriate catalog query to implement getCatalogs()
- createCatalogStatement() - Method in class com.northgateis.reality.realsql.RealCatalogQueryR81
- Constructs an appropriate catalog query to implement getCatalogs()
- createCatalogStatement() - Method in class com.northgateis.reality.realsql.RealCatalogQueryR82
- Constructs a psuedo catalog command to implement getCatalogs().
- createColumnStatement(String, String, String, String) - Method in class com.northgateis.reality.realsql.RealCatalogQuery
- Constructs an appropriate catalog query to implement getColumns()
- createColumnStatement(String, String, String, String) - Method in class com.northgateis.reality.realsql.RealCatalogQueryR81
- Constructs an appropriate catalog query to implement getColumns()
- createColumnStatement(String, String, String, String) - Method in class com.northgateis.reality.realsql.RealCatalogQueryR82
- Constructs an appropriate catalog command to implement getColumns()
- createIndexInfoStatement(String, String, String, boolean, boolean) - Method in class com.northgateis.reality.realsql.RealCatalogQuery
- Constructs an appropriate catalog query to implement getIndexInfo()
- createIndexInfoStatement(String, String, String, boolean, boolean) - Method in class com.northgateis.reality.realsql.RealCatalogQueryR81
- Constructs an appropriate catalog query to implement getIndexInfo()
- createIndexInfoStatement(String, String, String, boolean, boolean) - Method in class com.northgateis.reality.realsql.RealCatalogQueryR82
- Constructs an appropriate catalog command to implement getIndexInfo()
- createPrimaryKeyStatement(String, String, String) - Method in class com.northgateis.reality.realsql.RealCatalogQuery
- Constructs an appropriate catalog query to implement getPrimaryKeys()
- createPrimaryKeyStatement(String, String, String) - Method in class com.northgateis.reality.realsql.RealCatalogQueryR81
- Constructs an appropriate catalog query to implement getPrimarKeys() This is not implemented on Reality databases prior to release 8.2A
- createPrimaryKeyStatement(String, String, String) - Method in class com.northgateis.reality.realsql.RealCatalogQueryR82
- Constructs an appropriate catalog command to implement getPrimarKeys()
- createSchemaStatement() - Method in class com.northgateis.reality.realsql.RealCatalogQuery
- Constructs an appropriate catalog query to implement getSchemas()
- createSchemaStatement() - Method in class com.northgateis.reality.realsql.RealCatalogQueryR81
- Constructs an appropriate catalog query to implement getSchemas()
- createSchemaStatement() - Method in class com.northgateis.reality.realsql.RealCatalogQueryR82
- Constructs an appropriate catalog command to implement getSchemas()
- createStatement() - Method in class com.northgateis.reality.realsql.RealSQLConnection
- Creates a Statement object for sending SQL statements to the database.
- createStatement(int, int) - Method in class com.northgateis.reality.realsql.RealSQLConnection
- JDBC 2.0 Creates a Statement object that will generate ResultSet objects with the given type and concurrency.
- createTableStatement(String, String, String, String[]) - Method in class com.northgateis.reality.realsql.RealCatalogQuery
- Constructs an appropriate catalog query to implement getTables()
- createTableStatement(String, String, String, String[]) - Method in class com.northgateis.reality.realsql.RealCatalogQueryR81
- Constructs an appropriate catalog query to implement getTables() Reality supports the following table types : "TABLE", "SYSTEM TABLE".
- createTableStatement(String, String, String, String[]) - Method in class com.northgateis.reality.realsql.RealCatalogQueryR82
- Constructs an appropriate psuedo catalog command to implement getTables() Reality supports the following table types : "TABLE", "SYSTEM TABLE".
- createTableTypeStatement() - Method in class com.northgateis.reality.realsql.RealCatalogQuery
- Constructs an appropriate catalog query to implement getTableTypes()
- createTableTypeStatement() - Method in class com.northgateis.reality.realsql.RealCatalogQueryR81
- Constructs an appropriate catalog query to implement getTableTypes()
- createTableTypeStatement() - Method in class com.northgateis.reality.realsql.RealCatalogQueryR82
- Constructs an appropriate catalog command to implement getTableTypes()
- createTypeInfoStatement() - Method in class com.northgateis.reality.realsql.RealCatalogQuery
- Constructs an appropriate catalog query to implement getTypeInfo()
- createTypeInfoStatement() - Method in class com.northgateis.reality.realsql.RealCatalogQueryR81
- Constructs an appropriate catalog query to implement getTypeInfo()
- createTypeInfoStatement() - Method in class com.northgateis.reality.realsql.RealCatalogQueryR82
- Constructs an appropriate catalog command to implement getTypeInfo()
- createVersionColumnStatement(String, String, String) - Method in class com.northgateis.reality.realsql.RealCatalogQuery
- Constructs an appropriate catalog query to implement getVersionColumns()
- createVersionColumnStatement(String, String, String) - Method in class com.northgateis.reality.realsql.RealCatalogQueryR81
- Constructs an appropriate catalog query to implement getVersionColumns() Reality does not support columns that are automatically updated when any value in a row is updated, therefore this query will always return a ResultSet containing zero rows.
- createVersionColumnStatement(String, String, String) - Method in class com.northgateis.reality.realsql.RealCatalogQueryR82
- Constructs an appropriate catalog command to implement getVersionColumns() Reality does not support columns that are automatically updated when any value in a row is updated, therefore this query will always return a ResultSet containing zero rows.
D
- dataDefinitionCausesTransactionCommit() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Does a data definition statement within a transaction force the transaction to commit?
- dataDefinitionIgnoredInTransactions() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Is a data definition statement within a transaction ignored?
- DATE - Static variable in class com.northgateis.reality.realsql.RealTypes
- dbmd - Variable in class com.northgateis.reality.realsql.RealCatalogQuery
- debug - Variable in class com.northgateis.reality.realsql.RealCatalogQuery
- debug - Variable in class com.northgateis.reality.realsql.RealPrepareSQL
- DECIMAL - Static variable in class com.northgateis.reality.realsql.RealTypes
- deleteRow() - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- deletesAreDetected(int) - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- JDBC 2.0 Indicates whether or not a visible row delete can be detected by calling ResultSet.rowDeleted().
- disconnect() - Method in class com.northgateis.reality.realsql.RealServer
- Disconnects the DDATCP stream associated with this connection.
- doesMaxRowSizeIncludeBlobs() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Did getMaxRowSize() include LONGVARCHAR and LONGVARBINARY blobs?
- DOUBLE - Static variable in class com.northgateis.reality.realsql.RealTypes
E
- ERROR - Static variable in class com.northgateis.reality.realsql.RealError
- execute() - Method in class com.northgateis.reality.realsql.RealSQLCallableStatement
- Executes the stored procedure with its current parameter values.
- execute() - Method in class com.northgateis.reality.realsql.RealSQLPreparedStatement
- Executes the stored procedure with its current values.
- execute(int) - Method in class com.northgateis.reality.realsql.RealServer
- Commands the server to start executing a previously prepared statement.
- execute(String) - Method in class com.northgateis.reality.realsql.RealSQLStatement
- Executes a SQL statement that may return multiple results.
- executeBatch() - Method in class com.northgateis.reality.realsql.RealSQLStatement
- Not supported by the RealSQL-JDBC driver.
- executeCatalogQuery(RealSQLStatement, String) - Method in class com.northgateis.reality.realsql.RealCatalogQuery
- Executes the catalog query statement and returns the result set.
- executeCatalogQuery(RealSQLStatement, String) - Method in class com.northgateis.reality.realsql.RealCatalogQueryR81
- Executes the catalog query statement and returns the result set.
- executeCatalogQuery(RealSQLStatement, String) - Method in class com.northgateis.reality.realsql.RealCatalogQueryR82
- Executes the catalog query statement and returns the result set.
- executeCatalogQuery(String) - Method in class com.northgateis.reality.realsql.RealSQLStatement
- executeCommon(RealSQLResultSetMetaData) - Method in class com.northgateis.reality.realsql.RealSQLStatement
- executeQuery() - Method in class com.northgateis.reality.realsql.RealSQLCallableStatement
- Executes the stored query with its current parameter values.
- executeQuery() - Method in class com.northgateis.reality.realsql.RealSQLPreparedStatement
- Executes the stored query with its current values.
- executeQuery(String) - Method in class com.northgateis.reality.realsql.RealSQLStatement
- Executes a SQL statement that returns a single ResultSet.
- executeQueryCommon(RealSQLResultSetMetaData) - Method in class com.northgateis.reality.realsql.RealSQLStatement
- executeStmt(RealSQLResultSetMetaData) - Method in class com.northgateis.reality.realsql.RealSQLStatement
- executeUpdate() - Method in class com.northgateis.reality.realsql.RealSQLCallableStatement
- Executes the stored update with its current parameter values.
- executeUpdate() - Method in class com.northgateis.reality.realsql.RealSQLPreparedStatement
- Executes the stored update with its current values.
- executeUpdate(String) - Method in class com.northgateis.reality.realsql.RealSQLStatement
- Executes an SQL INSERT, UPDATE or DELETE statement.
- executeUpdateCommon(RealSQLResultSetMetaData) - Method in class com.northgateis.reality.realsql.RealSQLStatement
- exists(int) - Method in interface com.northgateis.reality.realsql.RealRowParser
- Checks if the specified column exists.
- exists(int) - Method in class com.northgateis.reality.realsql.RealRowTokenizer
- Check if column index is valid for this row.
F
- fetch(int) - Method in class com.northgateis.reality.realsql.RealServer
- Retrieves ResultSet data from the server ouptput buffer after execution of an SQL statement.
- finalize() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Ensures that the statement resources at the server are released if this object is garbage collected without a prior call to the close method.
- finalize() - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Ensures that the statement resources at the server are released if this object is garbage collected without a prior call to the close method.
- findColumn(String) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Finds the column index in ResultSet for a given column name.
- first() - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- FLOAT - Static variable in class com.northgateis.reality.realsql.RealTypes
- freeStatement(int) - Method in class com.northgateis.reality.realsql.RealServer
- Commands the server to free resources previously allocated to a prepared statement.
G
- getAccessPlan() - Method in class com.northgateis.reality.realsql.RealMessage
- Get the AccessPlan for this particular message.
- getAccessPlan() - Method in class com.northgateis.reality.realsql.RealPrepareSQL
- Get the accessplan.
- getAccessPlan() - Method in class com.northgateis.reality.realsql.RealSQLResultSetMetaData
- Retrieve the server AccessPlan for this prepared statement.
- getArray() - Method in class com.northgateis.reality.realsql.RealSQLArray
- Retrieves the contents of the SQL array designated by this Array object in the form of an array in the Java programming language.
- getArray(int) - Method in class com.northgateis.reality.realsql.RealSQLCallableStatement
- Currently not supported by the RealSQL-JDBC driver.
- getArray(int) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- getArray(long, int) - Method in class com.northgateis.reality.realsql.RealSQLArray
- Returns an array containing a slice of the SQL array, beginning with the specified index and containing up to count successive elements of the SQL array.
- getArray(long, int, Map) - Method in class com.northgateis.reality.realsql.RealSQLArray
- Returns an array containing a slice of the SQL array object designated by this object, beginning with the specified index and containing up to count successive elements of the SQL array.
- getArray(Map) - Method in class com.northgateis.reality.realsql.RealSQLArray
- Retrieves the contents of the SQL array designated by this Array object, using the specified map for type map customizations.
- getArray(String) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- getAsciiStream() - Method in class com.northgateis.reality.realsql.RealSQLClob
- getAsciiStream(int) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- getAsciiStream(String) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- getAutoCommit() - Method in class com.northgateis.reality.realsql.RealSQLConnection
- Get the current AutoCommit state.
- getBaseType() - Method in class com.northgateis.reality.realsql.RealSQLArray
- Returns the JDBC type of the elements in the array designated by this Array object.
- getBaseTypeName() - Method in class com.northgateis.reality.realsql.RealSQLArray
- Returns the SQL type name of the elements in the array designated by this Array object.
- getBaseTypeName() - Method in class com.northgateis.reality.realsql.RealSQLRef
- Gets the fully-qualified SQL structured type name of the referenced item.
- getBestRowIdentifier(String, String, String, int, boolean) - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Gets a description of a table's optimal set of columns that uniquely identifies a row.
- getBigDecimal(int) - Method in class com.northgateis.reality.realsql.RealSQLCallableStatement
- Retrieves the specified parameter as a BigDecimal value.
- getBigDecimal(int) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- JDBC 2.0 Get the value of a column in the current row as a java.math.BigDecimal object with full precision.
- getBigDecimal(int, int) - Method in class com.northgateis.reality.realsql.RealSQLCallableStatement
- Retrieves the specified parameter as a BigDecimal value.
- getBigDecimal(int, int) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Deprecated.
- getBigDecimal(String) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- JDBC 2.0 Gets the value of a column in the current row as a java.math.BigDecimal object with full precision.
- getBigDecimal(String, int) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Deprecated.
- getBinaryStream() - Method in class com.northgateis.reality.realsql.RealSQLBlob
- getBinaryStream(int) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- getBinaryStream(String) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- getBlob(int) - Method in class com.northgateis.reality.realsql.RealSQLCallableStatement
- Currently not supported by the RealSQL-JDBC driver.
- getBlob(int) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- getBlob(String) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- getBoolean(int) - Method in class com.northgateis.reality.realsql.RealSQLCallableStatement
- Retrieves the specified parameter as a boolean value.
- getBoolean(int) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Gets the value of a column in the current row as a Java boolean.
- getBoolean(String) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Get the value of a column in the current row as a Java boolean.
- getByte(int) - Method in class com.northgateis.reality.realsql.RealSQLCallableStatement
- Retrives the specified parameter as a byte value.
- getByte(int) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Get the value of a column in the current row as a Java byte.
- getByte(String) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Gets the value of a column in the current row as a Java byte.
- getBytes() - Method in class com.northgateis.reality.realsql.RealParamData
- Get the parameter value as a byte array.
- getBytes(int) - Method in class com.northgateis.reality.realsql.RealSQLCallableStatement
- Retrieves the specified parameter as a byte[] value.
- getBytes(int) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- getBytes(long, int) - Method in class com.northgateis.reality.realsql.RealSQLBlob
- Provides a byte array of data from this Blob starting at the specified start position within this Blob and having the specified length.
- getBytes(String) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- getCatalog() - Method in class com.northgateis.reality.realsql.RealSQLConnection
- Returns the Connection's current catalog name.
- getCatalogName(int) - Method in class com.northgateis.reality.realsql.RealSQLResultSetMetaData
- Retrieve the column's table catalog name.
- getCatalogs() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Gets the catalog names available in this database.
- getCatalogSeparator() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- What's the separator between catalog and table name?
- getCatalogTerm() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- What's the database vendor's preferred term for "catalog"?
- getCharacterStream() - Method in class com.northgateis.reality.realsql.RealSQLClob
- getCharacterStream(int) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- getCharacterStream(String) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- getClob(int) - Method in class com.northgateis.reality.realsql.RealSQLCallableStatement
- Currently not supported by the RealSQL-JDBC driver.
- getClob(int) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- getClob(String) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- getColumnClassName(int) - Method in class com.northgateis.reality.realsql.RealSQLResultSetMetaData
- Not supported by the RealSQL-JDBC driver.
- getColumnCount() - Method in class com.northgateis.reality.realsql.RealSQLResultSetMetaData
- Retrieve the number of columns in this ResultSet.
- getColumnDisplaySize(int) - Method in class com.northgateis.reality.realsql.RealSQLResultSetMetaData
- Retrieve the column's normal max width in chars.
- getColumnLabel() - Method in class com.northgateis.reality.realsql.RealColumnMetaData
- Retrieves the column label, if none assigned this defaults to the column name.
- getColumnLabel(int) - Method in class com.northgateis.reality.realsql.RealSQLResultSetMetaData
- Retrieve the suggested column label for use in printouts and displays.
- getColumnName() - Method in class com.northgateis.reality.realsql.RealColumnMetaData
- Retrieves the column name.
- getColumnName(int) - Method in class com.northgateis.reality.realsql.RealSQLResultSetMetaData
- Retrieve the column's name.
- getColumnPrivileges(String, String, String, String) - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Not supported by the RealSQL-JDBC driver.
- getColumns(String, String, String, String) - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Gets a description of table columns available in the specified catalog.
- getColumnType(int) - Method in class com.northgateis.reality.realsql.RealSQLResultSetMetaData
- Retrieve the column's SQL type.
- getColumnTypeName(int) - Method in class com.northgateis.reality.realsql.RealSQLResultSetMetaData
- Retrieve the column's database-specific type name.
- getConcurrency() - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- getConnection() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- JDBC 2.0 Retrieves the connection that produced this metadata object.
- getConnection() - Method in class com.northgateis.reality.realsql.RealSQLStatement
- JDBC 2.0 Returns the Connection object that produced this Statement object.
- getConnectionOption(int) - Method in class com.northgateis.reality.realsql.RealServer
- Processes the commands AutoCommit and TxnIsolation.
- getCrossReference(String, String, String, String, String, String) - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Not supported by the RealSQL-JDBC driver.
- getCursorName() - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- getData(int) - Method in class com.northgateis.reality.realsql.RealMessage
- Get the data buffer for the last operation performed on the Reality Server.
- getDatabaseProductName() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Get the name of this database product?
- getDatabaseProductVersion() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Get the version of this database product?
- getDate(int) - Method in class com.northgateis.reality.realsql.RealSQLCallableStatement
- Retrieves the specified parameter as a java.sql.Date value.
- getDate(int) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Get the value of a column in the current row as a java.sql.Date object.
- getDate(int, Calendar) - Method in class com.northgateis.reality.realsql.RealSQLCallableStatement
- JDBC 2.0 Retrieves the specified parameter as a java.sql.Date value, using the given Calendar object.
- getDate(int, Calendar) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Get the value of a column in the current row as a java.sql.Date object.
- getDate(String) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Gets the value of a column in the current row as a java.sql.Date object.
- getDate(String, Calendar) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Gets the value of a column in the current row as a java.sql.Date object.
- getDDA() - Method in class com.northgateis.reality.realsql.RealServer
- Returns the DDATCP stream associated with this connection.
- getDefaultTransactionIsolation() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- What's the database's default transaction isolation level? The values are defined in java.sql.Connection.
- getDisplayLength() - Method in class com.northgateis.reality.realsql.RealColumnMetaData
- Retrieves the maximum display length for this column.
- getDouble(int) - Method in class com.northgateis.reality.realsql.RealSQLCallableStatement
- Retrieves the specified parameter as a double value.
- getDouble(int) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Get the value of a column in the current row as a Java double.
- getDouble(String) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Gets the value of a column in the current row as a Java double.
- getDriverMajorVersion() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Get the JDBC driver's major version number?
- getDriverMinorVersion() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Get the JDBC driver's minor version number?
- getDriverName() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Get the name of this JDBC driver?
- getDriverVersion() - Method in class com.northgateis.reality.realsql.RealServer
- Get driver version
- getDriverVersion() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- What's the version of this JDBC driver?
- getErrState(int, int) - Method in class com.northgateis.reality.realsql.RealError
- Translates the Reality server error message number into an appropriate SQLSTATE.
- getException() - Method in class com.northgateis.reality.realsql.RealError
- Get the exception generated when this object was created, if no exception exists a default exception (S1000 -> "General error.") is returned.
- getExportedKeys(String, String, String) - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Not supported by the RealSQL-JDBC driver.
- getExtraNameCharacters() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Gets all the "extra" characters that can be used in unquoted identifier names (those beyond a-z, A-Z, 0-9 and _).
- getFetchDirection() - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- JDBC 2.0 Returns the fetch direction for this result set.
- getFetchDirection() - Method in class com.northgateis.reality.realsql.RealSQLStatement
- JDBC 2.0 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 com.northgateis.reality.realsql.RealSQLResultSet
- JDBC 2.0 Returns the fetch size for this result set.
- getFetchSize() - Method in class com.northgateis.reality.realsql.RealSQLStatement
- JDBC 2.0 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 com.northgateis.reality.realsql.RealSQLCallableStatement
- Retrieves the specified parameter as a float value.
- getFloat(int) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Get the value of a column in the current row as a Java float.
- getFloat(String) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Gets the value of a column in the current row as a Java float.
- getIdentifierQuoteString() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- 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 com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Not supported by the RealSQL-JDBC driver.
- getIndex(byte[], int, int, int, int) - Method in class com.northgateis.reality.realsql.RealItemTokenizer
- Find the n'th occurance of the delimiter in the byte array.
- getIndexInfo(String, String, String, boolean, boolean) - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Gets a description of a table's indices and statistics.
- getInfo(int) - Method in class com.northgateis.reality.realsql.RealServer
- Get requested information from the database server.
- getInputParam(int) - Method in class com.northgateis.reality.realsql.RealSQLPreparedStatement
- Retrieves the input parameter specified by the index.
- getInt(int) - Method in class com.northgateis.reality.realsql.RealSQLCallableStatement
- Retrieves the specified parameter as an integer value.
- getInt(int) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Get the value of a column in the current row as a Java int.
- getInt(String) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Gets the value of a column in the current row as a Java int.
- getLevel() - Method in class com.northgateis.reality.realsql.RealDebug
- Get the current logging level.
- getLong(int) - Method in class com.northgateis.reality.realsql.RealSQLCallableStatement
- Retrieves the specified parameter as a long value.
- getLong(int) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Get the value of a column in the current row as a Java long.
- getLong(String) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Gets the value of a column in the current row as a Java long.
- getMajor() - Static method in class com.northgateis.reality.realsql.VersionInfo
- Returns the driver major version number.
- getMajorVersion() - Method in class com.northgateis.reality.realsql.RealSQLDriver
- Get the major version of this driver.
- getMaxBinaryLiteralLength() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- How many hex characters can you have in an inline binary literal?
- getMaxCatalogNameLength() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- What's the maximum length of a catalog name?
- getMaxCharLiteralLength() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- What's the max length for a character literal?
- getMaxColumnNameLength() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- What's the limit on column name length?
- getMaxColumnsInGroupBy() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- What's the maximum number of columns in a "GROUP BY" clause?
- getMaxColumnsInIndex() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- What's the maximum number of columns allowed in an index?
- getMaxColumnsInOrderBy() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- What's the maximum number of columns in an "ORDER BY" clause?
- getMaxColumnsInSelect() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- What's the maximum number of columns in a "SELECT" list?
- getMaxColumnsInTable() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- What's the maximum number of columns in a table?
- getMaxConnections() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- How many active connections can we have at a time to this database?
- getMaxCursorNameLength() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- What's the maximum cursor name length?
- getMaxFieldSize() - Method in class com.northgateis.reality.realsql.RealSQLStatement
- Returns the maximum number of bytes allowed for any column value.
- getMaxIndexLength() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- What's the maximum length of an index (in bytes)?
- getMaxProcedureNameLength() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- What's the maximum length of a procedure name?
- getMaxRows() - Method in class com.northgateis.reality.realsql.RealSQLStatement
- Retrieves the maximum number of rows that a ResultSet can contain.
- getMaxRowSize() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- What's the maximum length of a single row?
- getMaxSchemaNameLength() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- What's the maximum length allowed for a schema name?
- getMaxStatementLength() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- What's the maximum length of a SQL statement?
- getMaxStatements() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- How many active statements can we have open at one time to this database?
- getMaxTableNameLength() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- What's the maximum length of a table name?
- getMaxTablesInSelect() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- What's the maximum number of tables in a SELECT statement?
- getMaxUserNameLength() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- What's the maximum length of a user name?
- getMetaData() - Method in class com.northgateis.reality.realsql.RealSQLConnection
- Gets the metadata from this connection's Reality database.
- getMetaData() - Method in class com.northgateis.reality.realsql.RealSQLPreparedStatement
- JDBC 2.0 Gets the number, types and properties of a ResultSet's columns.
- getMetaData() - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Get the number, types and properties of a ResultSet's columns.
- getMinor() - Static method in class com.northgateis.reality.realsql.VersionInfo
- Returns the driver minor version number.
- getMinorVersion() - Method in class com.northgateis.reality.realsql.RealSQLDriver
- Get the minor version of this driver.
- getMoreResults() - Method in class com.northgateis.reality.realsql.RealSQLStatement
- Moves to a Statement's next result.
- getNumAttributes() - Method in class com.northgateis.reality.realsql.RealMessage
- Get the number of attributes for this particular message.
- getNumericFunctions() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Gets a comma-separated list of math functions.
- getObject(int) - Method in class com.northgateis.reality.realsql.RealSQLCallableStatement
- Retrieves the specified parameter as a Java object value.
- getObject(int) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Get the value of a column in the current row as a Java object.
- getObject(int, Map) - Method in class com.northgateis.reality.realsql.RealSQLCallableStatement
- Currently not supported by the RealSQL-JDBC driver.
- getObject(int, Map) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- getObject(String) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Gets the value of a column in the current row as a Java object.
- getObject(String, Map) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- getOutputParam(int, RealParamData) - Method in class com.northgateis.reality.realsql.RealServer
- Retrieves value of specified OUTPUT parameter from the server.
- getOwnerName() - Method in class com.northgateis.reality.realsql.RealColumnMetaData
- Retrieves the schema (owner) name to which table this column belongs.
- getParamCount() - Method in class com.northgateis.reality.realsql.RealPrepareSQL
- getParamCount() - Method in class com.northgateis.reality.realsql.RealPrepareSQLR81
- getParamCount() - Method in class com.northgateis.reality.realsql.RealPrepareSQLR82
- getParamCount() - Method in class com.northgateis.reality.realsql.RealSQLPreparedStatement
- Retrieves the total number of parameters used by this stored procedure.
- getParamCount() - Method in class com.northgateis.reality.realsql.RealSQLResultSetMetaData
- Retrieve the parameter count for this prepared statement.
- getParamIndex() - Method in class com.northgateis.reality.realsql.RealParamData
- Get the parameter ordinal value
- getParamLen() - Method in class com.northgateis.reality.realsql.RealParamData
- Get the parameter length
- getParamOffset() - Method in class com.northgateis.reality.realsql.RealParamData
- Get the parameter offset
- getParamScale() - Method in class com.northgateis.reality.realsql.RealParamData
- Get the parameter scale
- getParamType() - Method in class com.northgateis.reality.realsql.RealParamData
- Get the parameter JDBC data type
- getParamValue() - Method in class com.northgateis.reality.realsql.RealParamData
- Get the parameter string value
- getPrecision() - Method in class com.northgateis.reality.realsql.RealColumnMetaData
- Retrieves the column precision.
- getPrecision(int) - Method in class com.northgateis.reality.realsql.RealSQLResultSetMetaData
- Retrieve the column's number of decimal digits.
- getPrimaryKeys(String, String, String) - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Gets a description of a table's primary key columns.
- getProcedureColumns(String, String, String, String) - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Not supported by the RealSQL-JDBC driver.
- getProcedures(String, String, String) - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Not supported by the RealSQL-JDBC driver.
- getProcedureTerm() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- What's the database vendor's preferred term for "procedure"?
- getPropertyInfo(String, Properties) - Method in class com.northgateis.reality.realsql.RealSQLDriver
- 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 com.northgateis.reality.realsql.RealSQLStatement
- Retrieves the number of seconds the driver will wait for a Statement to execute.
- getRealSQLType() - Method in class com.northgateis.reality.realsql.RealColumnMetaData
- Retrieves the Reality SQL Type.
- getRealSQLTypeForSQL(int) - Static method in class com.northgateis.reality.realsql.RealTypes
- Provides the RealSQL type in the form of an int from this class for the specified SQL type from java.sql.Types.
- getRealSQLTypeNameForRealSQL(int) - Static method in class com.northgateis.reality.realsql.RealTypes
- Provides a String representation of the specified RealSQL type.
- getRealSQLTypeNameForSQL(int) - Static method in class com.northgateis.reality.realsql.RealTypes
- Provides the RealSQL type name for the specified SQL type constant from java.sql.Types.
- getRef(int) - Method in class com.northgateis.reality.realsql.RealSQLCallableStatement
- Currently not supported by the RealSQL-JDBC driver.
- getRef(int) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- getRef(String) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- getResultSet() - Method in class com.northgateis.reality.realsql.RealSQLArray
- Returns a result set that contains the elements of the array designated by this Array object.
- getResultSet() - Method in class com.northgateis.reality.realsql.RealSQLStatement
- Returns the current result as a ResultSet object.
- getResultSet(long, int) - Method in class com.northgateis.reality.realsql.RealSQLArray
- Returns a result set holding the elements of the subarray that starts at index index and contains up to count successive elements.
- getResultSet(long, int, Map) - Method in class com.northgateis.reality.realsql.RealSQLArray
- Returns a result set holding the elements of the subarray that starts at index index and contains up to count successive elements.
- getResultSet(Map) - Method in class com.northgateis.reality.realsql.RealSQLArray
- Returns a result set that contains the elements of the array designated by this Array object and uses the given map to map the array elements.
- getResultSetConcurrency() - Method in class com.northgateis.reality.realsql.RealSQLStatement
- JDBC 2.0 result set concurrency.
- getResultSetType() - Method in class com.northgateis.reality.realsql.RealSQLStatement
- JDBC 2.0 Determine the result set type.
- getRow() - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- JDBC 2.0 Get the current row number.
- getRowCount() - Method in class com.northgateis.reality.realsql.RealMessage
- Get the number of rows affected by a previous update statement.
- getRowCount() - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Get the update count, this is only valid if the last SQL statement executed caused an update to occur on the database.
- getScale() - Method in class com.northgateis.reality.realsql.RealColumnMetaData
- Retrieves the column scale.
- getScale(int) - Method in class com.northgateis.reality.realsql.RealSQLResultSetMetaData
- Retrieve the column's number of digits to right of the decimal point.
- getSchemaName(int) - Method in class com.northgateis.reality.realsql.RealSQLResultSetMetaData
- Retrieve the column's table's schema.
- getSchemas() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Gets the schema names available in this database.
- getSchemaTerm() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- What's the database vendor's preferred term for "schema"?
- getSearchStringEscape() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Gets the string that can be used to escape wildcard characters.
- getServer() - Method in class com.northgateis.reality.realsql.RealSQLConnection
- Get the Server object associated with this connection.
- getServerCode() - Method in class com.northgateis.reality.realsql.RealMessage
- Get the server code for the last operation performed on the Reality Server.
- getServerMessage() - Method in class com.northgateis.reality.realsql.RealMessage
- Get the server message for the last operation performed on the Reality Server, if one exists.
- getServerVersion() - Method in class com.northgateis.reality.realsql.RealServer
- Get server version
- getServerVersion() - Method in class com.northgateis.reality.realsql.RealSQLConnection
- Get the server version number.
- getShort(int) - Method in class com.northgateis.reality.realsql.RealSQLCallableStatement
- Retrieves the specified parameter as a short value.
- getShort(int) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Get the value of a column in the current row as a Java short.
- getShort(String) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Gets the value of a column in the current row as a Java short.
- getSQLKeywords() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Gets a comma-separated list of all a database's SQL keywords that are NOT also SQL92 keywords.
- getSqlState(int) - Method in class com.northgateis.reality.realsql.RealError
- Get the SQLSTATE defined by parameter errState.
- getSqlState(int, int) - Method in class com.northgateis.reality.realsql.RealError
- Translates the Reality server error message number into an appropriate SQLSTATE.
- getSQLType() - Method in class com.northgateis.reality.realsql.RealColumnMetaData
- Retrieves the JDBC SQL Type.
- getSQLTypeForRealSQL(int) - Static method in class com.northgateis.reality.realsql.RealTypes
- Provides the SQL type that corresponds to the specified RealSQL type.
- getStatement() - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- JDBC 2.0 Returns the Statement that produced this ResultSet object.
- getStatus() - Static method in class com.northgateis.reality.realsql.VersionInfo
- Returns the driver status in the format "V"ersion or "T"rial
- getString(int) - Method in class com.northgateis.reality.realsql.RealSQLCallableStatement
- Rerieves the specified parameter as a String value.
- getString(int) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Get the value of a column in the current row as a Java String.
- getString(String) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Gets the value of a column in the current row as a Java String.
- getStringFunctions() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Gets a comma-separated list of string functions.
- getSubString(long, int) - Method in class com.northgateis.reality.realsql.RealSQLClob
- Returns a copy of the specified substring in the CLOB value designated by this Clob object.
- getSystemFunctions() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Gets a comma-separated list of system functions.
- getTableName() - Method in class com.northgateis.reality.realsql.RealColumnMetaData
- Retrieves the table name to which this column belongs.
- getTableName(int) - Method in class com.northgateis.reality.realsql.RealSQLResultSetMetaData
- Retrieve the column's table name.
- getTablePrivileges(String, String, String) - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Not supported by the RealSQL-JDBC driver.
- getTables(String, String, String, String[]) - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Gets a description of tables available in a catalog.
- getTableTypes() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Gets the table types available in this database.
- getTime(int) - Method in class com.northgateis.reality.realsql.RealSQLCallableStatement
- Retrieved the specified parameter as a Time value.
- getTime(int) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Gets the value of a column in the current row as a java.sql.Time object.
- getTime(int, Calendar) - Method in class com.northgateis.reality.realsql.RealSQLCallableStatement
- Retrieves the specified parameter as a Time value.
- getTime(int, Calendar) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Gets the value of a column in the current row as a java.sql.Time object.
- getTime(String) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Gets the value of a column in the current row as a java.sql.Time object.
- getTime(String, Calendar) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Gets the value of a column in the current row as a java.sql.Time object.
- getTimeDateFunctions() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Gets a comma-separated list of system functions.
- getTimestamp(int) - Method in class com.northgateis.reality.realsql.RealSQLCallableStatement
- Retrieves the specified parameter as a Timestamp value.
- getTimestamp(int) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Gets the value of a column in the current row as a java.sql.Timestamp object.
- getTimestamp(int, Calendar) - Method in class com.northgateis.reality.realsql.RealSQLCallableStatement
- Retrieves the specified parameter as a Timestamp value.
- getTimestamp(int, Calendar) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Gets the value of a column in the current row as a java.sql.Timestamp object.
- getTimestamp(String) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Gets the value of a column in the current row as a java.sql.Timestamp object.
- getTimestamp(String, Calendar) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Gets the value of a column in the current row as a java.sql.Timestamp object.
- getTraceFlags() - Method in class com.northgateis.reality.realsql.RealDebug
- Get the trace flags.
- getTransactionIsolation() - Method in class com.northgateis.reality.realsql.RealSQLConnection
- Gets this Connection's current transaction isolation level.
- getType() - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- JDBC 2.0 Returns the type of this result set.
- getTypeInfo() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Gets a description of all the standard SQL types supported by this .
- getTypeMap() - Method in class com.northgateis.reality.realsql.RealSQLConnection
- Not supported by the RealSQL-JDBC driver.
- getUDTs(String, String, String, int[]) - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Not supported by the RealSQL-JDBC driver.
- getUnicodeStream(int) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Deprecated. use getCharacterStream()
- getUnicodeStream(String) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Deprecated. use the getCharacterStream()
- getUpdateCount() - Method in class com.northgateis.reality.realsql.RealSQLStatement
- Returns the current result as an update count.
- getUrl() - Method in class com.northgateis.reality.realsql.RealSQLConnection
- getURL() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Get the url for this database?
- getUserName() - Method in class com.northgateis.reality.realsql.RealSQLConnection
- getUserName() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Get our user name as known to the database?
- getValue(int) - Method in interface com.northgateis.reality.realsql.RealRowParser
- Returns a specific column value.
- getValue(int) - Method in class com.northgateis.reality.realsql.RealRowTokenizer
- Get the value for a specified column index.
- getVersion() - Static method in class com.northgateis.reality.realsql.VersionInfo
- Returns the driver version in the format "x.x.x.x" which represents the Major.Minor.ServicePack.Build numbers in decimal.
- getVersionColumns(String, String, String) - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Gets a description of a table's columns that are automatically updated when any value in a row is updated.
- getWarning(int) - Method in class com.northgateis.reality.realsql.RealRowTokenizer
- Get non-fatal warning messages found during parsing, including data truncation errors.
- getWarnings() - Method in class com.northgateis.reality.realsql.RealSQLConnection
- Returns the first warning reported by calls on this Connection.
- getWarnings() - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- The first warning reported by calls on this ResultSet is returned.
- getWarnings() - Method in class com.northgateis.reality.realsql.RealSQLStatement
- Retrieves the first warning reported by calls on this Statement.
H
- hasNext() - Method in class com.northgateis.reality.realsql.RealColumnIterator
I
- IM001 - Static variable in class com.northgateis.reality.realsql.RealError
- IM002 - Static variable in class com.northgateis.reality.realsql.RealError
- IM003 - Static variable in class com.northgateis.reality.realsql.RealError
- IM004 - Static variable in class com.northgateis.reality.realsql.RealError
- IM005 - Static variable in class com.northgateis.reality.realsql.RealError
- IM006 - Static variable in class com.northgateis.reality.realsql.RealError
- IM007 - Static variable in class com.northgateis.reality.realsql.RealError
- IM008 - Static variable in class com.northgateis.reality.realsql.RealError
- IM009 - Static variable in class com.northgateis.reality.realsql.RealError
- insertRow() - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- insertsAreDetected(int) - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- JDBC 2.0 Indicates whether or not a visible row insert can be detected by calling ResultSet.rowInserted().
- INTEGER - Static variable in class com.northgateis.reality.realsql.RealTypes
- isAfterLast() - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- isAutoIncrement() - Method in class com.northgateis.reality.realsql.RealColumnMetaData
- Indicates whether the column is automatically numbered, thus read-only.
- isAutoIncrement(int) - Method in class com.northgateis.reality.realsql.RealSQLResultSetMetaData
- Indicates whether the column is automatically numbered, thus read-only.
- isBeforeFirst() - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- isCaseSensitive() - Method in class com.northgateis.reality.realsql.RealColumnMetaData
- Indicates whether a column's case matters.
- isCaseSensitive(int) - Method in class com.northgateis.reality.realsql.RealSQLResultSetMetaData
- Indicates whether a column's case matters.
- isCatalogAtStart() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Does a catalog appear at the start of a qualified table name? (Otherwise it appears at the end)
- isCatalogQuery() - Method in class com.northgateis.reality.realsql.RealSQLStatement
- isClosed() - Method in class com.northgateis.reality.realsql.RealServer
- Checks if the DDATCP stream associated with this connection is closed.
- isClosed() - Method in class com.northgateis.reality.realsql.RealSQLConnection
- Tests to see if this connection is closed.
- isClosed() - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- isCompatible(int) - Method in class com.northgateis.reality.realsql.RealServer
- Check Reality server version compatibility.
- isCurrency() - Method in class com.northgateis.reality.realsql.RealColumnMetaData
- Indicates whether the column is a cash value.
- isCurrency(int) - Method in class com.northgateis.reality.realsql.RealSQLResultSetMetaData
- Indicates whether the column is a cash value.
- isDataAvailable() - Method in class com.northgateis.reality.realsql.RealServer
- Checks to see if there is data available to be read from the DDA connection.
- isDefinitelyWritable() - Method in class com.northgateis.reality.realsql.RealColumnMetaData
- Indicates whether a write on the column will definitely succeed.
- isDefinitelyWritable(int) - Method in class com.northgateis.reality.realsql.RealSQLResultSetMetaData
- Indicates whether a write on the column will definitely succeed.
- isFirst() - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- isLast() - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- isNullable() - Method in class com.northgateis.reality.realsql.RealColumnMetaData
- Indicates the nullability of values in the designated column.
- isNullable(int) - Method in class com.northgateis.reality.realsql.RealSQLResultSetMetaData
- Indicates the nullability of values in the designated column.
- isReadOnly() - Method in class com.northgateis.reality.realsql.RealColumnMetaData
- Indicates whether a column is read-only.
- isReadOnly() - Method in class com.northgateis.reality.realsql.RealSQLConnection
- Tests to see if the connection is in READ_ONLY mode.
- isReadOnly() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Is the database in read-only mode?
- isReadOnly(int) - Method in class com.northgateis.reality.realsql.RealSQLResultSetMetaData
- Indicates whether a column is definitely not writable.
- isSearchable() - Method in class com.northgateis.reality.realsql.RealColumnMetaData
- Indicates whether the column can be used in a where clause.
- isSearchable(int) - Method in class com.northgateis.reality.realsql.RealSQLResultSetMetaData
- Indicates whether the column can be used in a where clause.
- isSigned() - Method in class com.northgateis.reality.realsql.RealColumnMetaData
- Indicates whether values in the column are signed numbers.
- isSigned(int) - Method in class com.northgateis.reality.realsql.RealSQLResultSetMetaData
- Indicates whether values in the column are signed numbers.
- isWritable() - Method in class com.northgateis.reality.realsql.RealColumnMetaData
- Indicates whether it is possible for a write on the column to succeed.
- isWritable(int) - Method in class com.northgateis.reality.realsql.RealSQLResultSetMetaData
- Indicates whether it is possible for a write on the column to succeed.
J
- J1001 - Static variable in class com.northgateis.reality.realsql.RealError
- J1002 - Static variable in class com.northgateis.reality.realsql.RealError
- J1003 - Static variable in class com.northgateis.reality.realsql.RealError
- J1004 - Static variable in class com.northgateis.reality.realsql.RealError
- J1005 - Static variable in class com.northgateis.reality.realsql.RealError
- J1006 - Static variable in class com.northgateis.reality.realsql.RealError
- J1007 - Static variable in class com.northgateis.reality.realsql.RealError
- J1008 - Static variable in class com.northgateis.reality.realsql.RealError
- J1009 - Static variable in class com.northgateis.reality.realsql.RealError
- J1010 - Static variable in class com.northgateis.reality.realsql.RealError
- J1011 - Static variable in class com.northgateis.reality.realsql.RealError
- J1012 - Static variable in class com.northgateis.reality.realsql.RealError
- J1013 - Static variable in class com.northgateis.reality.realsql.RealError
- J1014 - Static variable in class com.northgateis.reality.realsql.RealError
- J1015 - Static variable in class com.northgateis.reality.realsql.RealError
- J1016 - Static variable in class com.northgateis.reality.realsql.RealError
- J1017 - Static variable in class com.northgateis.reality.realsql.RealError
- J1018 - Static variable in class com.northgateis.reality.realsql.RealError
- J1019 - Static variable in class com.northgateis.reality.realsql.RealError
- J1020 - Static variable in class com.northgateis.reality.realsql.RealError
- J1021 - Static variable in class com.northgateis.reality.realsql.RealError
- jdbcCompliant() - Method in class com.northgateis.reality.realsql.RealSQLDriver
- Checks if this implementation is ANSI-92 compliant, since the Reality database does not conform to ANSI-92 the driver cannot claim to be a JDBC compliant implementation.
L
- last() - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- length() - Method in class com.northgateis.reality.realsql.RealSQLBlob
- length() - Method in class com.northgateis.reality.realsql.RealSQLClob
- loadMetaData(ArrayList) - Method in class com.northgateis.reality.realsql.RealPrepareSQL
- loadMetaData(ArrayList) - Method in class com.northgateis.reality.realsql.RealPrepareSQLR81
- Loads the columns metadata returned from a PREPAREd statement into the supplied ArrayList, which is then available for subsequent ResultSet processing.
- loadMetaData(ArrayList) - Method in class com.northgateis.reality.realsql.RealPrepareSQLR82
- Loads the columns metadata returned from a PREPAREd statement into the supplied ArrayList, which is then available for subsequent ResultSet processing.
- log(String, int, String) - Method in class com.northgateis.reality.realsql.RealDebug
- Attempts to log an event of a specified type to the driver manager's print writer or to stderr/stdout if no print writer is set.
- LONGVARBINARY - Static variable in class com.northgateis.reality.realsql.RealTypes
- LONGVARCHAR - Static variable in class com.northgateis.reality.realsql.RealTypes
M
- methodNotSupported() - Method in class com.northgateis.reality.realsql.RealSQLStatement
- moveToCurrentRow() - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- moveToInsertRow() - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
N
- nativeSQL(String) - Method in class com.northgateis.reality.realsql.RealSQLConnection
- Converts the given SQL statement into the system's native SQL grammar.
- next() - Method in class com.northgateis.reality.realsql.RealColumnIterator
- next() - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Moves to the next row of data for processing.
- NO_DATA_FOUND - Static variable in class com.northgateis.reality.realsql.RealError
- NULL_BYTE - Variable in class com.northgateis.reality.realsql.RealPrepareSQL
- nullPlusNonNullIsNull() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Are concatenations between NULL and non-NULL values NULL? A JDBC CompliantTM driver always returns true.
- nullsAreSortedAtEnd() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Are NULL values sorted at the end regardless of sort order?
- nullsAreSortedAtStart() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Are NULL values sorted at the start regardlass of sort order?
- nullsAreSortedHigh() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Are NULL values sorted high?
- nullsAreSortedLow() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Are NULL values sorted low?
- NUMERIC - Static variable in class com.northgateis.reality.realsql.RealTypes
O
- othersDeletesAreVisible(int) - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- JDBC 2.0 Indicates whether deletes made by others are visible.
- othersInsertsAreVisible(int) - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- JDBC 2.0 Indicates whether inserts made by others are visible.
- othersUpdatesAreVisible(int) - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- JDBC 2.0 Indicates whether updates made by others are visible.
- ownDeletesAreVisible(int) - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- JDBC 2.0 Indicates whether a result set's own deletes are visible.
- ownInsertsAreVisible(int) - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- JDBC 2.0 Indicates whether a result set's own inserts are visible.
- ownUpdatesAreVisible(int) - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- JDBC 2.0 Indicates whether a result set's own updates are visible.
P
- parsePattern(String, String, int) - Method in class com.northgateis.reality.realsql.RealCatalogQueryR81
- Parses a string pattern passed into one of the catalog queries.
- position(Blob, long) - Method in class com.northgateis.reality.realsql.RealSQLBlob
- Provides the position of the first occurrence of the specified pattern after the specified start position.
- position(byte[], long) - Method in class com.northgateis.reality.realsql.RealSQLBlob
- Provides the position of the first occurrence of the specified pattern after the specified start position.
- position(Clob, long) - Method in class com.northgateis.reality.realsql.RealSQLClob
- Determines the character position at which the specified Clob object searchstr appears in this Clob object.
- position(String, long) - Method in class com.northgateis.reality.realsql.RealSQLClob
- Determines the character position at which the specified substring searchstr appears in the CLOB.
- prepare(String) - Method in class com.northgateis.reality.realsql.RealServer
- prepareCall(String) - Method in class com.northgateis.reality.realsql.RealSQLConnection
- Creates a CallableStatement object for calling database stored procedures.
- prepareCall(String, int, int) - Method in class com.northgateis.reality.realsql.RealSQLConnection
- JDBC 2.0 Creates a CallableStatement object that will generate ResultSet objects with the given type and concurrency.
- prepareCatalog(String) - Method in class com.northgateis.reality.realsql.RealServer
- prepareMsg - Variable in class com.northgateis.reality.realsql.RealPrepareSQL
- prepareOld(String) - Method in class com.northgateis.reality.realsql.RealServer
- Forwards an SQL statement to the server, which is then prepared for subsequent execution.
- prepareStatement(String) - Method in class com.northgateis.reality.realsql.RealSQLConnection
- Creates a PreparedStatement object for sending parameterized SQL statements to the database.
- prepareStatement(String, int, int) - Method in class com.northgateis.reality.realsql.RealSQLConnection
- JDBC 2.0 Creates a PreparedStatement object that will generate ResultSet objects with the given type and concurrency.
- prepareStmt(String) - Method in class com.northgateis.reality.realsql.RealSQLStatement
- previous() - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- processMetaDataList(byte[], ArrayList, int) - Method in class com.northgateis.reality.realsql.RealPrepareSQL
- Extracts column metadata from the byte array and stores each row in the supplied ArrayList.
- processMsg() - Method in class com.northgateis.reality.realsql.RealPrepareSQL
- Process the message returned from a PREPAREd statement, the accessPlan is extracted and the return code is checked for success or failure.
- putData(int, RealParamData) - Method in class com.northgateis.reality.realsql.RealServer
- Transfers parameter data to the server at execution time.
R
- R1001 - Static variable in class com.northgateis.reality.realsql.RealError
- R1002 - Static variable in class com.northgateis.reality.realsql.RealError
- R1003 - Static variable in class com.northgateis.reality.realsql.RealError
- R1004 - Static variable in class com.northgateis.reality.realsql.RealError
- R1005 - Static variable in class com.northgateis.reality.realsql.RealError
- R1006 - Static variable in class com.northgateis.reality.realsql.RealError
- REAL - Static variable in class com.northgateis.reality.realsql.RealTypes
- RealCatalogQuery - class com.northgateis.reality.realsql.RealCatalogQuery.
- This abstract class is the base class for classes generating catalog query statements.
- RealCatalogQuery(RealSQLDatabaseMetaData, int) - Constructor for class com.northgateis.reality.realsql.RealCatalogQuery
- RealCatalogQueryR81 - class com.northgateis.reality.realsql.RealCatalogQueryR81.
- This class is used to generate SQL catalog query statements for connections to an 8.1D Reality database.
- RealCatalogQueryR81(RealSQLDatabaseMetaData, int) - Constructor for class com.northgateis.reality.realsql.RealCatalogQueryR81
- RealCatalogQueryR82 - class com.northgateis.reality.realsql.RealCatalogQueryR82.
- This class is used to generate SQL catalog query statements for connections to an 8.2 (or later) Reality database.
- RealCatalogQueryR82(RealSQLDatabaseMetaData, int) - Constructor for class com.northgateis.reality.realsql.RealCatalogQueryR82
- RealColumnIterator - class com.northgateis.reality.realsql.RealColumnIterator.
- Allows a client to cycle through the columns in a row using the Iterator interface.
- RealColumnIterator(RealRowParser) - Constructor for class com.northgateis.reality.realsql.RealColumnIterator
- RealColumnMetaData - class com.northgateis.reality.realsql.RealColumnMetaData.
- The RealColumnMetaData class is used as a container for the column METADATA returned from the Reality SQL Server on completion of the PREPARE phase of an SQL query that returns a ResultSet.
- RealColumnMetaData(RealRowParser) - Constructor for class com.northgateis.reality.realsql.RealColumnMetaData
- Constructs an RealSQLColumnMetaData object from the specified row.
- RealDebug - class com.northgateis.reality.realsql.RealDebug.
- Enables objects in the driver to log various diagnostic information.
- RealDebug(int, int, Object) - Constructor for class com.northgateis.reality.realsql.RealDebug
- Establishes a new Debug logging object.
- RealError - class com.northgateis.reality.realsql.RealError.
- This class is used to generate SQLExceptions based on SQLSTATE values defined by XOPEN SQL specification.
- RealError() - Constructor for class com.northgateis.reality.realsql.RealError
- Default constructor.
- RealError(int) - Constructor for class com.northgateis.reality.realsql.RealError
- Generates a new RealSQLException with the SQLMessage and SQLState arguments defined by the parameter errState.
- RealError(String, int) - Constructor for class com.northgateis.reality.realsql.RealError
- Generates a new RealSQLException with the arguments defined by the parameters sqlMsg and errState.
- RealError(String, int, int) - Constructor for class com.northgateis.reality.realsql.RealError
- Generates a new RealSQLException with the arguments defined by the parameters serverMsg, serverCode, and retCode.
- RealItemTokenizer - class com.northgateis.reality.realsql.RealItemTokenizer.
- Wrapper object for a com.northgateis.util.ItemView object.
- RealItemTokenizer(byte[]) - Constructor for class com.northgateis.reality.realsql.RealItemTokenizer
- Create a new item view with normal system delimiters (AM, VM, SVM)
- RealItemTokenizer(byte[], byte) - Constructor for class com.northgateis.reality.realsql.RealItemTokenizer
- Create a new item view with user defined delimiter
- RealItemTokenizer(byte[], byte, byte, byte) - Constructor for class com.northgateis.reality.realsql.RealItemTokenizer
- Create a new item view with user defined delimiters
- RealMessage - class com.northgateis.reality.realsql.RealMessage.
- Wrapper class for the DDAMsg object generated when receiving data from the Reality Server.
- RealMessage(DDAMsg) - Constructor for class com.northgateis.reality.realsql.RealMessage
- Initialises a new RealMessage object.
- RealParamData - class com.northgateis.reality.realsql.RealParamData.
- Container class for IN/OUT parameters used by the set/getXXX methods in the PreparedStatement and CallableStatement interfaces.
- RealPrepareCatalogQuery - class com.northgateis.reality.realsql.RealPrepareCatalogQuery.
- This class is used to process the new format of catalog queries introduced in Reality R8.2 The prepare-catalog query API is based on the new PREPARE format.
- RealPrepareCatalogQuery(RealSQLStatement, String, int) - Constructor for class com.northgateis.reality.realsql.RealPrepareCatalogQuery
- RealPrepareSQL - class com.northgateis.reality.realsql.RealPrepareSQL.
- This abstract class is used as the base for the different types of PREPARE commands that can be issued to the Reality SQL Server.
- RealPrepareSQL(int) - Constructor for class com.northgateis.reality.realsql.RealPrepareSQL
- RealPrepareSQLR81 - class com.northgateis.reality.realsql.RealPrepareSQLR81.
- This class is used to process the old format of PREPARE API which is used upto Reality R8.1
- RealPrepareSQLR81(RealSQLStatement, String, int) - Constructor for class com.northgateis.reality.realsql.RealPrepareSQLR81
- RealPrepareSQLR82 - class com.northgateis.reality.realsql.RealPrepareSQLR82.
- This class is used to process the new format of PREPARE API introduced in Reality R8.2
- RealPrepareSQLR82(int) - Constructor for class com.northgateis.reality.realsql.RealPrepareSQLR82
- RealPrepareSQLR82(RealSQLStatement, String, int) - Constructor for class com.northgateis.reality.realsql.RealPrepareSQLR82
- RealRowParser - interface com.northgateis.reality.realsql.RealRowParser.
- Interface for parsing a row returned from the Reality SQL Server.
- RealRowTokenizer - class com.northgateis.reality.realsql.RealRowTokenizer.
- Container for all column data in a single row returned from the Reality SQL Server.
- RealRowTokenizer(RealItemTokenizer, int) - Constructor for class com.northgateis.reality.realsql.RealRowTokenizer
- RealRowTokenizer(RealSQLResultSetMetaData, RealItemTokenizer, int) - Constructor for class com.northgateis.reality.realsql.RealRowTokenizer
- RealServer - class com.northgateis.reality.realsql.RealServer.
- Marshals all data transfers for a particular database connection.
- RealServer(Properties, int) - Constructor for class com.northgateis.reality.realsql.RealServer
- Create's a new Reality SQL Server connection using the parameters supplied.
- RealSQLArray - class com.northgateis.reality.realsql.RealSQLArray.
- None of the methods in this class have been implemented, it has been created for testing purposes only..
- RealSQLArray() - Constructor for class com.northgateis.reality.realsql.RealSQLArray
- Default constructor, does nothing except call super();
- RealSQLBlob - class com.northgateis.reality.realsql.RealSQLBlob.
- Implements the JDBC 2.0 Blob interface.
- RealSQLBlob(byte[]) - Constructor for class com.northgateis.reality.realsql.RealSQLBlob
- Constructs a new RealSQLBlob from the specified byte array.
- RealSQLBlob(InputStream) - Constructor for class com.northgateis.reality.realsql.RealSQLBlob
- Constructs a new RealSQLBlob from a binary stream.
- RealSQLCallableStatement - class com.northgateis.reality.realsql.RealSQLCallableStatement.
- RealSQLCallableStatement is an implementation of the JDBC 2.0 CallableStatement interface.
- RealSQLClob - class com.northgateis.reality.realsql.RealSQLClob.
- Implements the JDBC 2.0 Clob interface.
- RealSQLClob() - Constructor for class com.northgateis.reality.realsql.RealSQLClob
- Constructs a new Clob from the specified byte array.
- RealSQLConnection - class com.northgateis.reality.realsql.RealSQLConnection.
- The RealSQLConnection class is an implementation of the JDBC 2.0 Connection interface.
- RealSQLConnection(String, String, int, String, Properties) - Constructor for class com.northgateis.reality.realsql.RealSQLConnection
- Constructs a new connection object and attempts to establish a connection to the specified Reality database URL.
- RealSQLDatabaseMetaData - class com.northgateis.reality.realsql.RealSQLDatabaseMetaData.
- The RealSQLDatabaseMetaData class is an implementation of the JDBC 2.0 DatabaseMetaData interface.
- RealSQLDatabaseMetaData(RealSQLConnection, int) - Constructor for class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Constructs a new DatabaseMetaData object which maybe used to extract driver and database specific information.
- RealSQLDriver - class com.northgateis.reality.realsql.RealSQLDriver.
- The RealSQLDriver clase is an implementation of the JDBC 2.0 Driver .
- RealSQLDriver() - Constructor for class com.northgateis.reality.realsql.RealSQLDriver
- Default constructor, does nothing except call super();
- RealSQLException - exception com.northgateis.reality.realsql.RealSQLException.
- Wrapper object for SQLException's generated by the driver.
- RealSQLException(Exception) - Constructor for class com.northgateis.reality.realsql.RealSQLException
- Create's a new RealSQLException with the reason set to e.getMessage().
- RealSQLException(String) - Constructor for class com.northgateis.reality.realsql.RealSQLException
- RealSQLException(String, String) - Constructor for class com.northgateis.reality.realsql.RealSQLException
- RealSQLException(String, String, int) - Constructor for class com.northgateis.reality.realsql.RealSQLException
- RealSQLPreparedStatement - class com.northgateis.reality.realsql.RealSQLPreparedStatement.
- The RealSQLPreparedStatement class is an implementation of the JDBC 2.0 PreparedStatement interface.
- RealSQLRef - class com.northgateis.reality.realsql.RealSQLRef.
- Implements the JDBC 2.0 Ref interface.
- RealSQLRef() - Constructor for class com.northgateis.reality.realsql.RealSQLRef
- Constructs a new RealSQLRef object.
- RealSQLResultSet - class com.northgateis.reality.realsql.RealSQLResultSet.
- The RealSQLResultSet class is an implementation of the JDBC 2.0 ResultSet interface.
- RealSQLResultSetMetaData - class com.northgateis.reality.realsql.RealSQLResultSetMetaData.
- The RealSQLResultSetMetaData class is an implementation of the JDBC 2.0 ResultSetMetaData interface.
- RealSQLResultSetMetaData(RealSQLStatement, String, int) - Constructor for class com.northgateis.reality.realsql.RealSQLResultSetMetaData
- Constructs a new ResultSetMetaData instance.
- RealSQLStatement - class com.northgateis.reality.realsql.RealSQLStatement.
- The RealSQLStatement class is an implementation of the JDBC 2.0 Statement interface.
- RealSQLWarning - exception com.northgateis.reality.realsql.RealSQLWarning.
- Wrapper object for SQLWarning's generated by the driver.
- RealSQLWarning(Exception) - Constructor for class com.northgateis.reality.realsql.RealSQLWarning
- Create's a new RealSQLWarning with the reason set to e.getMessage().
- RealSQLWarning(String) - Constructor for class com.northgateis.reality.realsql.RealSQLWarning
- RealSQLWarning(String, String) - Constructor for class com.northgateis.reality.realsql.RealSQLWarning
- RealSQLWarning(String, String, int) - Constructor for class com.northgateis.reality.realsql.RealSQLWarning
- RealTypes - class com.northgateis.reality.realsql.RealTypes.
- This class provides information about SQL and RealSQL data types.
- RealTypes() - Constructor for class com.northgateis.reality.realsql.RealTypes
- refreshRow() - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- registerOutParameter(int, int) - Method in class com.northgateis.reality.realsql.RealSQLCallableStatement
- Registers the OUT parameter in ordinal position index to the JDBC type sqlType.
- registerOutParameter(int, int, int) - Method in class com.northgateis.reality.realsql.RealSQLCallableStatement
- Registers the OUT parameter in ordinal position index to the JDBC type sqlType.
- registerOutParameter(int, int, String) - Method in class com.northgateis.reality.realsql.RealSQLCallableStatement
- Currently not supported by the RealSQL-JDBC driver.
- relative(int) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- remove() - Method in class com.northgateis.reality.realsql.RealColumnIterator
- replaceDelim(byte[], int, byte, byte) - Method in class com.northgateis.reality.realsql.RealPrepareSQL
- Replaces a number of delimiters in a byte array with another delimiter.
- reset() - Method in class com.northgateis.reality.realsql.RealSQLStatement
- result() - Method in class com.northgateis.reality.realsql.RealMessage
- Get result code of the last operation performed on the Reality Server.
- rollback() - Method in class com.northgateis.reality.realsql.RealSQLConnection
- Drops all changes made since the previous commit/rollback and releases any database locks currently held by this Connection.
- rowCount(int) - Method in class com.northgateis.reality.realsql.RealServer
- Get the number of rows affected by the DML commands UPDATE, INSERT or DELETE, or the number of columns affected by the DDL command CREATE TABLE.
- rowDeleted() - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- rowInserted() - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- rowUpdated() - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
S
- S00000 - Static variable in class com.northgateis.reality.realsql.RealError
- S0001 - Static variable in class com.northgateis.reality.realsql.RealError
- S0002 - Static variable in class com.northgateis.reality.realsql.RealError
- S0011 - Static variable in class com.northgateis.reality.realsql.RealError
- S0012 - Static variable in class com.northgateis.reality.realsql.RealError
- S0021 - Static variable in class com.northgateis.reality.realsql.RealError
- S0022 - Static variable in class com.northgateis.reality.realsql.RealError
- S01000 - Static variable in class com.northgateis.reality.realsql.RealError
- S01002 - Static variable in class com.northgateis.reality.realsql.RealError
- S01004 - Static variable in class com.northgateis.reality.realsql.RealError
- S01006 - Static variable in class com.northgateis.reality.realsql.RealError
- S01S00 - Static variable in class com.northgateis.reality.realsql.RealError
- S01S02 - Static variable in class com.northgateis.reality.realsql.RealError
- S07001 - Static variable in class com.northgateis.reality.realsql.RealError
- S07006 - Static variable in class com.northgateis.reality.realsql.RealError
- S08001 - Static variable in class com.northgateis.reality.realsql.RealError
- S08002 - Static variable in class com.northgateis.reality.realsql.RealError
- S08003 - Static variable in class com.northgateis.reality.realsql.RealError
- S08004 - Static variable in class com.northgateis.reality.realsql.RealError
- S08007 - Static variable in class com.northgateis.reality.realsql.RealError
- S08S01 - Static variable in class com.northgateis.reality.realsql.RealError
- S1000 - Static variable in class com.northgateis.reality.realsql.RealError
- S1001 - Static variable in class com.northgateis.reality.realsql.RealError
- S1002 - Static variable in class com.northgateis.reality.realsql.RealError
- S1003 - Static variable in class com.northgateis.reality.realsql.RealError
- S1004 - Static variable in class com.northgateis.reality.realsql.RealError
- S1008 - Static variable in class com.northgateis.reality.realsql.RealError
- S1009 - Static variable in class com.northgateis.reality.realsql.RealError
- S1010 - Static variable in class com.northgateis.reality.realsql.RealError
- S1012 - Static variable in class com.northgateis.reality.realsql.RealError
- S1015 - Static variable in class com.northgateis.reality.realsql.RealError
- S1090 - Static variable in class com.northgateis.reality.realsql.RealError
- S1091 - Static variable in class com.northgateis.reality.realsql.RealError
- S1092 - Static variable in class com.northgateis.reality.realsql.RealError
- S1093 - Static variable in class com.northgateis.reality.realsql.RealError
- S1094 - Static variable in class com.northgateis.reality.realsql.RealError
- S1095 - Static variable in class com.northgateis.reality.realsql.RealError
- S1096 - Static variable in class com.northgateis.reality.realsql.RealError
- S1097 - Static variable in class com.northgateis.reality.realsql.RealError
- S1098 - Static variable in class com.northgateis.reality.realsql.RealError
- S1099 - Static variable in class com.northgateis.reality.realsql.RealError
- S1100 - Static variable in class com.northgateis.reality.realsql.RealError
- S1101 - Static variable in class com.northgateis.reality.realsql.RealError
- S1102 - Static variable in class com.northgateis.reality.realsql.RealError
- S1104 - Static variable in class com.northgateis.reality.realsql.RealError
- S1105 - Static variable in class com.northgateis.reality.realsql.RealError
- S1106 - Static variable in class com.northgateis.reality.realsql.RealError
- S1107 - Static variable in class com.northgateis.reality.realsql.RealError
- S1108 - Static variable in class com.northgateis.reality.realsql.RealError
- S1109 - Static variable in class com.northgateis.reality.realsql.RealError
- S1110 - Static variable in class com.northgateis.reality.realsql.RealError
- S1C00 - Static variable in class com.northgateis.reality.realsql.RealError
- S1DE0 - Static variable in class com.northgateis.reality.realsql.RealError
- S1T00 - Static variable in class com.northgateis.reality.realsql.RealError
- S21S01 - Static variable in class com.northgateis.reality.realsql.RealError
- S21S02 - Static variable in class com.northgateis.reality.realsql.RealError
- S22001 - Static variable in class com.northgateis.reality.realsql.RealError
- S22003 - Static variable in class com.northgateis.reality.realsql.RealError
- S22005 - Static variable in class com.northgateis.reality.realsql.RealError
- S22008 - Static variable in class com.northgateis.reality.realsql.RealError
- S22012 - Static variable in class com.northgateis.reality.realsql.RealError
- S22026 - Static variable in class com.northgateis.reality.realsql.RealError
- S23000 - Static variable in class com.northgateis.reality.realsql.RealError
- S24000 - Static variable in class com.northgateis.reality.realsql.RealError
- S25000 - Static variable in class com.northgateis.reality.realsql.RealError
- S28000 - Static variable in class com.northgateis.reality.realsql.RealError
- S34000 - Static variable in class com.northgateis.reality.realsql.RealError
- S37000 - Static variable in class com.northgateis.reality.realsql.RealError
- S3C000 - Static variable in class com.northgateis.reality.realsql.RealError
- S40001 - Static variable in class com.northgateis.reality.realsql.RealError
- S42000 - Static variable in class com.northgateis.reality.realsql.RealError
- S70100 - Static variable in class com.northgateis.reality.realsql.RealError
- sendParams() - Method in class com.northgateis.reality.realsql.RealSQLPreparedStatement
- Forwards the values of all registered INPUT parameters to the Reality server, this must be called prior to executing the stored procedure.
- separateIntoColumns(byte[], int, int, int) - Method in class com.northgateis.reality.realsql.RealPrepareSQL
- Splits the column metadata returned from a PREPARE into AM separated rows, each row has column null separated column values.
- setArray(int, Array) - Method in class com.northgateis.reality.realsql.RealSQLPreparedStatement
- Currently not supported by the RealSQL-JDBC driver.
- setAsciiStream(int, InputStream, int) - Method in class com.northgateis.reality.realsql.RealSQLPreparedStatement
- Sets the parameter to the data in the specified stream.
- setAutoCommit(boolean) - Method in class com.northgateis.reality.realsql.RealSQLConnection
- Sets this connection's auto-commit mode.
- setBigDecimal(int, BigDecimal) - Method in class com.northgateis.reality.realsql.RealSQLPreparedStatement
- Sets the specified parameter to a BigDecimal value.
- setBinaryStream(int, InputStream, int) - Method in class com.northgateis.reality.realsql.RealSQLPreparedStatement
- Currently not supported by the RealSQL-JDBC driver.
- setBlob(int, Blob) - Method in class com.northgateis.reality.realsql.RealSQLPreparedStatement
- Currently not supported by the RealSQL-JDBC driver.
- setBoolean(int, boolean) - Method in class com.northgateis.reality.realsql.RealSQLPreparedStatement
- Currently not supported by the RealSQL-JDBC driver.
- setByte(int, byte) - Method in class com.northgateis.reality.realsql.RealSQLPreparedStatement
- Sets the specified parameter to the specified byte value.
- setBytes(int, byte[]) - Method in class com.northgateis.reality.realsql.RealSQLPreparedStatement
- Sets the specified parameter to the specified byte value.
- setCatalog(String) - Method in class com.northgateis.reality.realsql.RealSQLConnection
- Sets a catalog name in order to select a subspace of this Connection's database in which to work.
- setCharacterStream(int, Reader, int) - Method in class com.northgateis.reality.realsql.RealSQLPreparedStatement
- Currently not supported by the RealSQL-JDBC driver.
- setClob(int, Clob) - Method in class com.northgateis.reality.realsql.RealSQLPreparedStatement
- Currently not supported by the RealSQL-JDBC driver.
- setConnectionOption(int, int) - Method in class com.northgateis.reality.realsql.RealServer
- Processes the commands AutoCommit and TxnIsolation.
- setCursorName(String) - Method in class com.northgateis.reality.realsql.RealSQLStatement
- Not supported by the RealSQL-JDBC driver.
- setDate(int, Date) - Method in class com.northgateis.reality.realsql.RealSQLPreparedStatement
- Sets the designated parameter to a java.sql.Date value.
- setDate(int, Date, Calendar) - Method in class com.northgateis.reality.realsql.RealSQLPreparedStatement
- JDBC 2.0 Sets the designated parameter to a java.sql.Date value, using the given Calendar object.
- setDouble(int, double) - Method in class com.northgateis.reality.realsql.RealSQLPreparedStatement
- Sets the specified parameter to a double value.
- setEscapeProcessing(boolean) - Method in class com.northgateis.reality.realsql.RealSQLStatement
- Not supported by the RealSQL-JDBC driver.
- setFetchDirection(int) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- JDBC 2.0 Gives a hint as to the direction in which the rows in this result set will be processed.
- setFetchDirection(int) - Method in class com.northgateis.reality.realsql.RealSQLStatement
- JDBC 2.0 Gives the driver a hint as to the direction in which the rows in a result set will be processed.
- setFetchSize(int) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- setFetchSize(int) - Method in class com.northgateis.reality.realsql.RealSQLStatement
- Not supported by the RealSQL-JDBC driver.
- setFloat(int, float) - Method in class com.northgateis.reality.realsql.RealSQLPreparedStatement
- Sets the specified parameter to a float value.
- setInt(int, int) - Method in class com.northgateis.reality.realsql.RealSQLPreparedStatement
- Sets the specified parameter to an int value.
- setLong(int, long) - Method in class com.northgateis.reality.realsql.RealSQLPreparedStatement
- Sets the specified parameter to a long value.
- setMaxFieldSize(int) - Method in class com.northgateis.reality.realsql.RealSQLStatement
- Not supported by the RealSQL-JDBC driver.
- setMaxRows(int) - Method in class com.northgateis.reality.realsql.RealSQLStatement
- Not supported by the RealSQL-JDBC driver.
- setNull(int, int) - Method in class com.northgateis.reality.realsql.RealSQLPreparedStatement
- Sets the specified parameter to a null value.
- setNull(int, int, String) - Method in class com.northgateis.reality.realsql.RealSQLPreparedStatement
- JDBC 2.0 Sets the specified parameter to a null value.
- setObject(int, Object) - Method in class com.northgateis.reality.realsql.RealSQLPreparedStatement
- Sets the specified parameter to a Java object value using the standard mapping from Java Object types to SQL types.
- setObject(int, Object, int) - Method in class com.northgateis.reality.realsql.RealSQLPreparedStatement
- Sets the specified parameter to a Java object value according to the SQL type specified.
- setObject(int, Object, int, int) - Method in class com.northgateis.reality.realsql.RealSQLPreparedStatement
- Sets the specified parameter to a Java object value according to the SQL type specified.
- setParamValue(String) - Method in class com.northgateis.reality.realsql.RealParamData
- Set the parameter string value
- setQueryTimeout(int) - Method in class com.northgateis.reality.realsql.RealSQLStatement
- Not supported by the RealSQL-JDBC driver.
- setReadOnly(boolean) - Method in class com.northgateis.reality.realsql.RealSQLConnection
- Puts this connection in read-only mode as a hint to enable database optimizations.
- setRef(int, Ref) - Method in class com.northgateis.reality.realsql.RealSQLPreparedStatement
- Currently not supported by the RealSQL-JDBC driver.
- setServerLog(Properties) - Method in class com.northgateis.reality.realsql.RealServer
- Checks the driver properties to see if host logging should be set.
- setShort(int, short) - Method in class com.northgateis.reality.realsql.RealSQLPreparedStatement
- Sets the specified parameter to a short value.
- setString(int, String) - Method in class com.northgateis.reality.realsql.RealSQLPreparedStatement
- Sets the specified parameter to a String value.
- setTime(int, Time) - Method in class com.northgateis.reality.realsql.RealSQLPreparedStatement
- Sets the specified parameter to a Time value.
- setTime(int, Time, Calendar) - Method in class com.northgateis.reality.realsql.RealSQLPreparedStatement
- Sets the specified parameter to a Time value.
- setTimestamp(int, Timestamp) - Method in class com.northgateis.reality.realsql.RealSQLPreparedStatement
- Sets the specified parameter to a Timestamp value.
- setTimestamp(int, Timestamp, Calendar) - Method in class com.northgateis.reality.realsql.RealSQLPreparedStatement
- Sets the specified parameter to a Timestamp value.
- setTransactionIsolation(int) - Method in class com.northgateis.reality.realsql.RealSQLConnection
- Attempts to change the transaction isolation level to the one given.
- setTypeMap(Map) - Method in class com.northgateis.reality.realsql.RealSQLConnection
- Not supported by the RealSQL-JDBC driver.
- setUnicodeStream(int, InputStream, int) - Method in class com.northgateis.reality.realsql.RealSQLPreparedStatement
- Deprecated. use setCharacterStream()
- size() - Method in interface com.northgateis.reality.realsql.RealRowParser
- Gets the total number of columns in the row.
- size() - Method in class com.northgateis.reality.realsql.RealRowTokenizer
- Get the number of columns in this row.
- SMALLINT - Static variable in class com.northgateis.reality.realsql.RealTypes
- sqlStatement - Variable in class com.northgateis.reality.realsql.RealCatalogQuery
- startURL - Static variable in class com.northgateis.reality.realsql.RealSQLDriver
- storesLowerCaseIdentifiers() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Does the database treat mixed case unquoted SQL identifiers as case insensitive and store them in lower case? A JDBC CompliantTM driver will always return false.
- storesLowerCaseQuotedIdentifiers() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Does the database treat mixed case quoted SQL identifiers as case insensitive and store them in lower case? A JDBC CompliantTM driver will always return false.
- storesMixedCaseIdentifiers() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Does the database treat mixed case unquoted SQL identifiers as case insensitiveand store them in mixed case? A JDBC CompliantTM driver will always return false.
- storesMixedCaseQuotedIdentifiers() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Does the database treat mixed case quoted SQL identifiers as case insensitive and store them in mixed case? A JDBC CompliantTM driver will always return false.
- storesUpperCaseIdentifiers() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Does the database treat mixed case unquoted SQL identifiers as case insensitive and store them in upper case? A JDBC CompliantTM driver will always return false.
- storesUpperCaseQuotedIdentifiers() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Does the database treat mixed case quoted SQL identifiers as case insensitive and store them in upper case? A JDBC CompliantTM driver will always return false.
- SUCCESS - Static variable in class com.northgateis.reality.realsql.RealError
- SUCCESS_INFO - Static variable in class com.northgateis.reality.realsql.RealError
- supportsAlterTableWithAddColumn() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Is "ALTER TABLE" with add column supported?
- supportsAlterTableWithDropColumn() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Is "ALTER TABLE" with drop column supported?
- supportsANSI92EntryLevelSQL() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Is the ANSI92 entry level SQL grammar supported? All JDBC CompliantTM drivers must return true.
- supportsANSI92FullSQL() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Is the ANSI92 full level SQL grammar supported?
- supportsANSI92IntermediateSQL() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Is the ANSI92 intermediate level SQL grammar supported?
- supportsBatchUpdates() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- JDBC 2.0 Indicates whether the driver supports batch updates.
- supportsCatalogsInDataManipulation() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Can a catalog name be used in a data manipulation statement?
- supportsCatalogsInIndexDefinitions() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Can a catalog name be used in an index definition statement?
- supportsCatalogsInPrivilegeDefinitions() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Can a catalog name be used in an index definition statement?
- supportsCatalogsInProcedureCalls() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Can a catalog name be used in a procedure call statement?
- supportsCatalogsInTableDefinitions() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Can a catalog name be used in a table definition statement?
- supportsColumnAliasing() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Is column aliasing supported? If so, the SQL AS clause can be used to provide names for computed columns or to provide alias names for columns as required.
- supportsConvert() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Is the CONVERT function between SQL types supported?
- supportsConvert(int, int) - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Is the CONVERT between the given SQL types supported?
- supportsCoreSQLGrammar() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Is the ODBC Core SQL grammar supported?
- supportsCorrelatedSubqueries() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Are correlated subqueries supported? A JDBC CompliantTM driver always returns true.
- supportsDataDefinitionAndDataManipulationTransactions() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Are both data definition and data manipulation statements within a transaction supported?
- supportsDataManipulationTransactionsOnly() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Are only data manipulation statements within a transaction supported?
- supportsDifferentTableCorrelationNames() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- If table correlation names are supported, are they restricted to be different from the names of the tables?.
- supportsExpressionsInOrderBy() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Are expressions in "ORDER BY" lists supported?
- supportsExtendedSQLGrammar() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Is the ODBC Extended SQL grammar supported?
- supportsFullOuterJoins() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Are full nested outer joins supported?
- supportsGroupBy() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Is some form of "GROUP BY" clause supported?
- supportsGroupByBeyondSelect() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Can a "GROUP BY" clause add columns not in the SELECT provided it specifies all the columns in the SELECT?
- supportsGroupByUnrelated() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Can a "GROUP BY" clause use columns not in the SELECT?
- supportsIntegrityEnhancementFacility() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Is the SQL Integrity Enhancement Facility supported?
- supportsLikeEscapeClause() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Is the escape character in "LIKE" clauses supported? A JDBC CompliantTM driver always returns true.
- supportsLimitedOuterJoins() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Is there limited support for outer joins? (This will be true if supportFullOuterJoins is true.)
- supportsMinimumSQLGrammar() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Is the ODBC Minimum SQL grammar supported? All JDBC CompliantTM drivers must return true.
- supportsMixedCaseIdentifiers() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Does the database treat mixed case unquoted SQL identifiers as case sensitive and as a result store them in mixed case? A JDBC CompliantTM driver will always return false.
- supportsMixedCaseQuotedIdentifiers() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Does the database treat mixed case quoted SQL identifiers as case sensitive and as a result store them in mixed case? A JDBC CompliantTM driver will always return true.
- supportsMultipleResultSets() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Are multiple ResultSets from a single execute supported?
- supportsMultipleTransactions() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Can we have multiple transactions open at once (on different connections)?
- supportsNonNullableColumns() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Can columns be defined as non-nullable? A JDBC CompliantTM driver always returns true.
- supportsOpenCursorsAcrossCommit() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Can cursors remain open across commits?
- supportsOpenCursorsAcrossRollback() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Can cursors remain open across rollbacks?
- supportsOpenStatementsAcrossCommit() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Can statements remain open across commits?
- supportsOpenStatementsAcrossRollback() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Can statements remain open across rollbacks?
- supportsOrderByUnrelated() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Can an "ORDER BY" clause use columns not in the SELECT statement?
- supportsOuterJoins() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Is some form of outer join supported?
- supportsPositionedDelete() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Is positioned DELETE supported?
- supportsPositionedUpdate() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Is positioned UPDATE supported?
- supportsResultSetConcurrency(int, int) - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- JDBC 2.0 Does the database support the concurrency type in combination with the given result set type?
- supportsResultSetType(int) - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- JDBC 2.0 Does the database support the given result set type?
- supportsSchemasInDataManipulation() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Can a schema name be used in a data manipulation statement?
- supportsSchemasInIndexDefinitions() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Can a schema name be used in an index definition statement?
- supportsSchemasInPrivilegeDefinitions() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Can a schema name be used in a privilege definition statement?
- supportsSchemasInProcedureCalls() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Can a schema name be used in a procedure call statement?
- supportsSchemasInTableDefinitions() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Can a schema name be used in a table definition statement?
- supportsSelectForUpdate() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Is SELECT for UPDATE supported?
- supportsStoredProcedures() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Are stored procedure calls using the stored procedure escape syntax supported?
- supportsSubqueriesInComparisons() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Are subqueries in comparison expressions supported? A JDBC CompliantTM driver always returns true.
- supportsSubqueriesInExists() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Are subqueries in 'exists' expressions supported? A JDBC CompliantTM driver always returns true.
- supportsSubqueriesInIns() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Are subqueries in 'in' statements supported? A JDBC CompliantTM driver always returns true.
- supportsSubqueriesInQuantifieds() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Are subqueries in quantified expressions supported? A JDBC CompliantTM driver always returns true.
- supportsTableCorrelationNames() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Are table correlation names supported? A JDBC CompliantTM driver always returns true.
- supportsTransactionIsolationLevel(int) - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Does this database support the given transaction isolation level?
- supportsTransactions() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Are transactions supported? If not, invoking the method commit is a noop and the isolation level is TRANSACTION_NONE.
- supportsUnion() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Is SQL UNION supported?
- supportsUnionAll() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Is SQL UNION ALL supported?
T
- TIME - Static variable in class com.northgateis.reality.realsql.RealTypes
- TIMESTAMP - Static variable in class com.northgateis.reality.realsql.RealTypes
- TINYINT - Static variable in class com.northgateis.reality.realsql.RealTypes
- toString(byte[], int, int) - Method in class com.northgateis.reality.realsql.RealItemTokenizer
- Convert the byte array to a character string.
- toString(byte[], int, int, boolean) - Method in class com.northgateis.reality.realsql.RealItemTokenizer
- Convert the byte array to a character string.
- traceDDA() - Method in class com.northgateis.reality.realsql.RealDebug
- Confirm the condition of the DDA tracing option.
- transact(int) - Method in class com.northgateis.reality.realsql.RealServer
- Processes the transaction commands COMMIT or ROLLBACK.
U
- updateAsciiStream(int, InputStream, int) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- updateAsciiStream(String, InputStream, int) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- updateBigDecimal(int, BigDecimal) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- updateBigDecimal(String, BigDecimal) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- updateBinaryStream(int, InputStream, int) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- updateBinaryStream(String, InputStream, int) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- updateBlob(int, Blob) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- updateBoolean(int, boolean) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- updateBoolean(String, boolean) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- updateByte(int, byte) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- updateByte(String, byte) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- updateBytes(int, byte[]) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- updateBytes(String, byte[]) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- updateCharacterStream(int, Reader, int) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- updateCharacterStream(String, Reader, int) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- updateDate(int, Date) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- updateDate(String, Date) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- updateDouble(int, double) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- updateDouble(String, double) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- updateFloat(int, float) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- updateFloat(String, float) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- updateInt(int, int) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- updateInt(String, int) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- updateLong(int, long) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- updateLong(String, long) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- updateNull(int) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- updateNull(String) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- updateObject(int, Object) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- updateObject(int, Object, int) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- updateObject(String, Object) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- updateObject(String, Object, int) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- updateRow() - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- updatesAreDetected(int) - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- JDBC 2.0 Indicates whether or not a visible row update can be detected by calling the method ResultSet.rowUpdated.
- updateShort(int, short) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- updateShort(String, short) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- updateString(int, String) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- updateString(String, String) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- updateTime(int, Time) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- updateTime(String, Time) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- updateTimestamp(int, Timestamp) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- updateTimestamp(String, Timestamp) - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Not supported by the RealSQL-JDBC driver.
- usesLocalFilePerTable() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Does the database use a file for each table?
- usesLocalFiles() - Method in class com.northgateis.reality.realsql.RealSQLDatabaseMetaData
- Does the database store tables in a local file?
V
- validateIndex(int) - Method in class com.northgateis.reality.realsql.RealSQLPreparedStatement
- Verifies that the specified index is valid for this stored procedure.
- VARBINARY - Static variable in class com.northgateis.reality.realsql.RealTypes
- VARCHAR - Static variable in class com.northgateis.reality.realsql.RealTypes
- VersionInfo - class com.northgateis.reality.realsql.VersionInfo.
- This class is used to record changes to the RealSQL-JDBC Driver.
W
- wasNull() - Method in class com.northgateis.reality.realsql.RealSQLCallableStatement
- Indicates whether or not the last OUTPUT parameter read had the value of SQL NULL.
- wasNull() - Method in class com.northgateis.reality.realsql.RealSQLResultSet
- Reports whether the last column read had a value of SQL NULL.
ABCDEFGHIJLMNOPRSTUVW
|
|||||||
PREV NEXT | FRAMES NO FRAMES |