Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JDBC for CDC/FP Optional Package
A B C D E F G H I J K L M N O P R S T U V W

G

getAsciiStream() - Method in interface java.sql.Clob
Retrieves the CLOB value designated by this Clob object as an ascii stream.
getAsciiStream(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a stream of ASCII characters.
getAsciiStream(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a stream of ASCII characters.
getAttributes(String, String, String, String) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of the given attribute of the given type for a user-defined type (UDT) that is available in the given schema and catalog.
getAutoCommit() - Method in interface java.sql.Connection
Retrieves the current auto-commit mode for this Connection object.
getBestRowIdentifier(String, String, String, int, boolean) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of a table's optimal set of columns that uniquely identifies a row.
getBinaryStream() - Method in interface java.sql.Blob
Retrieves the BLOB value designated by this Blob instance as a stream.
getBinaryStream(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a binary stream of uninterpreted bytes.
getBinaryStream(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a stream of uninterpreted bytes.
getBlob(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC BLOB parameter as a Blob object in the Java programming language.
getBlob(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Blob object in the Java programming language.
getBlob(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Blob object in the Java programming language.
getBoolean(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC BIT parameter as a boolean in the Java programming language.
getBoolean(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a boolean in the Java programming language.
getBoolean(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a boolean in the Java programming language.
getByte(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC TINYINT parameter as a byte in the Java programming language.
getByte(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a byte in the Java programming language.
getByte(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a byte in the Java programming language.
getBytes(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC BINARY or VARBINARY parameter as an array of byte values in the Java programming language.
getBytes(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a byte array in the Java programming language.
getBytes(long, int) - Method in interface java.sql.Blob
Retrieves all or part of the BLOB value that this Blob object represents, as an array of bytes.
getBytes(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a byte array in the Java programming language.
getCatalog() - Method in interface java.sql.Connection
Retrieves this Connection object's current catalog name.
getCatalogName(int) - Method in interface java.sql.ResultSetMetaData
Gets the designated column's table's catalog name.
getCatalogs() - Method in interface java.sql.DatabaseMetaData
Retrieves the catalog names available in this database.
getCatalogSeparator() - Method in interface java.sql.DatabaseMetaData
Retrieves the String that this database uses as the separator between a catalog and table name.
getCatalogTerm() - Method in interface java.sql.DatabaseMetaData
Retrieves the database vendor's preferred term for "catalog".
getCharacterStream() - Method in interface java.sql.Clob
Retrieves the CLOB value designated by this Clob object as a java.io.Reader object (or as a stream of characters).
getCharacterStream(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.io.Reader object.
getCharacterStream(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.io.Reader object.
getClob(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC CLOB parameter as a Clob object in the Java programming language.
getClob(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Clob object in the Java programming language.
getClob(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Clob object in the Java programming language.
getColumnClassName(int) - Method in interface java.sql.ResultSetMetaData
Returns the fully-qualified name of the Java class whose instances are manufactured if the method ResultSet.getObject is called to retrieve a value from the column.
getColumnCount() - Method in interface java.sql.ResultSetMetaData
Returns the number of columns in this ResultSet object.
getColumnDisplaySize(int) - Method in interface java.sql.ResultSetMetaData
Indicates the designated column's normal maximum width in characters.
getColumnLabel(int) - Method in interface java.sql.ResultSetMetaData
Gets the designated column's suggested title for use in printouts and displays.
getColumnName(int) - Method in interface java.sql.ResultSetMetaData
Get the designated column's name.
getColumnPrivileges(String, String, String, String) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of the access rights for a table's columns.
getColumns(String, String, String, String) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of table columns available in the specified catalog.
getColumnType(int) - Method in interface java.sql.ResultSetMetaData
Retrieves the designated column's SQL type.
getColumnTypeName(int) - Method in interface java.sql.ResultSetMetaData
Retrieves the designated column's database-specific type name.
getCommand() - Method in interface javax.sql.RowSet
Retrieves this RowSet object's command property.
getConcurrency() - Method in interface java.sql.ResultSet
Retrieves the concurrency mode of this ResultSet object.
getConnection() - Method in interface java.sql.Statement
Retrieves the Connection object that produced this Statement object.
getConnection() - Method in interface java.sql.DatabaseMetaData
Retrieves the connection that produced this metadata object.
getConnection() - Method in interface javax.sql.DataSource
Attempts to establish a connection with the data source that this DataSource object represents.
getConnection() - Method in interface javax.sql.RowSetInternal
Retrieves the Connection object that was passed to this RowSet object.
getConnection(String, String) - Method in interface javax.sql.DataSource
Attempts to establish a connection with the data source that this DataSource object represents.
getCrossReference(String, String, String, String, String, String) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of the foreign key columns in the given foreign key table that reference the primary key columns of the given primary key table (describe how one table imports another's key).
getCursorName() - Method in interface java.sql.ResultSet
Retrieves the name of the SQL cursor used by this ResultSet object.
getDatabaseMajorVersion() - Method in interface java.sql.DatabaseMetaData
Retrieves the major version number of the underlying database.
getDatabaseMinorVersion() - Method in interface java.sql.DatabaseMetaData
Retrieves the minor version number of the underlying database.
getDatabaseProductName() - Method in interface java.sql.DatabaseMetaData
Retrieves the name of this database product.
getDatabaseProductVersion() - Method in interface java.sql.DatabaseMetaData
Retrieves the version number of this database product.
getDataSize() - Method in class java.sql.DataTruncation
Gets the number of bytes of data that should have been transferred.
getDataSourceName() - Method in interface javax.sql.RowSet
Retrieves the logical name that identifies the data source for this RowSet object.
getDate(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC DATE parameter as a java.sql.Date object.
getDate(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Date object in the Java programming language.
getDate(int, Calendar) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC DATE parameter as a java.sql.Date object, using the given Calendar object to construct the date.
getDate(int, Calendar) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Date object in the Java programming language.
getDate(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Date object in the Java programming language.
getDate(String, Calendar) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Date object in the Java programming language.
getDefaultTransactionIsolation() - Method in interface java.sql.DatabaseMetaData
Retrieves this database's default transaction isolation level.
getDouble(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC DOUBLE parameter as a double in the Java programming language.
getDouble(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a double in the Java programming language.
getDouble(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a double in the Java programming language.
getDriverMajorVersion() - Method in interface java.sql.DatabaseMetaData
Retrieves this JDBC driver's major version number.
getDriverMinorVersion() - Method in interface java.sql.DatabaseMetaData
Retrieves this JDBC driver's minor version number.
getDriverName() - Method in interface java.sql.DatabaseMetaData
Retrieves the name of this JDBC driver.
getDriverVersion() - Method in interface java.sql.DatabaseMetaData
Retrieves the version number of this JDBC driver as a String.
getErrorCode() - Method in class java.sql.SQLException
Retrieves the vendor-specific exception code for this SQLException object.
getEscapeProcessing() - Method in interface javax.sql.RowSet
Retrieves whether escape processing is enabled for this RowSet object.
getExportedKeys(String, String, String) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of the foreign key columns that reference the given table's primary key columns (the foreign keys exported by a table).
getExtraNameCharacters() - Method in interface java.sql.DatabaseMetaData
Retrieves all the "extra" characters that can be used in unquoted identifier names (those beyond a-z, A-Z, 0-9 and _).
getFetchDirection() - Method in interface java.sql.Statement
Retrieves the direction for fetching rows from database tables that is the default for result sets generated from this Statement object.
getFetchDirection() - Method in interface java.sql.ResultSet
Retrieves the fetch direction for this ResultSet object.
getFetchSize() - Method in interface java.sql.Statement
Retrieves the number of result set rows that is the default fetch size for ResultSet objects generated from this Statement object.
getFetchSize() - Method in interface java.sql.ResultSet
Retrieves the fetch size for this ResultSet object.
getFloat(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC FLOAT parameter as a float in the Java programming language.
getFloat(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a float in the Java programming language.
getFloat(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a float in the Java programming language.
getGeneratedKeys() - Method in interface java.sql.Statement
Retrieves any auto-generated keys created as a result of executing this Statement object.
getHoldability() - Method in interface java.sql.Connection
Retrieves the current holdability of ResultSet objects created using this Connection object.
getIdentifierQuoteString() - Method in interface java.sql.DatabaseMetaData
Retrieves the string used to quote SQL identifiers.
getImportedKeys(String, String, String) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of the primary key columns that are referenced by a table's foreign key columns (the primary keys imported by a table).
getIndex() - Method in class java.sql.DataTruncation
Retrieves the index of the column or parameter that was truncated.
getIndexInfo(String, String, String, boolean, boolean) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of the given table's indices and statistics.
getInt(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC INTEGER parameter as an int in the Java programming language.
getInt(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as an int in the Java programming language.
getInt(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as an int in the Java programming language.
getJDBCMajorVersion() - Method in interface java.sql.DatabaseMetaData
Retrieves the major JDBC version number for this driver.
getJDBCMinorVersion() - Method in interface java.sql.DatabaseMetaData
Retrieves the minor JDBC version number for this driver.
getLoginTimeout() - Method in interface javax.sql.DataSource
Gets the maximum time in seconds that this data source can wait while attempting to connect to a database.
getLogWriter() - Method in interface javax.sql.DataSource
Retrieves the log writer for this DataSource object.
getLong(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC BIGINT parameter as a long in the Java programming language.
getLong(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a long in the Java programming language.
getLong(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a long in the Java programming language.
getMaxBinaryLiteralLength() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of hex characters this database allows in an inline binary literal.
getMaxCatalogNameLength() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of characters that this database allows in a catalog name.
getMaxCharLiteralLength() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of characters this database allows for a character literal.
getMaxColumnNameLength() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of characters this database allows for a column name.
getMaxColumnsInGroupBy() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of columns this database allows in a GROUP BY clause.
getMaxColumnsInIndex() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of columns this database allows in an index.
getMaxColumnsInOrderBy() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of columns this database allows in an ORDER BY clause.
getMaxColumnsInSelect() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of columns this database allows in a SELECT list.
getMaxColumnsInTable() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of columns this database allows in a table.
getMaxConnections() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of concurrent connections to this database that are possible.
getMaxCursorNameLength() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of characters that this database allows in a cursor name.
getMaxFieldSize() - Method in interface java.sql.Statement
Retrieves the maximum number of bytes that can be returned for character and binary column values in a ResultSet object produced by this Statement object.
getMaxFieldSize() - Method in interface javax.sql.RowSet
Retrieves the maximum number of bytes that may be returned for certain column values.
getMaxIndexLength() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of bytes this database allows for an index, including all of the parts of the index.
getMaxProcedureNameLength() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of characters that this database allows in a procedure name.
getMaxRows() - Method in interface java.sql.Statement
Retrieves the maximum number of rows that a ResultSet object produced by this Statement object can contain.
getMaxRows() - Method in interface javax.sql.RowSet
Retrieves the maximum number of rows that this RowSet object can contain.
getMaxRowSize() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of bytes this database allows in a single row.
getMaxSchemaNameLength() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of characters that this database allows in a schema name.
getMaxStatementLength() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of characters this database allows in an SQL statement.
getMaxStatements() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of active statements to this database that can be open at the same time.
getMaxTableNameLength() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of characters this database allows in a table name.
getMaxTablesInSelect() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of tables this database allows in a SELECT statement.
getMaxUserNameLength() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of characters this database allows in a user name.
getMetaData() - Method in interface java.sql.PreparedStatement
Retrieves a ResultSetMetaData object that contains information about the columns of the ResultSet object that will be returned when this PreparedStatement object is executed.
getMetaData() - Method in interface java.sql.Connection
Retrieves a DatabaseMetaData object that contains metadata about the database to which this Connection object represents a connection.
getMetaData() - Method in interface java.sql.ResultSet
Retrieves the number, types and properties of this ResultSet object's columns.
getMoreResults() - Method in interface java.sql.Statement
Moves to this Statement object's next result, returns true if it is a ResultSet object, and implicitly closes any current ResultSet object(s) obtained with the method getResultSet.
getMoreResults(int) - Method in interface java.sql.Statement
Moves to this Statement object's next result, deals with any current ResultSet object(s) according to the instructions specified by the given flag, and returns true if the next result is a ResultSet object.
getNanos() - Method in class java.sql.Timestamp
Gets this Timestamp object's nanos value.
getNextException() - Method in class java.sql.SQLException
Retrieves the exception chained to this SQLException object.
getNextWarning() - Method in class java.sql.SQLWarning
Retrieves the warning chained to this SQLWarning object.
getNumericFunctions() - Method in interface java.sql.DatabaseMetaData
Retrieves a comma-separated list of math functions available with this database.
getObject(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated parameter as an Object in the Java programming language.
getObject(int) - Method in interface java.sql.ResultSet
Gets the value of the designated column in the current row of this ResultSet object as an Object in the Java programming language.
getObject(String) - Method in interface java.sql.ResultSet
Gets the value of the designated column in the current row of this ResultSet object as an Object in the Java programming language.
getOriginal() - Method in interface javax.sql.RowSetInternal
Retrieves a ResultSet object containing the original value of this RowSet object.
getOriginalRow() - Method in interface javax.sql.RowSetInternal
Retrieves a ResultSet object containing the original value of the current row only.
getParameter() - Method in class java.sql.DataTruncation
Indicates whether the value truncated was a parameter value or a column value.
getParams() - Method in interface javax.sql.RowSetInternal
Retrieves the parameters that have been set for this RowSet object's command.
getPassword() - Method in interface javax.sql.RowSet
Retrieves the password used to create a database connection.
getPrecision(int) - Method in interface java.sql.ResultSetMetaData
Get the designated column's number of decimal digits.
getPrimaryKeys(String, String, String) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of the given table's primary key columns.
getProcedureColumns(String, String, String, String) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of the given catalog's stored procedure parameter and result columns.
getProcedures(String, String, String) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of the stored procedures available in the given catalog.
getProcedureTerm() - Method in interface java.sql.DatabaseMetaData
Retrieves the database vendor's preferred term for "procedure".
getQueryTimeout() - Method in interface java.sql.Statement
Retrieves the number of seconds the driver will wait for a Statement object to execute.
getQueryTimeout() - Method in interface javax.sql.RowSet
Retrieves the maximum number of seconds the driver will wait for a statement to execute.
getRead() - Method in class java.sql.DataTruncation
Indicates whether or not the value was truncated on a read.
getResultSet() - Method in interface java.sql.Statement
Retrieves the current result as a ResultSet object.
getResultSetConcurrency() - Method in interface java.sql.Statement
Retrieves the result set concurrency for ResultSet objects generated by this Statement object.
getResultSetHoldability() - Method in interface java.sql.Statement
Retrieves the result set holdability for ResultSet objects generated by this Statement object.
getResultSetHoldability() - Method in interface java.sql.DatabaseMetaData
Retrieves the default holdability of this ResultSet object.
getResultSetType() - Method in interface java.sql.Statement
Retrieves the result set type for ResultSet objects generated by this Statement object.
getRow() - Method in interface java.sql.ResultSet
Retrieves the current row number.
getSavepointId() - Method in interface java.sql.Savepoint
Retrieves the generated ID for the savepoint that this Savepoint object represents.
getSavepointName() - Method in interface java.sql.Savepoint
Retrieves the name of the savepoint that this Savepoint object represents.
getScale(int) - Method in interface java.sql.ResultSetMetaData
Gets the designated column's number of digits to right of the decimal point.
getSchemaName(int) - Method in interface java.sql.ResultSetMetaData
Get the designated column's table's schema.
getSchemas() - Method in interface java.sql.DatabaseMetaData
Retrieves the schema names available in this database.
getSchemaTerm() - Method in interface java.sql.DatabaseMetaData
Retrieves the database vendor's preferred term for "schema".
getSearchStringEscape() - Method in interface java.sql.DatabaseMetaData
Retrieves the string that can be used to escape wildcard characters.
getShort(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC SMALLINT parameter as a short in the Java programming language.
getShort(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a short in the Java programming language.
getShort(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a short in the Java programming language.
getSQLKeywords() - Method in interface java.sql.DatabaseMetaData
Retrieves a comma-separated list of all of this database's SQL keywords that are NOT also SQL92 keywords.
getSQLState() - Method in class java.sql.SQLException
Retrieves the SQLState for this SQLException object.
getSQLStateType() - Method in interface java.sql.DatabaseMetaData
Indicates whether the SQLSTATEs returned by SQLException.getSQLState is X/Open (now known as Open Group) SQL CLI or SQL99.
getStatement() - Method in interface java.sql.ResultSet
Retrieves the Statement object that produced this ResultSet object.
getString(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC CHAR, VARCHAR, or LONGVARCHAR parameter as a String in the Java programming language.
getString(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
getString(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
getStringFunctions() - Method in interface java.sql.DatabaseMetaData
Retrieves a comma-separated list of string functions available with this database.
getSubString(long, int) - Method in interface java.sql.Clob
Retrieves a copy of the specified substring in the CLOB value designated by this Clob object.
getSuperTables(String, String, String) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of the table hierarchies defined in a particular schema in this database.
getSuperTypes(String, String, String) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of the user-defined type (UDT) hierarchies defined in a particular schema in this database.
getSystemFunctions() - Method in interface java.sql.DatabaseMetaData
Retrieves a comma-separated list of system functions available with this database.
getTableName(int) - Method in interface java.sql.ResultSetMetaData
Gets the designated column's table name.
getTablePrivileges(String, String, String) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of the access rights for each table available in a catalog.
getTables(String, String, String, String[]) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of the tables available in the given catalog.
getTableTypes() - Method in interface java.sql.DatabaseMetaData
Retrieves the table types available in this database.
getTime() - Method in class java.sql.Timestamp
Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT represented by this Timestamp object.
getTime(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC TIME parameter as a java.sql.Time object.
getTime(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Time object in the Java programming language.
getTime(int, Calendar) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC TIME parameter as a java.sql.Time object, using the given Calendar object to construct the time.
getTime(int, Calendar) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Time object in the Java programming language.
getTime(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Time object in the Java programming language.
getTime(String, Calendar) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Time object in the Java programming language.
getTimeDateFunctions() - Method in interface java.sql.DatabaseMetaData
Retrieves a comma-separated list of the time and date functions available with this database.
getTimestamp(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC TIMESTAMP parameter as a java.sql.Timestamp object.
getTimestamp(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
getTimestamp(int, Calendar) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC TIMESTAMP parameter as a java.sql.Timestamp object, using the given Calendar object to construct the Timestamp object.
getTimestamp(int, Calendar) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
getTimestamp(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object.
getTimestamp(String, Calendar) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
getTransactionIsolation() - Method in interface java.sql.Connection
Retrieves this Connection object's current transaction isolation level.
getTransactionIsolation() - Method in interface javax.sql.RowSet
Retrieves the transaction isolation level set for this RowSet object.
getTransferSize() - Method in class java.sql.DataTruncation
Gets the number of bytes of data actually transferred.
getType() - Method in interface java.sql.ResultSet
Retrieves the type of this ResultSet object.
getTypeInfo() - Method in interface java.sql.DatabaseMetaData
Retrieves a description of all the standard SQL types supported by this database.
getTypeMap() - Method in interface javax.sql.RowSet
Retrieves the Map object associated with this RowSet object, which specifies the custom mapping of SQL user-defined types, if any.
getUDTs(String, String, String, int[]) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of the user-defined types (UDTs) defined in a particular schema.
getUpdateCount() - Method in interface java.sql.Statement
Retrieves the current result as an update count; if the result is a ResultSet object or there are no more results, -1 is returned.
getUpdateCounts() - Method in class java.sql.BatchUpdateException
Retrieves the update count for each update statement in the batch update that executed successfully before this exception occurred.
getURL(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC DATALINK parameter as a java.net.URL object.
getURL(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.net.URL object in the Java programming language.
getURL(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.net.URL object in the Java programming language.
getUsername() - Method in interface javax.sql.RowSet
Retrieves the username used to create a database connection for this RowSet object.
getUserName() - Method in interface java.sql.DatabaseMetaData
Retrieves the user name as known to this database.
getVersionColumns(String, String, String) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of a table's columns that are automatically updated when any value in a row is updated.
getWarnings() - Method in interface java.sql.Statement
Retrieves the first warning reported by calls on this Statement object.
getWarnings() - Method in interface java.sql.Connection
Retrieves the first warning reported by calls on this Connection object.
getWarnings() - Method in interface java.sql.ResultSet
Retrieves the first warning reported by calls on this ResultSet object.

JDBC for CDC/FP Optional Package
A B C D E F G H I J K L M N O P R S T U V W
Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 169 specification.