- generatedKeyAlwaysReturned() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether a generated key will always be returned if the column
name(s) or index(es) specified for the auto generated key column(s)
are valid and the statement succeeds.
- getArray() - Method in interface java.sql.Array
-
Retrieves the contents of the SQL ARRAY
value designated
by this
Array
object in the form of an array in the Java
programming language.
- getArray(Map<String, Class<?>>) - Method in interface java.sql.Array
-
Retrieves the contents of the SQL ARRAY
value designated by this
Array
object.
- getArray(long, int) - Method in interface java.sql.Array
-
Retrieves a slice of the SQL ARRAY
value designated by this Array
object, beginning with the
specified index
and containing up to count
successive elements of the SQL array.
- getArray(long, int, Map<String, Class<?>>) - Method in interface java.sql.Array
-
Retreives a slice of the SQL ARRAY
value
designated by this Array
object, beginning with the specified
index
and containing up to count
successive elements of the SQL array.
- getArray(int) - Method in interface java.sql.CallableStatement
-
Retrieves the value of the designated JDBC
ARRAY
parameter as an
Array
object in the Java programming language.
- getArray(String) - Method in interface java.sql.CallableStatement
-
Retrieves the value of a JDBC
ARRAY
parameter as an
Array
object in the Java programming language.
- getArray(int) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet
object as an Array
object
in the Java programming language.
- getArray(String) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet
object as an Array
object
in the Java programming language.
- 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.
- getAttributes() - Method in interface java.sql.Struct
-
Produces the ordered values of the attributes of the SQL
structured type that this Struct
object represents.
- getAttributes(Map<String, Class<?>>) - Method in interface java.sql.Struct
-
Produces the ordered values of the attributes of the SQL
structured type that this Struct
object represents.
- getAutoCommit() - Method in interface java.sql.Connection
-
Retrieves the current auto-commit mode for this Connection
object.
- getBaseType() - Method in interface java.sql.Array
-
Retrieves the JDBC type of the elements in the array designated
by this Array
object.
- getBaseTypeName() - Method in interface java.sql.Array
-
Retrieves the SQL type name of the elements in
the array designated by this Array
object.
- getBaseTypeName() - Method in interface java.sql.Ref
-
Retrieves the fully-qualified SQL name of the SQL structured type that
this Ref
object references.
- 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.
- getBigDecimal(int, int) - Method in interface java.sql.CallableStatement
-
Deprecated.
use getBigDecimal(int parameterIndex)
or getBigDecimal(String parameterName)
- getBigDecimal(int) - Method in interface java.sql.CallableStatement
-
Retrieves the value of the designated JDBC NUMERIC
parameter as a
java.math.BigDecimal
object with as many digits to the
right of the decimal point as the value contains.
- getBigDecimal(String) - Method in interface java.sql.CallableStatement
-
Retrieves the value of a JDBC NUMERIC
parameter as a
java.math.BigDecimal
object with as many digits to the
right of the decimal point as the value contains.
- getBigDecimal(int, int) - Method in interface java.sql.ResultSet
-
Deprecated.
Use getBigDecimal(int columnIndex)
or getBigDecimal(String columnLabel)
- getBigDecimal(String, int) - Method in interface java.sql.ResultSet
-
Deprecated.
Use getBigDecimal(int columnIndex)
or getBigDecimal(String columnLabel)
- getBigDecimal(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.math.BigDecimal
with full precision.
- getBigDecimal(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.math.BigDecimal
with full precision.
- getBinaryStream() - Method in interface java.sql.Blob
-
Retrieves the BLOB
value designated by this
Blob
instance as a stream.
- getBinaryStream(long, long) - Method in interface java.sql.Blob
-
Returns an InputStream
object that contains a partial Blob
value,
starting with the byte specified by pos, which is length bytes in length.
- 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 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
byte
s.
- getBinaryStream() - Method in interface java.sql.SQLXML
-
Retrieves the XML value designated by this SQLXML instance as a stream.
- 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(String) - Method in interface java.sql.CallableStatement
-
Retrieves the value of a 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
or BOOLEAN
parameter as a
boolean
in the Java programming language.
- getBoolean(String) - Method in interface java.sql.CallableStatement
-
Retrieves the value of a JDBC BIT
or BOOLEAN
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(String) - Method in interface java.sql.CallableStatement
-
Retrieves the value of a 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(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(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(String) - Method in interface java.sql.CallableStatement
-
Retrieves the value of a 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(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.
- getBytes() - Method in interface java.sql.RowId
-
Returns an array of bytes representing the value of the SQL ROWID
designated by this java.sql.RowId
object.
- 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(int) - Method in interface java.sql.CallableStatement
-
Retrieves the value of the designated parameter as a
java.io.Reader
object in the Java programming language.
- getCharacterStream(String) - Method in interface java.sql.CallableStatement
-
Retrieves the value of the designated parameter as a
java.io.Reader
object in the Java programming language.
- 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(long, long) - Method in interface java.sql.Clob
-
Returns a Reader
object that contains a partial Clob
value, starting
with the character specified by pos, which is length characters in length.
- 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.
- getCharacterStream() - Method in interface java.sql.SQLXML
-
Retrieves the XML value designated by this SQLXML instance as a java.io.Reader object.
- getClientInfo(String) - Method in interface java.sql.Connection
-
Returns the value of the client info property specified by name.
- getClientInfo() - Method in interface java.sql.Connection
-
Returns a list containing the name and current value of each client info
property supported by the driver.
- getClientInfoProperties() - Method in interface java.sql.DatabaseMetaData
-
Retrieves a list of the client info properties
that the driver supports.
- getClob(int) - Method in interface java.sql.CallableStatement
-
Retrieves the value of the designated JDBC CLOB
parameter as a
java.sql.Clob
object in the Java programming language.
- getClob(String) - Method in interface java.sql.CallableStatement
-
Retrieves the value of a JDBC CLOB
parameter as a
java.sql.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.DatabaseMetaData
-
Retrieves the connection that produced this metadata object.
- getConnection(String, Properties) - Static method in class java.sql.DriverManager
-
Attempts to establish a connection to the given database URL.
- getConnection(String, String, String) - Static method in class java.sql.DriverManager
-
Attempts to establish a connection to the given database URL.
- getConnection(String) - Static method in class java.sql.DriverManager
-
Attempts to establish a connection to the given database URL.
- getConnection() - Method in interface java.sql.Statement
-
Retrieves the Connection
object
that produced this Statement
object.
- getConnection() - Method in interface javax.sql.DataSource
-
Attempts to establish a connection with the data source that
this DataSource
object represents.
- getConnection(String, String) - 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.PooledConnection
-
Creates and returns a Connection
object that is a handle
for the physical connection that
this PooledConnection
object represents.
- getConnection() - Method in interface javax.sql.RowSetInternal
-
Retrieves the Connection
object that was passed to this
RowSet
object.
- 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 or the columns representing a unique constraint of the parent table (could be the same or a different table).
- 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 exception 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, 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(String) - Method in interface java.sql.CallableStatement
-
Retrieves the value of a JDBC DATE
parameter as a
java.sql.Date
object.
- getDate(String, Calendar) - Method in interface java.sql.CallableStatement
-
Retrieves the value of a JDBC DATE
parameter as a
java.sql.Date
object, using
the given Calendar
object
to construct the date.
- 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(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(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, 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() - Method in class java.sql.Time
-
Deprecated.
- getDay() - Method in class java.sql.Time
-
Deprecated.
- 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(String) - Method in interface java.sql.CallableStatement
-
Retrieves the value of a 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.
- getDriver(String) - Static method in class java.sql.DriverManager
-
Attempts to locate a driver that understands the given URL.
- 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.
- getDrivers() - Static method in class java.sql.DriverManager
-
Retrieves an Enumeration with all of the currently loaded JDBC drivers
to which the current caller has access.
- getDriverVersion() - Method in interface java.sql.DatabaseMetaData
-
Retrieves the version number of this JDBC driver as a String
.
- getErrorCode() - Method in exception 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 _).
- getFailedProperties() - Method in exception java.sql.SQLClientInfoException
-
Returns the list of client info properties that could not be set.
- getFetchDirection() - Method in interface java.sql.ResultSet
-
Retrieves the fetch direction for this
ResultSet
object.
- 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.
- getFetchSize() - Method in interface java.sql.ResultSet
-
Retrieves the fetch size 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.
- 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(String) - Method in interface java.sql.CallableStatement
-
Retrieves the value of a 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.
- getFunctionColumns(String, String, String, String) - Method in interface java.sql.DatabaseMetaData
-
Retrieves a description of the given catalog's system or user
function parameters and return type.
- getFunctions(String, String, String) - Method in interface java.sql.DatabaseMetaData
-
Retrieves a description of the system and user functions available
in the given catalog.
- 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.
- getHoldability() - Method in interface java.sql.ResultSet
-
Retrieves the holdability of this ResultSet
object
- getHours() - Method in class java.sql.Date
-
Deprecated.
- 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 the given table's foreign key columns (the primary keys
imported by a table).
- getIndex() - Method in exception 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(String) - Method in interface java.sql.CallableStatement
-
Retrieves the value of a 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.
- getLargeMaxRows() - Method in interface java.sql.Statement
-
Retrieves the maximum number of rows that a
ResultSet
object produced by this
Statement
object can contain.
- getLargeUpdateCount() - 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.
- getLargeUpdateCounts() - Method in exception java.sql.BatchUpdateException
-
Retrieves the update count for each update statement in the batch
update that executed successfully before this exception occurred.
- getLoginTimeout() - Static method in class java.sql.DriverManager
-
Gets the maximum time in seconds that a driver can wait
when attempting to log in to a database.
- getLoginTimeout() - Method in interface javax.sql.CommonDataSource
-
Gets the maximum time in seconds that this data source can wait
while attempting to connect to a database.
- getLogStream() - Static method in class java.sql.DriverManager
-
Deprecated.
Use getLogWriter
- getLogWriter() - Static method in class java.sql.DriverManager
-
Retrieves the log writer.
- getLogWriter() - Method in interface javax.sql.CommonDataSource
-
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(String) - Method in interface java.sql.CallableStatement
-
Retrieves the value of a 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.
- getMajorVersion() - Method in interface java.sql.Driver
-
Retrieves the driver's major version number.
- 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.
- getMaxLogicalLobSize() - Method in interface java.sql.DatabaseMetaData
-
Retrieves the maximum number of bytes this database allows for
the logical size for a LOB
.
- 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.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.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.ResultSet
-
Retrieves the number, types and properties of
this ResultSet
object's columns.
- getMinorVersion() - Method in interface java.sql.Driver
-
Gets the driver's minor version number.
- getMinutes() - Method in class java.sql.Date
-
Deprecated.
- getMonth() - Method in class java.sql.Time
-
Deprecated.
- 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.
- getName() - Method in enum java.sql.JDBCType
-
Returns the name of the data type.
- getName() - Method in interface java.sql.SQLType
-
Returns the SQLType
name that represents a SQL data type.
- getNanos() - Method in class java.sql.Timestamp
-
Gets this Timestamp
object's nanos
value.
- getNCharacterStream(int) - Method in interface java.sql.CallableStatement
-
Retrieves the value of the designated parameter as a
java.io.Reader
object in the Java programming language.
- getNCharacterStream(String) - Method in interface java.sql.CallableStatement
-
Retrieves the value of the designated parameter as a
java.io.Reader
object in the Java programming language.
- getNCharacterStream(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.
- getNCharacterStream(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.
- getNClob(int) - Method in interface java.sql.CallableStatement
-
Retrieves the value of the designated JDBC NCLOB
parameter as a
java.sql.NClob
object in the Java programming language.
- getNClob(String) - Method in interface java.sql.CallableStatement
-
Retrieves the value of a JDBC NCLOB
parameter as a
java.sql.NClob
object in the Java programming language.
- getNClob(int) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet
object as a NClob
object
in the Java programming language.
- getNClob(String) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet
object as a NClob
object
in the Java programming language.
- getNetworkTimeout() - Method in interface java.sql.Connection
-
Retrieves the number of milliseconds the driver will
wait for a database request to complete.
- getNextException() - Method in exception java.sql.SQLException
-
Retrieves the exception chained to this
SQLException
object by setNextException(SQLException ex).
- getNextWarning() - Method in exception java.sql.SQLWarning
-
Retrieves the warning chained to this SQLWarning
object by
setNextWarning
.
- getNString(int) - Method in interface java.sql.CallableStatement
-
Retrieves the value of the designated NCHAR
,
NVARCHAR
or LONGNVARCHAR
parameter as
a String
in the Java programming language.
- getNString(String) - Method in interface java.sql.CallableStatement
-
Retrieves the value of the designated NCHAR
,
NVARCHAR
or LONGNVARCHAR
parameter as
a String
in the Java programming language.
- getNString(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.
- getNString(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.
- 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, Map<String, Class<?>>) - Method in interface java.sql.CallableStatement
-
Returns an object representing the value of OUT parameter
parameterIndex
and uses map
for the custom
mapping of the parameter value.
- getObject(String) - Method in interface java.sql.CallableStatement
-
Retrieves the value of a parameter as an Object
in the Java
programming language.
- getObject(String, Map<String, Class<?>>) - Method in interface java.sql.CallableStatement
-
Returns an object representing the value of OUT parameter
parameterName
and uses map
for the custom
mapping of the parameter value.
- getObject(int, Class<T>) - Method in interface java.sql.CallableStatement
-
Returns an object representing the value of OUT parameter
parameterIndex
and will convert from the
SQL type of the parameter to the requested Java data type, if the
conversion is supported.
- getObject(String, Class<T>) - Method in interface java.sql.CallableStatement
-
Returns an object representing the value of OUT parameter
parameterName
and will convert from the
SQL type of the parameter to the requested Java data type, if the
conversion is supported.
- getObject(Map<String, Class<?>>) - Method in interface java.sql.Ref
-
Retrieves the referenced object and maps it to a Java type
using the given type map.
- getObject() - Method in interface java.sql.Ref
-
Retrieves the SQL structured type instance referenced by
this Ref
object.
- 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.
- getObject(int, Map<String, Class<?>>) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet
object as an Object
in the Java programming language.
- getObject(String, Map<String, Class<?>>) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet
object as an Object
in the Java programming language.
- getObject(int, Class<T>) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet
object and will convert from the
SQL type of the column to the requested Java data type, if the
conversion is supported.
- getObject(String, Class<T>) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet
object and will convert from the
SQL type of the column to the requested Java data type, if the
conversion is supported.
- 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 exception java.sql.DataTruncation
-
Indicates whether the value truncated was a parameter value or
a column value.
- getParameterClassName(int) - Method in interface java.sql.ParameterMetaData
-
Retrieves the fully-qualified name of the Java class whose instances
should be passed to the method PreparedStatement.setObject
.
- getParameterCount() - Method in interface java.sql.ParameterMetaData
-
Retrieves the number of parameters in the PreparedStatement
object for which this ParameterMetaData
object contains
information.
- getParameterMetaData() - Method in interface java.sql.PreparedStatement
-
Retrieves the number, types and properties of this
PreparedStatement
object's parameters.
- getParameterMode(int) - Method in interface java.sql.ParameterMetaData
-
Retrieves the designated parameter's mode.
- getParameterType(int) - Method in interface java.sql.ParameterMetaData
-
Retrieves the designated parameter's SQL type.
- getParameterTypeName(int) - Method in interface java.sql.ParameterMetaData
-
Retrieves the designated parameter's database-specific type name.
- getParams() - Method in interface javax.sql.RowSetInternal
-
Retrieves the parameters that have been set for this
RowSet
object's command.
- getParentLogger() - Method in interface java.sql.Driver
-
Return the parent Logger of all the Loggers used by this driver.
- getParentLogger() - Method in interface javax.sql.CommonDataSource
-
Return the parent Logger of all the Loggers used by this data source.
- getPassword() - Method in interface javax.sql.RowSet
-
Retrieves the password used to create a database connection.
- getPooledConnection() - Method in interface javax.sql.ConnectionPoolDataSource
-
Attempts to establish a physical database connection that can
be used as a pooled connection.
- getPooledConnection(String, String) - Method in interface javax.sql.ConnectionPoolDataSource
-
Attempts to establish a physical database connection that can
be used as a pooled connection.
- getPrecision(int) - Method in interface java.sql.ParameterMetaData
-
Retrieves the designated parameter's specified column size.
- getPrecision(int) - Method in interface java.sql.ResultSetMetaData
-
Get the designated column's specified column size.
- 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".
- getPropertyInfo(String, Properties) - Method in interface java.sql.Driver
-
Gets information about the possible properties for this driver.
- getPseudoColumns(String, String, String, String) - Method in interface java.sql.DatabaseMetaData
-
Retrieves a description of the pseudo or hidden columns available
in a given table within the specified catalog and schema.
- 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 exception java.sql.DataTruncation
-
Indicates whether or not the value was truncated on a read.
- getRef(int) - Method in interface java.sql.CallableStatement
-
Retrieves the value of the designated JDBC
REF(<structured-type>)
parameter as a
Ref
object in the Java programming language.
- getRef(String) - Method in interface java.sql.CallableStatement
-
Retrieves the value of a JDBC
REF(<structured-type>)
parameter as a
Ref
object in the Java programming language.
- getRef(int) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet
object as a Ref
object
in the Java programming language.
- getRef(String) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet
object as a Ref
object
in the Java programming language.
- getResultSet() - Method in interface java.sql.Array
-
Retrieves a result set that contains the elements of the SQL
ARRAY
value
designated by this Array
object.
- getResultSet(Map<String, Class<?>>) - Method in interface java.sql.Array
-
Retrieves a result set that contains the elements of the SQL
ARRAY
value designated by this Array
object.
- getResultSet(long, int) - Method in interface java.sql.Array
-
Retrieves 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<String, Class<?>>) - Method in interface java.sql.Array
-
Retrieves a result set holding the elements of the subarray that
starts at index index
and contains up to
count
successive elements.
- 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.DatabaseMetaData
-
Retrieves this database's default holdability for ResultSet
objects.
- getResultSetHoldability() - Method in interface java.sql.Statement
-
Retrieves the result set holdability for ResultSet
objects
generated by this Statement
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.
- getRowId(int) - Method in interface java.sql.CallableStatement
-
Retrieves the value of the designated JDBC ROWID
parameter as a
java.sql.RowId
object.
- getRowId(String) - Method in interface java.sql.CallableStatement
-
Retrieves the value of the designated JDBC ROWID
parameter as a
java.sql.RowId
object.
- getRowId(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.RowId
object in the Java
programming language.
- getRowId(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.RowId
object in the Java
programming language.
- getRowIdLifetime() - Method in interface java.sql.DatabaseMetaData
-
Indicates whether or not this data source supports the SQL ROWID
type,
and if so the lifetime for which a RowId
object remains valid.
- 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.ParameterMetaData
-
Retrieves the designated parameter's number of digits to right of the decimal point.
- getScale(int) - Method in interface java.sql.ResultSetMetaData
-
Gets the designated column's number of digits to right of the decimal point.
- getSchema() - Method in interface java.sql.Connection
-
Retrieves this Connection
object's current schema name.
- 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.
- getSchemas(String, String) - 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.
- getSeconds() - Method in class java.sql.Date
-
Deprecated.
- 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(String) - Method in interface java.sql.CallableStatement
-
Retrieves the value of a 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.
- getSource(Class<T>) - Method in interface java.sql.SQLXML
-
Returns a Source for reading the XML value designated by this SQLXML instance.
- getSQLException() - Method in class javax.sql.ConnectionEvent
-
Retrieves the SQLException
for this
ConnectionEvent
object.
- getSQLException() - Method in class javax.sql.StatementEvent
-
Returns the SQLException
the driver is about to throw
- getSQLKeywords() - Method in interface java.sql.DatabaseMetaData
-
Retrieves a comma-separated list of all of this database's SQL keywords
that are NOT also SQL:2003 keywords.
- getSQLState() - Method in exception java.sql.SQLException
-
Retrieves the SQLState for this SQLException
object.
- getSQLStateType() - Method in interface java.sql.DatabaseMetaData
-
Indicates whether the SQLSTATE returned by SQLException.getSQLState
is X/Open (now known as Open Group) SQL CLI or SQL:2003.
- getSQLTypeName() - Method in interface java.sql.SQLData
-
Returns the fully-qualified
name of the SQL user-defined type that this object represents.
- getSQLTypeName() - Method in interface java.sql.Struct
-
Retrieves the SQL type name of the SQL structured type
that this Struct
object represents.
- getSQLXML(int) - Method in interface java.sql.CallableStatement
-
Retrieves the value of the designated SQL XML
parameter as a
java.sql.SQLXML
object in the Java programming language.
- getSQLXML(String) - Method in interface java.sql.CallableStatement
-
Retrieves the value of the designated SQL XML
parameter as a
java.sql.SQLXML
object in the Java programming language.
- getSQLXML(int) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row of
this ResultSet
as a
java.sql.SQLXML
object in the Java programming language.
- getSQLXML(String) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row of
this ResultSet
as a
java.sql.SQLXML
object in the Java programming language.
- getStatement() - Method in interface java.sql.ResultSet
-
Retrieves the Statement
object that produced this
ResultSet
object.
- getStatement() - Method in class javax.sql.StatementEvent
-
Returns the PreparedStatement
that is being closed or is invalid
- 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(String) - Method in interface java.sql.CallableStatement
-
Retrieves the value of a 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.
- getString() - Method in interface java.sql.SQLXML
-
Returns a string representation of the XML value designated by this SQLXML instance.
- 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(int) - Method in interface java.sql.CallableStatement
-
Retrieves the value of the designated JDBC TIME
parameter as a
java.sql.Time
object.
- 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(String) - Method in interface java.sql.CallableStatement
-
Retrieves the value of a JDBC TIME
parameter as a
java.sql.Time
object.
- getTime(String, Calendar) - Method in interface java.sql.CallableStatement
-
Retrieves the value of a JDBC TIME
parameter as a
java.sql.Time
object, using
the given Calendar
object
to construct the time.
- 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(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(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, 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() - Method in class java.sql.Timestamp
-
Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT
represented by this Timestamp
object.
- 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, 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(String) - Method in interface java.sql.CallableStatement
-
Retrieves the value of a JDBC TIMESTAMP
parameter as a
java.sql.Timestamp
object.
- getTimestamp(String, Calendar) - Method in interface java.sql.CallableStatement
-
Retrieves the value of a JDBC TIMESTAMP
parameter as a
java.sql.Timestamp
object, using
the given Calendar
object to construct
the Timestamp
object.
- getTimestamp(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(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 in the Java programming language.
- 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, 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 exception 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 data types supported by
this database.
- getTypeMap() - Method in interface java.sql.Connection
-
Retrieves the Map
object associated with this
Connection
object.
- 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.
- getUnicodeStream(int) - Method in interface java.sql.ResultSet
-
Deprecated.
use getCharacterStream
in place of
getUnicodeStream
- getUnicodeStream(String) - Method in interface java.sql.ResultSet
-
Deprecated.
use getCharacterStream
instead
- 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 exception 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(String) - Method in interface java.sql.CallableStatement
-
Retrieves the value of a JDBC DATALINK
parameter as a
java.net.URL
object.
- getURL() - Method in interface java.sql.DatabaseMetaData
-
Retrieves the URL for this DBMS.
- 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.
- getUrl() - Method in interface javax.sql.RowSet
-
Retrieves the url property this RowSet
object will use to
create a connection if it uses the DriverManager
instead of a DataSource
object to establish the connection.
- getUserName() - Method in interface java.sql.DatabaseMetaData
-
Retrieves the user name as known to this database.
- getUsername() - Method in interface javax.sql.RowSet
-
Retrieves the username used to create a database connection for this
RowSet
object.
- getVendor() - Method in enum java.sql.JDBCType
-
Returns the name of the vendor that supports this data type.
- getVendor() - Method in interface java.sql.SQLType
-
Returns the name of the vendor that supports this data type.
- getVendorTypeNumber() - Method in enum java.sql.JDBCType
-
Returns the vendor specific type number for the data type.
- getVendorTypeNumber() - Method in interface java.sql.SQLType
-
Returns the vendor specific type number for the data type.
- 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.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.
- getWarnings() - Method in interface java.sql.Statement
-
Retrieves the first warning reported by calls on this Statement
object.
- getXAConnection() - Method in interface javax.sql.XADataSource
-
Attempts to establish a physical database connection that can be
used in a distributed transaction.
- getXAConnection(String, String) - Method in interface javax.sql.XADataSource
-
Attempts to establish a physical database connection, using the given
user name and password.
- getXAResource() - Method in interface javax.sql.XAConnection
-
Retrieves an XAResource
object that
the transaction manager will use
to manage this XAConnection
object's participation in a
distributed transaction.
- getYear() - Method in class java.sql.Time
-
Deprecated.
- Savepoint - Interface in java.sql
-
The representation of a savepoint, which is a point within
the current transaction that can be referenced from the
Connection.rollback
method.
- setArray(int, Array) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given java.sql.Array
object.
- setArray(int, Array) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet
object's command
with the given Array
value.
- setAsciiStream(String, InputStream, int) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given input stream, which will have
the specified number of bytes.
- setAsciiStream(String, InputStream, long) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given input stream, which will have
the specified number of bytes.
- setAsciiStream(String, InputStream) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given input stream.
- setAsciiStream(long) - Method in interface java.sql.Clob
-
Retrieves a stream to be used to write Ascii characters to the
CLOB
value that this Clob
object represents,
starting at position pos
.
- setAsciiStream(int, InputStream, int) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given input stream, which will have
the specified number of bytes.
- setAsciiStream(int, InputStream, long) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given input stream, which will have
the specified number of bytes.
- setAsciiStream(int, InputStream) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given input stream.
- setAsciiStream(int, InputStream, int) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet
object's command
to the given java.io.InputStream
value.
- setAsciiStream(String, InputStream, int) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given input stream, which will have
the specified number of bytes.
- setAsciiStream(int, InputStream) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet
object's command
to the given input stream.
- setAsciiStream(String, InputStream) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given input stream.
- setAutoCommit(boolean) - Method in interface java.sql.Connection
-
Sets this connection's auto-commit mode to the given state.
- setAutoIncrement(int, boolean) - Method in interface javax.sql.RowSetMetaData
-
Sets whether the designated column is automatically numbered,
The default is for a RowSet
object's
columns not to be automatically numbered.
- setBigDecimal(String, BigDecimal) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given
java.math.BigDecimal
value.
- setBigDecimal(int, BigDecimal) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given java.math.BigDecimal
value.
- setBigDecimal(int, BigDecimal) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet
object's command
to the given java.math.BigDeciaml
value.
- setBigDecimal(String, BigDecimal) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given
java.math.BigDecimal
value.
- setBinaryStream(long) - Method in interface java.sql.Blob
-
Retrieves a stream that can be used to write to the BLOB
value that this Blob
object represents.
- setBinaryStream(String, InputStream, int) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given input stream, which will have
the specified number of bytes.
- setBinaryStream(String, InputStream, long) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given input stream, which will have
the specified number of bytes.
- setBinaryStream(String, InputStream) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given input stream.
- setBinaryStream(int, InputStream, int) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given input stream, which will have
the specified number of bytes.
- setBinaryStream(int, InputStream, long) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given input stream, which will have
the specified number of bytes.
- setBinaryStream(int, InputStream) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given input stream.
- setBinaryStream() - Method in interface java.sql.SQLXML
-
Retrieves a stream that can be used to write the XML value that this SQLXML instance represents.
- setBinaryStream(int, InputStream, int) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet
object's command
to the given java.io.InputStream
value.
- setBinaryStream(String, InputStream, int) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given input stream, which will have
the specified number of bytes.
- setBinaryStream(int, InputStream) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet
object's command
to the given input stream.
- setBinaryStream(String, InputStream) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given input stream.
- setBlob(String, InputStream, long) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to a InputStream
object.
- setBlob(String, Blob) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given java.sql.Blob
object.
- setBlob(String, InputStream) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to a InputStream
object.
- setBlob(int, Blob) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given java.sql.Blob
object.
- setBlob(int, InputStream, long) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to a InputStream
object.
- setBlob(int, InputStream) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to a InputStream
object.
- setBlob(int, Blob) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet
object's command
with the given Blob
value.
- setBlob(int, InputStream, long) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to a InputStream
object.
- setBlob(int, InputStream) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to a InputStream
object.
- setBlob(String, InputStream, long) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to a InputStream
object.
- setBlob(String, Blob) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given java.sql.Blob
object.
- setBlob(String, InputStream) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to a InputStream
object.
- setBoolean(String, boolean) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given Java boolean
value.
- setBoolean(int, boolean) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given Java boolean
value.
- setBoolean(int, boolean) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet
object's command
to the given Java boolean
value.
- setBoolean(String, boolean) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given Java boolean
value.
- setByte(String, byte) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given Java byte
value.
- setByte(int, byte) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given Java byte
value.
- setByte(int, byte) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet
object's command
to the given Java byte
value.
- setByte(String, byte) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given Java byte
value.
- setBytes(long, byte[]) - Method in interface java.sql.Blob
-
Writes the given array of bytes to the BLOB
value that
this Blob
object represents, starting at position
pos
, and returns the number of bytes written.
- setBytes(long, byte[], int, int) - Method in interface java.sql.Blob
-
Writes all or part of the given byte
array to the
BLOB
value that this Blob
object represents
and returns the number of bytes written.
- setBytes(String, byte[]) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given Java array of bytes.
- setBytes(int, byte[]) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given Java array of bytes.
- setBytes(int, byte[]) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet
object's command
to the given Java array of byte
values.
- setBytes(String, byte[]) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given Java array of bytes.
- setCaseSensitive(int, boolean) - Method in interface javax.sql.RowSetMetaData
-
Sets whether the designated column is case sensitive.
- setCatalog(String) - Method in interface java.sql.Connection
-
Sets the given catalog name in order to select
a subspace of this Connection
object's database
in which to work.
- setCatalogName(int, String) - Method in interface javax.sql.RowSetMetaData
-
Sets the designated column's table's catalog name, if any, to the given
String
.
- setCharacterStream(String, Reader, int) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given Reader
object, which is the given number of characters long.
- setCharacterStream(String, Reader, long) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given Reader
object, which is the given number of characters long.
- setCharacterStream(String, Reader) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given Reader
object.
- setCharacterStream(long) - Method in interface java.sql.Clob
-
Retrieves a stream to be used to write a stream of Unicode characters
to the CLOB
value that this Clob
object
represents, at position pos
.
- setCharacterStream(int, Reader, int) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given Reader
object, which is the given number of characters long.
- setCharacterStream(int, Reader, long) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given Reader
object, which is the given number of characters long.
- setCharacterStream(int, Reader) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given Reader
object.
- setCharacterStream() - Method in interface java.sql.SQLXML
-
Retrieves a stream to be used to write the XML value that this SQLXML instance represents.
- setCharacterStream(int, Reader, int) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet
object's command
to the given java.io.Reader
value.
- setCharacterStream(String, Reader, int) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given Reader
object, which is the given number of characters long.
- setCharacterStream(int, Reader) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet
object's command
to the given Reader
object.
- setCharacterStream(String, Reader) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given Reader
object.
- setClientInfo(String, String) - Method in interface java.sql.Connection
-
Sets the value of the client info property specified by name to the
value specified by value.
- setClientInfo(Properties) - Method in interface java.sql.Connection
-
Sets the value of the connection's client info properties.
- setClob(String, Reader, long) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to a Reader
object.
- setClob(String, Clob) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given java.sql.Clob
object.
- setClob(String, Reader) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to a Reader
object.
- setClob(int, Clob) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given java.sql.Clob
object.
- setClob(int, Reader, long) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to a Reader
object.
- setClob(int, Reader) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to a Reader
object.
- setClob(int, Clob) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet
object's command
with the given Clob
value.
- setClob(int, Reader, long) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to a Reader
object.
- setClob(int, Reader) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to a Reader
object.
- setClob(String, Reader, long) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to a Reader
object.
- setClob(String, Clob) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given java.sql.Clob
object.
- setClob(String, Reader) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to a Reader
object.
- setColumnCount(int) - Method in interface javax.sql.RowSetMetaData
-
Sets the number of columns in the RowSet
object to
the given number.
- setColumnDisplaySize(int, int) - Method in interface javax.sql.RowSetMetaData
-
Sets the designated column's normal maximum width in chars to the
given int
.
- setColumnLabel(int, String) - Method in interface javax.sql.RowSetMetaData
-
Sets the suggested column title for use in printouts and
displays, if any, to the given String
.
- setColumnName(int, String) - Method in interface javax.sql.RowSetMetaData
-
Sets the name of the designated column to the given String
.
- setColumnType(int, int) - Method in interface javax.sql.RowSetMetaData
-
Sets the designated column's SQL type to the one given.
- setColumnTypeName(int, String) - Method in interface javax.sql.RowSetMetaData
-
Sets the designated column's type name that is specific to the
data source, if any, to the given String
.
- setCommand(String) - Method in interface javax.sql.RowSet
-
Sets this RowSet
object's command property to the given
SQL query.
- setConcurrency(int) - Method in interface javax.sql.RowSet
-
Sets the concurrency of this RowSet
object to the given
concurrency level.
- setCurrency(int, boolean) - Method in interface javax.sql.RowSetMetaData
-
Sets whether the designated column is a cash value.
- setCursorName(String) - Method in interface java.sql.Statement
-
Sets the SQL cursor name to the given String
, which
will be used by subsequent Statement
object
execute
methods.
- setDataSourceName(String) - Method in interface javax.sql.RowSet
-
Sets the data source name property for this RowSet
object to the
given String
.
- setDate(String, Date) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given java.sql.Date
value
using the default time zone of the virtual machine that is running
the application.
- setDate(String, Date, Calendar) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given java.sql.Date
value,
using the given Calendar
object.
- setDate(int, Date) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given java.sql.Date
value
using the default time zone of the virtual machine that is running
the application.
- setDate(int, Date, Calendar) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given java.sql.Date
value,
using the given Calendar
object.
- setDate(int) - Method in class java.sql.Time
-
Deprecated.
- setDate(int, Date) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet
object's command
to the given java.sql.Date
value.
- setDate(int, Date, Calendar) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet
object's command
with the given java.sql.Date
value.
- setDate(String, Date) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given java.sql.Date
value
using the default time zone of the virtual machine that is running
the application.
- setDate(String, Date, Calendar) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given java.sql.Date
value,
using the given Calendar
object.
- setDouble(String, double) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given Java double
value.
- setDouble(int, double) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given Java double
value.
- setDouble(int, double) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet
object's command
to the given Java double
value.
- setDouble(String, double) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given Java double
value.
- setEscapeProcessing(boolean) - Method in interface java.sql.Statement
-
Sets escape processing on or off.
- setEscapeProcessing(boolean) - Method in interface javax.sql.RowSet
-
Sets escape processing for this RowSet
object on or
off.
- setFetchDirection(int) - Method in interface java.sql.ResultSet
-
Gives a hint as to the direction in which the rows in this
ResultSet
object will be processed.
- setFetchDirection(int) - Method in interface java.sql.Statement
-
Gives the driver a hint as to the direction in which
rows will be processed in ResultSet
objects created using this Statement
object.
- setFetchSize(int) - Method in interface java.sql.ResultSet
-
Gives the JDBC driver a hint as to the number of rows that should
be fetched from the database when more rows are needed for this
ResultSet
object.
- setFetchSize(int) - Method in interface java.sql.Statement
-
Gives the JDBC driver a hint as to the number of rows that should
be fetched from the database when more rows are needed for
ResultSet
objects genrated by this Statement
.
- setFloat(String, float) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given Java float
value.
- setFloat(int, float) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given Java float
value.
- setFloat(int, float) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet
object's command
to the given Java float
value.
- setFloat(String, float) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given Java float
value.
- setHoldability(int) - Method in interface java.sql.Connection
-
Changes the default holdability of ResultSet
objects
created using this Connection
object to the given
holdability.
- setHours(int) - Method in class java.sql.Date
-
Deprecated.
- setInt(String, int) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given Java int
value.
- setInt(int, int) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given Java int
value.
- setInt(int, int) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet
object's command
to the given Java int
value.
- setInt(String, int) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given Java int
value.
- setLargeMaxRows(long) - Method in interface java.sql.Statement
-
Sets the limit for the maximum number of rows that any
ResultSet
object generated by this Statement
object can contain to the given number.
- setLoginTimeout(int) - Static method in class java.sql.DriverManager
-
Sets the maximum time in seconds that a driver will wait
while attempting to connect to a database once the driver has
been identified.
- setLoginTimeout(int) - Method in interface javax.sql.CommonDataSource
-
Sets the maximum time in seconds that this data source will wait
while attempting to connect to a database.
- setLogStream(PrintStream) - Static method in class java.sql.DriverManager
-
Deprecated.
Use setLogWriter
- setLogWriter(PrintWriter) - Static method in class java.sql.DriverManager
-
Sets the logging/tracing PrintWriter
object
that is used by the DriverManager
and all drivers.
- setLogWriter(PrintWriter) - Method in interface javax.sql.CommonDataSource
-
Sets the log writer for this DataSource
object to the given java.io.PrintWriter
object.
- setLong(String, long) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given Java long
value.
- setLong(int, long) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given Java long
value.
- setLong(int, long) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet
object's command
to the given Java long
value.
- setLong(String, long) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given Java long
value.
- setMaxFieldSize(int) - Method in interface java.sql.Statement
-
Sets the limit for the maximum number of bytes that can be returned for
character and binary column values in a ResultSet
object produced by this Statement
object.
- setMaxFieldSize(int) - Method in interface javax.sql.RowSet
-
Sets the maximum number of bytes that can be returned for a column
value to the given number of bytes.
- setMaxRows(int) - Method in interface java.sql.Statement
-
Sets the limit for the maximum number of rows that any
ResultSet
object generated by this Statement
object can contain to the given number.
- setMaxRows(int) - Method in interface javax.sql.RowSet
-
Sets the maximum number of rows that this RowSet
object can contain to the specified number.
- setMetaData(RowSetMetaData) - Method in interface javax.sql.RowSetInternal
-
Sets the given RowSetMetaData
object as the
RowSetMetaData
object for this RowSet
object.
- setMinutes(int) - Method in class java.sql.Date
-
Deprecated.
- setMonth(int) - Method in class java.sql.Time
-
Deprecated.
- setNanos(int) - Method in class java.sql.Timestamp
-
Sets this Timestamp
object's nanos
field
to the given value.
- setNCharacterStream(String, Reader, long) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to a Reader
object.
- setNCharacterStream(String, Reader) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to a Reader
object.
- setNCharacterStream(int, Reader, long) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to a Reader
object.
- setNCharacterStream(int, Reader) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to a Reader
object.
- setNCharacterStream(int, Reader) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet
object's command
to a Reader
object.
- setNCharacterStream(int, Reader, long) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to a Reader
object.
- setNCharacterStream(String, Reader, long) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to a Reader
object.
- setNCharacterStream(String, Reader) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to a Reader
object.
- setNClob(String, NClob) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to a java.sql.NClob
object.
- setNClob(String, Reader, long) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to a Reader
object.
- setNClob(String, Reader) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to a Reader
object.
- setNClob(int, NClob) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to a java.sql.NClob
object.
- setNClob(int, Reader, long) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to a Reader
object.
- setNClob(int, Reader) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to a Reader
object.
- setNClob(String, NClob) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to a java.sql.NClob
object.
- setNClob(String, Reader, long) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to a Reader
object.
- setNClob(String, Reader) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to a Reader
object.
- setNClob(int, Reader, long) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to a Reader
object.
- setNClob(int, NClob) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to a java.sql.NClob
object.
- setNClob(int, Reader) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to a Reader
object.
- setNetworkTimeout(Executor, int) - Method in interface java.sql.Connection
-
Sets the maximum period a Connection
or
objects created from the Connection
will wait for the database to reply to any one request.
- setNextException(SQLException) - Method in exception java.sql.SQLException
-
Adds an SQLException
object to the end of the chain.
- setNextWarning(SQLWarning) - Method in exception java.sql.SQLWarning
-
Adds a SQLWarning
object to the end of the chain.
- setNString(String, String) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given String
object.
- setNString(int, String) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given String
object.
- setNString(int, String) - Method in interface javax.sql.RowSet
-
Sets the designated paramter to the given String
object.
- setNString(String, String) - Method in interface javax.sql.RowSet
-
Sets the designated paramter to the given String
object.
- setNull(String, int) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to SQL NULL
.
- setNull(String, int, String) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to SQL NULL
.
- setNull(int, int) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to SQL NULL
.
- setNull(int, int, String) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to SQL NULL
.
- setNull(int, int) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet
object's SQL
command to SQL NULL
.
- setNull(String, int) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to SQL NULL
.
- setNull(int, int, String) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet
object's SQL
command to SQL NULL
.
- setNull(String, int, String) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to SQL NULL
.
- setNullable(int, int) - Method in interface javax.sql.RowSetMetaData
-
Sets whether the designated column's value can be set to
NULL
.
- setObject(String, Object, int, int) - Method in interface java.sql.CallableStatement
-
Sets the value of the designated parameter with the given object.
- setObject(String, Object, int) - Method in interface java.sql.CallableStatement
-
Sets the value of the designated parameter with the given object.
- setObject(String, Object) - Method in interface java.sql.CallableStatement
-
Sets the value of the designated parameter with the given object.
- setObject(String, Object, SQLType, int) - Method in interface java.sql.CallableStatement
-
Sets the value of the designated parameter with the given object.
- setObject(String, Object, SQLType) - Method in interface java.sql.CallableStatement
-
Sets the value of the designated parameter with the given object.
- setObject(int, Object, int) - Method in interface java.sql.PreparedStatement
-
Sets the value of the designated parameter with the given object.
- setObject(int, Object) - Method in interface java.sql.PreparedStatement
-
Sets the value of the designated parameter using the given object.
- setObject(int, Object, int, int) - Method in interface java.sql.PreparedStatement
-
Sets the value of the designated parameter with the given object.
- setObject(int, Object, SQLType, int) - Method in interface java.sql.PreparedStatement
-
Sets the value of the designated parameter with the given object.
- setObject(int, Object, SQLType) - Method in interface java.sql.PreparedStatement
-
Sets the value of the designated parameter with the given object.
- setObject(Object) - Method in interface java.sql.Ref
-
Sets the structured type value that this Ref
object references to the given instance of Object
.
- setObject(int, Object, int, int) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet
object's command
with the given Java Object
.
- setObject(String, Object, int, int) - Method in interface javax.sql.RowSet
-
Sets the value of the designated parameter with the given object.
- setObject(int, Object, int) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet
object's command
with a Java Object
.
- setObject(String, Object, int) - Method in interface javax.sql.RowSet
-
Sets the value of the designated parameter with the given object.
- setObject(String, Object) - Method in interface javax.sql.RowSet
-
Sets the value of the designated parameter with the given object.
- setObject(int, Object) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet
object's command
with a Java Object
.
- setPassword(String) - Method in interface javax.sql.RowSet
-
Sets the database password for this RowSet
object to
the given String
.
- setPoolable(boolean) - Method in interface java.sql.Statement
-
Requests that a Statement
be pooled or not pooled.
- setPrecision(int, int) - Method in interface javax.sql.RowSetMetaData
-
Sets the designated column's number of decimal digits to the
given int
.
- setQueryTimeout(int) - Method in interface java.sql.Statement
-
Sets the number of seconds the driver will wait for a
Statement
object to execute to the given number of seconds.
- setQueryTimeout(int) - Method in interface javax.sql.RowSet
-
Sets the maximum time the driver will wait for
a statement to execute to the given number of seconds.
- setReadOnly(boolean) - Method in interface java.sql.Connection
-
Puts this connection in read-only mode as a hint to the driver to enable
database optimizations.
- setReadOnly(boolean) - Method in interface javax.sql.RowSet
-
Sets whether this RowSet
object is read-only to the
given boolean
.
- setRef(int, Ref) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given
REF(<structured-type>)
value.
- setRef(int, Ref) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet
object's command
with the given Ref
value.
- setResult(Class<T>) - Method in interface java.sql.SQLXML
-
Returns a Result for setting the XML value designated by this SQLXML instance.
- setRowId(String, RowId) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given java.sql.RowId
object.
- setRowId(int, RowId) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given java.sql.RowId
object.
- setRowId(int, RowId) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given java.sql.RowId
object.
- setRowId(String, RowId) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given java.sql.RowId
object.
- setSavepoint() - Method in interface java.sql.Connection
-
Creates an unnamed savepoint in the current transaction and
returns the new Savepoint
object that represents it.
- setSavepoint(String) - Method in interface java.sql.Connection
-
Creates a savepoint with the given name in the current transaction
and returns the new Savepoint
object that represents it.
- setScale(int, int) - Method in interface javax.sql.RowSetMetaData
-
Sets the designated column's number of digits to the
right of the decimal point to the given int
.
- setSchema(String) - Method in interface java.sql.Connection
-
Sets the given schema name to access.
- setSchemaName(int, String) - Method in interface javax.sql.RowSetMetaData
-
Sets the name of the designated column's table's schema, if any, to
the given String
.
- setSearchable(int, boolean) - Method in interface javax.sql.RowSetMetaData
-
Sets whether the designated column can be used in a where clause.
- setSeconds(int) - Method in class java.sql.Date
-
Deprecated.
- setShort(String, short) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given Java short
value.
- setShort(int, short) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given Java short
value.
- setShort(int, short) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet
object's command
to the given Java short
value.
- setShort(String, short) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given Java short
value.
- setSigned(int, boolean) - Method in interface javax.sql.RowSetMetaData
-
Sets whether the designated column is a signed number.
- setSQLXML(String, SQLXML) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given java.sql.SQLXML
object.
- setSQLXML(int, SQLXML) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given java.sql.SQLXML
object.
- setSQLXML(int, SQLXML) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given java.sql.SQLXML
object.
- setSQLXML(String, SQLXML) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given java.sql.SQLXML
object.
- setString(String, String) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given Java String
value.
- setString(long, String) - Method in interface java.sql.Clob
-
Writes the given Java String
to the CLOB
value that this Clob
object designates at the position
pos
.
- setString(long, String, int, int) - Method in interface java.sql.Clob
-
Writes len
characters of str
, starting
at character offset
, to the CLOB
value
that this Clob
represents.
- setString(int, String) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given Java String
value.
- setString(String) - Method in interface java.sql.SQLXML
-
Sets the XML value designated by this SQLXML instance to the given String representation.
- setString(int, String) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet
object's command
to the given Java String
value.
- setString(String, String) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given Java String
value.
- setTableName(int, String) - Method in interface javax.sql.RowSetMetaData
-
Sets the designated column's table name, if any, to the given
String
.
- setTime(String, Time) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given java.sql.Time
value.
- setTime(String, Time, Calendar) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given java.sql.Time
value,
using the given Calendar
object.
- setTime(long) - Method in class java.sql.Date
-
Sets an existing Date
object
using the given milliseconds time value.
- setTime(int, Time) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given java.sql.Time
value.
- setTime(int, Time, Calendar) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given java.sql.Time
value,
using the given Calendar
object.
- setTime(long) - Method in class java.sql.Time
-
Sets a Time
object using a milliseconds time value.
- setTime(long) - Method in class java.sql.Timestamp
-
Sets this Timestamp
object to represent a point in time that is
time milliseconds after January 1, 1970 00:00:00 GMT.
- setTime(int, Time) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet
object's command
to the given java.sql.Time
value.
- setTime(int, Time, Calendar) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet
object's command
with the given java.sql.Time
value.
- setTime(String, Time) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given java.sql.Time
value.
- setTime(String, Time, Calendar) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given java.sql.Time
value,
using the given Calendar
object.
- setTimestamp(String, Timestamp) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given java.sql.Timestamp
value.
- setTimestamp(String, Timestamp, Calendar) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given java.sql.Timestamp
value,
using the given Calendar
object.
- setTimestamp(int, Timestamp) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given java.sql.Timestamp
value.
- setTimestamp(int, Timestamp, Calendar) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given java.sql.Timestamp
value,
using the given Calendar
object.
- setTimestamp(int, Timestamp) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet
object's command
to the given java.sql.Timestamp
value.
- setTimestamp(String, Timestamp) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given java.sql.Timestamp
value.
- setTimestamp(int, Timestamp, Calendar) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet
object's command
with the given java.sql.Timestamp
value.
- setTimestamp(String, Timestamp, Calendar) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given java.sql.Timestamp
value,
using the given Calendar
object.
- setTransactionIsolation(int) - Method in interface java.sql.Connection
-
Attempts to change the transaction isolation level for this
Connection
object to the one given.
- setTransactionIsolation(int) - Method in interface javax.sql.RowSet
-
Sets the transaction isolation level for this RowSet
obejct.
- setType(int) - Method in interface javax.sql.RowSet
-
Sets the type of this RowSet
object to the given type.
- setTypeMap(Map<String, Class<?>>) - Method in interface java.sql.Connection
-
Installs the given TypeMap
object as the type map for
this Connection
object.
- setTypeMap(Map<String, Class<?>>) - Method in interface javax.sql.RowSet
-
Installs the given java.util.Map
object as the default
type map for this RowSet
object.
- setUnicodeStream(int, InputStream, int) - Method in interface java.sql.PreparedStatement
-
Deprecated.
Use setCharacterStream
- setURL(String, URL) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given java.net.URL
object.
- setURL(int, URL) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given java.net.URL
value.
- setUrl(String) - Method in interface javax.sql.RowSet
-
Sets the URL this RowSet
object will use when it uses the
DriverManager
to create a connection.
- setURL(int, URL) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given java.net.URL
value.
- setUsername(String) - Method in interface javax.sql.RowSet
-
Sets the username property for this RowSet
object to the
given String
.
- setYear(int) - Method in class java.sql.Time
-
Deprecated.
- SMALLINT - Static variable in class java.sql.Types
-
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
SMALLINT
.
- SQLClientInfoException - Exception in java.sql
-
The subclass of
SQLException
is thrown when one or more client info properties
could not be set on a
Connection
.
- SQLClientInfoException() - Constructor for exception java.sql.SQLClientInfoException
-
Constructs a SQLClientInfoException
Object.
- SQLClientInfoException(Map<String, ClientInfoStatus>) - Constructor for exception java.sql.SQLClientInfoException
-
Constructs a SQLClientInfoException
object initialized with a
given failedProperties
.
- SQLClientInfoException(Map<String, ClientInfoStatus>, Throwable) - Constructor for exception java.sql.SQLClientInfoException
-
Constructs a SQLClientInfoException
object initialized with
a given cause
and failedProperties
.
- SQLClientInfoException(String, Map<String, ClientInfoStatus>) - Constructor for exception java.sql.SQLClientInfoException
-
Constructs a SQLClientInfoException
object initialized with a
given reason
and failedProperties
.
- SQLClientInfoException(String, Map<String, ClientInfoStatus>, Throwable) - Constructor for exception java.sql.SQLClientInfoException
-
Constructs a SQLClientInfoException
object initialized with a
given reason
, cause
and
failedProperties
.
- SQLClientInfoException(String, String, Map<String, ClientInfoStatus>) - Constructor for exception java.sql.SQLClientInfoException
-
Constructs a SQLClientInfoException
object initialized with a
given reason
, SQLState
and
failedProperties
.
- SQLClientInfoException(String, String, Map<String, ClientInfoStatus>, Throwable) - Constructor for exception java.sql.SQLClientInfoException
-
Constructs a SQLClientInfoException
object initialized with a
given reason
, SQLState
, cause
and failedProperties
.
- SQLClientInfoException(String, String, int, Map<String, ClientInfoStatus>) - Constructor for exception java.sql.SQLClientInfoException
-
Constructs a SQLClientInfoException
object initialized with a
given reason
, SQLState
,
vendorCode
and failedProperties
.
- SQLClientInfoException(String, String, int, Map<String, ClientInfoStatus>, Throwable) - Constructor for exception java.sql.SQLClientInfoException
-
Constructs a SQLClientInfoException
object initialized with a
given reason
, SQLState
,
cause
, vendorCode
and
failedProperties
.
- SQLData - Interface in java.sql
-
The interface used for the custom mapping of an SQL user-defined type (UDT) to
a class in the Java programming language.
- SQLDataException - Exception in java.sql
-
The subclass of
SQLException
thrown when the SQLState class value
is '
22', or under vendor-specified conditions.
- SQLDataException() - Constructor for exception java.sql.SQLDataException
-
Constructs a SQLDataException
object.
- SQLDataException(String) - Constructor for exception java.sql.SQLDataException
-
Constructs a SQLDataException
object with a given
reason
.
- SQLDataException(String, String) - Constructor for exception java.sql.SQLDataException
-
Constructs a SQLDataException
object with a given
reason
and SQLState
.
- SQLDataException(String, String, int) - Constructor for exception java.sql.SQLDataException
-
Constructs a SQLDataException
object with a given
reason
, SQLState
and
vendorCode
.
- SQLDataException(Throwable) - Constructor for exception java.sql.SQLDataException
-
Constructs a SQLDataException
object with a given
cause
.
- SQLDataException(String, Throwable) - Constructor for exception java.sql.SQLDataException
-
Constructs a SQLDataException
object with a given
reason
and cause
.
- SQLDataException(String, String, Throwable) - Constructor for exception java.sql.SQLDataException
-
Constructs a SQLDataException
object with a given
reason
, SQLState
and cause
.
- SQLDataException(String, String, int, Throwable) - Constructor for exception java.sql.SQLDataException
-
Constructs a SQLDataException
object with a given
reason
, SQLState
, vendorCode
and cause
.
- SQLException - Exception in java.sql
-
An exception that provides information on a database access
error or other errors.
- SQLException(String, String, int) - Constructor for exception java.sql.SQLException
-
Constructs a SQLException
object with a given
reason
, SQLState
and
vendorCode
.
- SQLException(String, String) - Constructor for exception java.sql.SQLException
-
Constructs a SQLException
object with a given
reason
and SQLState
.
- SQLException(String) - Constructor for exception java.sql.SQLException
-
Constructs a SQLException
object with a given
reason
.
- SQLException() - Constructor for exception java.sql.SQLException
-
Constructs a SQLException
object.
- SQLException(Throwable) - Constructor for exception java.sql.SQLException
-
Constructs a SQLException
object with a given
cause
.
- SQLException(String, Throwable) - Constructor for exception java.sql.SQLException
-
Constructs a SQLException
object with a given
reason
and cause
.
- SQLException(String, String, Throwable) - Constructor for exception java.sql.SQLException
-
Constructs a SQLException
object with a given
reason
, SQLState
and cause
.
- SQLException(String, String, int, Throwable) - Constructor for exception java.sql.SQLException
-
Constructs a SQLException
object with a given
reason
, SQLState
, vendorCode
and cause
.
- SQLFeatureNotSupportedException - Exception in java.sql
-
The subclass of
SQLException
thrown when the SQLState class value is '
0A'
( the value is 'zero' A).
- SQLFeatureNotSupportedException() - Constructor for exception java.sql.SQLFeatureNotSupportedException
-
Constructs a SQLFeatureNotSupportedException
object.
- SQLFeatureNotSupportedException(String) - Constructor for exception java.sql.SQLFeatureNotSupportedException
-
Constructs a SQLFeatureNotSupportedException
object
with a given reason
.
- SQLFeatureNotSupportedException(String, String) - Constructor for exception java.sql.SQLFeatureNotSupportedException
-
Constructs a SQLFeatureNotSupportedException
object
with a given reason
and SQLState
.
- SQLFeatureNotSupportedException(String, String, int) - Constructor for exception java.sql.SQLFeatureNotSupportedException
-
Constructs a SQLFeatureNotSupportedException
object
with a given reason
, SQLState
and
vendorCode
.
- SQLFeatureNotSupportedException(Throwable) - Constructor for exception java.sql.SQLFeatureNotSupportedException
-
Constructs a SQLFeatureNotSupportedException
object
with a given cause
.
- SQLFeatureNotSupportedException(String, Throwable) - Constructor for exception java.sql.SQLFeatureNotSupportedException
-
Constructs a SQLFeatureNotSupportedException
object
with a given
reason
and cause
.
- SQLFeatureNotSupportedException(String, String, Throwable) - Constructor for exception java.sql.SQLFeatureNotSupportedException
-
Constructs a SQLFeatureNotSupportedException
object
with a given
reason
, SQLState
and cause
.
- SQLFeatureNotSupportedException(String, String, int, Throwable) - Constructor for exception java.sql.SQLFeatureNotSupportedException
-
Constructs a SQLFeatureNotSupportedException
object
with a given
reason
, SQLState
, vendorCode
and cause
.
- SQLInput - Interface in java.sql
-
An input stream that contains a stream of values representing an
instance of an SQL structured type or an SQL distinct type.
- SQLIntegrityConstraintViolationException - Exception in java.sql
-
The subclass of
SQLException
thrown when the SQLState class value
is '
23', or under vendor-specified conditions.
- SQLIntegrityConstraintViolationException() - Constructor for exception java.sql.SQLIntegrityConstraintViolationException
-
Constructs a SQLIntegrityConstraintViolationException
object.
- SQLIntegrityConstraintViolationException(String) - Constructor for exception java.sql.SQLIntegrityConstraintViolationException
-
Constructs a SQLIntegrityConstraintViolationException
with a given reason
.
- SQLIntegrityConstraintViolationException(String, String) - Constructor for exception java.sql.SQLIntegrityConstraintViolationException
-
Constructs a SQLIntegrityConstraintViolationException
object with a given reason
and SQLState
.
- SQLIntegrityConstraintViolationException(String, String, int) - Constructor for exception java.sql.SQLIntegrityConstraintViolationException
-
Constructs a SQLIntegrityConstraintViolationException
object
with a given reason
, SQLState
and
vendorCode
.
- SQLIntegrityConstraintViolationException(Throwable) - Constructor for exception java.sql.SQLIntegrityConstraintViolationException
-
Constructs an SQLIntegrityConstraintViolationException
object with
a given cause
.
- SQLIntegrityConstraintViolationException(String, Throwable) - Constructor for exception java.sql.SQLIntegrityConstraintViolationException
-
Constructs a SQLIntegrityConstraintViolationException
object
with a given
reason
and cause
.
- SQLIntegrityConstraintViolationException(String, String, Throwable) - Constructor for exception java.sql.SQLIntegrityConstraintViolationException
-
Constructs a SQLIntegrityConstraintViolationException
object
with a given
reason
, SQLState
and cause
.
- SQLIntegrityConstraintViolationException(String, String, int, Throwable) - Constructor for exception java.sql.SQLIntegrityConstraintViolationException
-
Constructs a SQLIntegrityConstraintViolationException
object
with a given
reason
, SQLState
, vendorCode
and cause
.
- SQLInvalidAuthorizationSpecException - Exception in java.sql
-
The subclass of
SQLException
thrown when the SQLState class value
is '
28', or under vendor-specified conditions.
- SQLInvalidAuthorizationSpecException() - Constructor for exception java.sql.SQLInvalidAuthorizationSpecException
-
Constructs a SQLInvalidAuthorizationSpecException
object.
- SQLInvalidAuthorizationSpecException(String) - Constructor for exception java.sql.SQLInvalidAuthorizationSpecException
-
Constructs a SQLInvalidAuthorizationSpecException
object
with a given reason
.
- SQLInvalidAuthorizationSpecException(String, String) - Constructor for exception java.sql.SQLInvalidAuthorizationSpecException
-
Constructs a SQLInvalidAuthorizationSpecException
object
with a given reason
and SQLState
.
- SQLInvalidAuthorizationSpecException(String, String, int) - Constructor for exception java.sql.SQLInvalidAuthorizationSpecException
-
Constructs a SQLInvalidAuthorizationSpecException
object
with a given reason
, SQLState
and
vendorCode
.
- SQLInvalidAuthorizationSpecException(Throwable) - Constructor for exception java.sql.SQLInvalidAuthorizationSpecException
-
Constructs a SQLInvalidAuthorizationSpecException
object
with a given cause
.
- SQLInvalidAuthorizationSpecException(String, Throwable) - Constructor for exception java.sql.SQLInvalidAuthorizationSpecException
-
Constructs a SQLInvalidAuthorizationSpecException
object
with a given
reason
and cause
.
- SQLInvalidAuthorizationSpecException(String, String, Throwable) - Constructor for exception java.sql.SQLInvalidAuthorizationSpecException
-
Constructs a SQLInvalidAuthorizationSpecException
object
with a given
reason
, SQLState
and cause
.
- SQLInvalidAuthorizationSpecException(String, String, int, Throwable) - Constructor for exception java.sql.SQLInvalidAuthorizationSpecException
-
Constructs a SQLInvalidAuthorizationSpecException
object
with a given
reason
, SQLState
, vendorCode
and cause
.
- SQLNonTransientConnectionException - Exception in java.sql
-
The subclass of
SQLException
thrown for the SQLState
class value '
08', or under vendor-specified conditions.
- SQLNonTransientConnectionException() - Constructor for exception java.sql.SQLNonTransientConnectionException
-
Constructs a SQLNonTransientConnectionException
object.
- SQLNonTransientConnectionException(String) - Constructor for exception java.sql.SQLNonTransientConnectionException
-
Constructs a SQLNonTransientConnectionException
object
with a given reason
.
- SQLNonTransientConnectionException(String, String) - Constructor for exception java.sql.SQLNonTransientConnectionException
-
Constructs a SQLNonTransientConnectionException
object
with a given reason
and SQLState
.
- SQLNonTransientConnectionException(String, String, int) - Constructor for exception java.sql.SQLNonTransientConnectionException
-
Constructs a SQLNonTransientConnectionException
object
with a given reason
, SQLState
and
vendorCode
.
- SQLNonTransientConnectionException(Throwable) - Constructor for exception java.sql.SQLNonTransientConnectionException
-
Constructs a SQLNonTransientConnectionException
object
with a given cause
.
- SQLNonTransientConnectionException(String, Throwable) - Constructor for exception java.sql.SQLNonTransientConnectionException
-
Constructs a SQLTransientException
object
with a given
reason
and cause
.
- SQLNonTransientConnectionException(String, String, Throwable) - Constructor for exception java.sql.SQLNonTransientConnectionException
-
Constructs a SQLNonTransientConnectionException
object
with a given
reason
, SQLState
and cause
.
- SQLNonTransientConnectionException(String, String, int, Throwable) - Constructor for exception java.sql.SQLNonTransientConnectionException
-
Constructs a SQLNonTransientConnectionException
object
with a given
reason
, SQLState
, vendorCode
and cause
.
- SQLNonTransientException - Exception in java.sql
-
The subclass of
SQLException
thrown when an instance where a retry
of the same operation would fail unless the cause of the
SQLException
is corrected.
- SQLNonTransientException() - Constructor for exception java.sql.SQLNonTransientException
-
Constructs a SQLNonTransientException
object.
- SQLNonTransientException(String) - Constructor for exception java.sql.SQLNonTransientException
-
Constructs a SQLNonTransientException
object
with a given reason
.
- SQLNonTransientException(String, String) - Constructor for exception java.sql.SQLNonTransientException
-
Constructs a SQLNonTransientException
object
with a given reason
and SQLState
.
- SQLNonTransientException(String, String, int) - Constructor for exception java.sql.SQLNonTransientException
-
Constructs a SQLNonTransientException
object
with a given reason
, SQLState
and
vendorCode
.
- SQLNonTransientException(Throwable) - Constructor for exception java.sql.SQLNonTransientException
-
Constructs a SQLNonTransientException
object
with a given cause
.
- SQLNonTransientException(String, Throwable) - Constructor for exception java.sql.SQLNonTransientException
-
Constructs a SQLTransientException
object
with a given
reason
and cause
.
- SQLNonTransientException(String, String, Throwable) - Constructor for exception java.sql.SQLNonTransientException
-
Constructs a SQLNonTransientException
object
with a given
reason
, SQLState
and cause
.
- SQLNonTransientException(String, String, int, Throwable) - Constructor for exception java.sql.SQLNonTransientException
-
Constructs a SQLNonTransientException
object
with a given
reason
, SQLState
, vendorCode
and cause
.
- SQLOutput - Interface in java.sql
-
The output stream for writing the attributes of a user-defined
type back to the database.
- SQLPermission - Class in java.sql
-
The permission for which the SecurityManager
will check
when code that is running an application with a
SecurityManager
enabled, calls the
DriverManager.deregisterDriver
method,
DriverManager.setLogWriter
method,
DriverManager.setLogStream
(deprecated) method,
SyncFactory.setJNDIContext
method,
SyncFactory.setLogger
method,
Connection.setNetworktimeout
method,
or the Connection.abort
method.
- SQLPermission(String) - Constructor for class java.sql.SQLPermission
-
Creates a new SQLPermission
object with the specified name.
- SQLPermission(String, String) - Constructor for class java.sql.SQLPermission
-
Creates a new SQLPermission
object with the specified name.
- SQLRecoverableException - Exception in java.sql
-
The subclass of
SQLException
thrown in situations where a
previously failed operation might be able to succeed if the application performs
some recovery steps and retries the entire transaction or in the case of a
distributed transaction, the transaction branch.
- SQLRecoverableException() - Constructor for exception java.sql.SQLRecoverableException
-
Constructs a SQLRecoverableException
object.
- SQLRecoverableException(String) - Constructor for exception java.sql.SQLRecoverableException
-
Constructs a SQLRecoverableException
object
with a given reason
.
- SQLRecoverableException(String, String) - Constructor for exception java.sql.SQLRecoverableException
-
Constructs a SQLRecoverableException
object
with a given reason
and SQLState
.
- SQLRecoverableException(String, String, int) - Constructor for exception java.sql.SQLRecoverableException
-
Constructs a SQLRecoverableException
object
with a given reason
, SQLState
and
vendorCode
.
- SQLRecoverableException(Throwable) - Constructor for exception java.sql.SQLRecoverableException
-
Constructs a SQLRecoverableException
object
with a given cause
.
- SQLRecoverableException(String, Throwable) - Constructor for exception java.sql.SQLRecoverableException
-
Constructs a SQLRecoverableException
object
with a given
reason
and cause
.
- SQLRecoverableException(String, String, Throwable) - Constructor for exception java.sql.SQLRecoverableException
-
Constructs a SQLRecoverableException
object
with a given
reason
, SQLState
and cause
.
- SQLRecoverableException(String, String, int, Throwable) - Constructor for exception java.sql.SQLRecoverableException
-
Constructs a SQLRecoverableException
object
with a given
reason
, SQLState
, vendorCode
and cause
.
- sqlStateSQL - Static variable in interface java.sql.DatabaseMetaData
-
A possible return value for the method
DatabaseMetaData.getSQLStateType
which is used to indicate
whether the value returned by the method
SQLException.getSQLState
is an SQLSTATE value.
- sqlStateSQL99 - Static variable in interface java.sql.DatabaseMetaData
-
A possible return value for the method
DatabaseMetaData.getSQLStateType
which is used to indicate
whether the value returned by the method
SQLException.getSQLState
is an SQL99 SQLSTATE value.
- sqlStateXOpen - Static variable in interface java.sql.DatabaseMetaData
-
A possible return value for the method
DatabaseMetaData.getSQLStateType
which is used to indicate
whether the value returned by the method
SQLException.getSQLState
is an
X/Open (now know as Open Group) SQL CLI SQLSTATE value.
- SQLSyntaxErrorException - Exception in java.sql
-
The subclass of
SQLException
thrown when the SQLState class value
is '
42', or under vendor-specified conditions.
- SQLSyntaxErrorException() - Constructor for exception java.sql.SQLSyntaxErrorException
-
Constructs a SQLSyntaxErrorException
object.
- SQLSyntaxErrorException(String) - Constructor for exception java.sql.SQLSyntaxErrorException
-
Constructs a SQLSyntaxErrorException
object
with a given reason
.
- SQLSyntaxErrorException(String, String) - Constructor for exception java.sql.SQLSyntaxErrorException
-
Constructs a SQLSyntaxErrorException
object
with a given reason
and SQLState
.
- SQLSyntaxErrorException(String, String, int) - Constructor for exception java.sql.SQLSyntaxErrorException
-
Constructs a SQLSyntaxErrorException
object
with a given reason
, SQLState
and
vendorCode
.
- SQLSyntaxErrorException(Throwable) - Constructor for exception java.sql.SQLSyntaxErrorException
-
Constructs a SQLSyntaxErrorException
object
with a given cause
.
- SQLSyntaxErrorException(String, Throwable) - Constructor for exception java.sql.SQLSyntaxErrorException
-
Constructs a SQLSyntaxErrorException
object
with a given
reason
and cause
.
- SQLSyntaxErrorException(String, String, Throwable) - Constructor for exception java.sql.SQLSyntaxErrorException
-
Constructs a SQLSyntaxErrorException
object
with a given
reason
, SQLState
and cause
.
- SQLSyntaxErrorException(String, String, int, Throwable) - Constructor for exception java.sql.SQLSyntaxErrorException
-
Constructs a SQLSyntaxErrorException
object
with a given
reason
, SQLState
, vendorCode
and cause
.
- SQLTimeoutException - Exception in java.sql
-
The subclass of
SQLException
thrown when the timeout specified by
Statement.setQueryTimeout
,
DriverManager.setLoginTimeout
,
DataSource.setLoginTimeout
,
XADataSource.setLoginTimeout
has expired.
- SQLTimeoutException() - Constructor for exception java.sql.SQLTimeoutException
-
Constructs a SQLTimeoutException
object.
- SQLTimeoutException(String) - Constructor for exception java.sql.SQLTimeoutException
-
Constructs a SQLTimeoutException
object
with a given reason
.
- SQLTimeoutException(String, String) - Constructor for exception java.sql.SQLTimeoutException
-
Constructs a SQLTimeoutException
object
with a given reason
and SQLState
.
- SQLTimeoutException(String, String, int) - Constructor for exception java.sql.SQLTimeoutException
-
Constructs a SQLTimeoutException
object
with a given reason
, SQLState
and
vendorCode
.
- SQLTimeoutException(Throwable) - Constructor for exception java.sql.SQLTimeoutException
-
Constructs a SQLTimeoutException
object
with a given cause
.
- SQLTimeoutException(String, Throwable) - Constructor for exception java.sql.SQLTimeoutException
-
Constructs a SQLTimeoutException
object
with a given
reason
and cause
.
- SQLTimeoutException(String, String, Throwable) - Constructor for exception java.sql.SQLTimeoutException
-
Constructs a SQLTimeoutException
object
with a given
reason
, SQLState
and cause
.
- SQLTimeoutException(String, String, int, Throwable) - Constructor for exception java.sql.SQLTimeoutException
-
Constructs a SQLTimeoutException
object
with a given
reason
, SQLState
, vendorCode
and cause
.
- SQLTransactionRollbackException - Exception in java.sql
-
The subclass of
SQLException
thrown when the SQLState class value
is '
40', or under vendor-specified conditions.
- SQLTransactionRollbackException() - Constructor for exception java.sql.SQLTransactionRollbackException
-
Constructs a SQLTransactionRollbackException
object.
- SQLTransactionRollbackException(String) - Constructor for exception java.sql.SQLTransactionRollbackException
-
Constructs a SQLTransactionRollbackException
object
with a given reason
.
- SQLTransactionRollbackException(String, String) - Constructor for exception java.sql.SQLTransactionRollbackException
-
Constructs a SQLTransactionRollbackException
object
with a given reason
and SQLState
.
- SQLTransactionRollbackException(String, String, int) - Constructor for exception java.sql.SQLTransactionRollbackException
-
Constructs a SQLTransactionRollbackException
object
with a given reason
, SQLState
and
vendorCode
.
- SQLTransactionRollbackException(Throwable) - Constructor for exception java.sql.SQLTransactionRollbackException
-
Constructs a SQLTransactionRollbackException
object
with a given cause
.
- SQLTransactionRollbackException(String, Throwable) - Constructor for exception java.sql.SQLTransactionRollbackException
-
Constructs a SQLTransactionRollbackException
object
with a given
reason
and cause
.
- SQLTransactionRollbackException(String, String, Throwable) - Constructor for exception java.sql.SQLTransactionRollbackException
-
Constructs a SQLTransactionRollbackException
object
with a given
reason
, SQLState
and cause
.
- SQLTransactionRollbackException(String, String, int, Throwable) - Constructor for exception java.sql.SQLTransactionRollbackException
-
Constructs a SQLTransactionRollbackException
object
with a given
reason
, SQLState
, vendorCode
and cause
.
- SQLTransientConnectionException - Exception in java.sql
-
The subclass of
SQLException
for the SQLState class
value '
08', or under vendor-specified conditions.
- SQLTransientConnectionException() - Constructor for exception java.sql.SQLTransientConnectionException
-
Constructs a SQLTransientConnectionException
object.
- SQLTransientConnectionException(String) - Constructor for exception java.sql.SQLTransientConnectionException
-
Constructs a SQLTransientConnectionException
object
with a given reason
.
- SQLTransientConnectionException(String, String) - Constructor for exception java.sql.SQLTransientConnectionException
-
Constructs a SQLTransientConnectionException
object
with a given reason
and SQLState
.
- SQLTransientConnectionException(String, String, int) - Constructor for exception java.sql.SQLTransientConnectionException
-
Constructs a SQLTransientConnectionException
object
with a given reason
, SQLState
and
vendorCode
.
- SQLTransientConnectionException(Throwable) - Constructor for exception java.sql.SQLTransientConnectionException
-
Constructs a SQLTransientConnectionException
object
with a given cause
.
- SQLTransientConnectionException(String, Throwable) - Constructor for exception java.sql.SQLTransientConnectionException
-
Constructs a SQLTransientConnectionException
object
with a given
reason
and cause
.
- SQLTransientConnectionException(String, String, Throwable) - Constructor for exception java.sql.SQLTransientConnectionException
-
Constructs a SQLTransientConnectionException
object
with a given
reason
, SQLState
and cause
.
- SQLTransientConnectionException(String, String, int, Throwable) - Constructor for exception java.sql.SQLTransientConnectionException
-
Constructs a SQLTransientConnectionException
object
with a given
reason
, SQLState
, vendorCode
and cause
.
- SQLTransientException - Exception in java.sql
-
The subclass of
SQLException
is thrown in situations where a
previoulsy failed operation might be able to succeed when the operation is
retried without any intervention by application-level functionality.
- SQLTransientException() - Constructor for exception java.sql.SQLTransientException
-
Constructs a SQLTransientException
object.
- SQLTransientException(String) - Constructor for exception java.sql.SQLTransientException
-
Constructs a SQLTransientException
object
with a given reason
.
- SQLTransientException(String, String) - Constructor for exception java.sql.SQLTransientException
-
Constructs a SQLTransientException
object
with a given reason
and SQLState
.
- SQLTransientException(String, String, int) - Constructor for exception java.sql.SQLTransientException
-
Constructs a SQLTransientException
object
with a given reason
, SQLState
and
vendorCode
.
- SQLTransientException(Throwable) - Constructor for exception java.sql.SQLTransientException
-
Constructs a SQLTransientException
object
with a given cause
.
- SQLTransientException(String, Throwable) - Constructor for exception java.sql.SQLTransientException
-
Constructs a SQLTransientException
object
with a given
reason
and cause
.
- SQLTransientException(String, String, Throwable) - Constructor for exception java.sql.SQLTransientException
-
Constructs a SQLTransientException
object
with a given
reason
, SQLState
and cause
.
- SQLTransientException(String, String, int, Throwable) - Constructor for exception java.sql.SQLTransientException
-
Constructs a SQLTransientException
object
with a given
reason
, SQLState
, vendorCode
and cause
.
- SQLType - Interface in java.sql
-
An object that is used to identify a generic SQL type, called a JDBC type or
a vendor specific data type.
- SQLWarning - Exception in java.sql
-
An exception that provides information on database access
warnings.
- SQLWarning(String, String, int) - Constructor for exception java.sql.SQLWarning
-
Constructs a SQLWarning
object
with a given reason
, SQLState
and
vendorCode
.
- SQLWarning(String, String) - Constructor for exception java.sql.SQLWarning
-
Constructs a SQLWarning
object
with a given reason
and SQLState
.
- SQLWarning(String) - Constructor for exception java.sql.SQLWarning
-
Constructs a SQLWarning
object
with a given reason
.
- SQLWarning() - Constructor for exception java.sql.SQLWarning
-
Constructs a SQLWarning
object.
- SQLWarning(Throwable) - Constructor for exception java.sql.SQLWarning
-
Constructs a SQLWarning
object
with a given cause
.
- SQLWarning(String, Throwable) - Constructor for exception java.sql.SQLWarning
-
Constructs a SQLWarning
object
with a given
reason
and cause
.
- SQLWarning(String, String, Throwable) - Constructor for exception java.sql.SQLWarning
-
Constructs a SQLWarning
object
with a given
reason
, SQLState
and cause
.
- SQLWarning(String, String, int, Throwable) - Constructor for exception java.sql.SQLWarning
-
Constructs aSQLWarning
object
with a given
reason
, SQLState
, vendorCode
and cause
.
- SQLXML - Interface in java.sql
-
The mapping in the JavaTM programming language for the SQL XML type.
- SQLXML - Static variable in class java.sql.Types
-
The constant in the Java programming language, sometimes referred to
as a type code, that identifies the generic SQL type XML
.
- Statement - Interface in java.sql
-
The object used for executing a static SQL statement
and returning the results it produces.
- statementClosed(StatementEvent) - Method in interface javax.sql.StatementEventListener
-
The driver calls this method on all StatementEventListener
s registered on the connection when it detects that a
PreparedStatement
is closed.
- statementErrorOccurred(StatementEvent) - Method in interface javax.sql.StatementEventListener
-
The driver calls this method on all StatementEventListener
s
registered on the connection when it detects that a
PreparedStatement
is invalid.
- StatementEvent - Class in javax.sql
-
A StatementEvent
is sent to all StatementEventListener
s which were
registered with a PooledConnection
.
- StatementEvent(PooledConnection, PreparedStatement) - Constructor for class javax.sql.StatementEvent
-
Constructs a StatementEvent
with the specified PooledConnection
and
PreparedStatement
.
- StatementEvent(PooledConnection, PreparedStatement, SQLException) - Constructor for class javax.sql.StatementEvent
-
Constructs a StatementEvent
with the specified PooledConnection
,
PreparedStatement
and SQLException
- StatementEventListener - Interface in javax.sql
-
An object that registers to be notified of events that occur on PreparedStatements
that are in the Statement pool.
- storesLowerCaseIdentifiers() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database treats mixed case unquoted SQL identifiers as
case insensitive and stores them in lower case.
- storesLowerCaseQuotedIdentifiers() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database treats mixed case quoted SQL identifiers as
case insensitive and stores them in lower case.
- storesMixedCaseIdentifiers() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database treats mixed case unquoted SQL identifiers as
case insensitive and stores them in mixed case.
- storesMixedCaseQuotedIdentifiers() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database treats mixed case quoted SQL identifiers as
case insensitive and stores them in mixed case.
- storesUpperCaseIdentifiers() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database treats mixed case unquoted SQL identifiers as
case insensitive and stores them in upper case.
- storesUpperCaseQuotedIdentifiers() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database treats mixed case quoted SQL identifiers as
case insensitive and stores them in upper case.
- Struct - Interface in java.sql
-
The standard mapping in the Java programming language for an SQL
structured type.
- STRUCT - Static variable in class java.sql.Types
-
The constant in the Java programming language, sometimes referred to
as a type code, that identifies the generic SQL type
STRUCT
.
- SUCCESS_NO_INFO - Static variable in interface java.sql.Statement
-
The constant indicating that a batch statement executed successfully
but that no count of the number of rows it affected is available.
- supportsAlterTableWithAddColumn() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports ALTER TABLE
with add column.
- supportsAlterTableWithDropColumn() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports ALTER TABLE
with drop column.
- supportsANSI92EntryLevelSQL() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports the ANSI92 entry level SQL
grammar.
- supportsANSI92FullSQL() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports the ANSI92 full SQL grammar supported.
- supportsANSI92IntermediateSQL() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports the ANSI92 intermediate SQL grammar supported.
- supportsBatchUpdates() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports batch updates.
- supportsCatalogsInDataManipulation() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether a catalog name can be used in a data manipulation statement.
- supportsCatalogsInIndexDefinitions() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether a catalog name can be used in an index definition statement.
- supportsCatalogsInPrivilegeDefinitions() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether a catalog name can be used in a privilege definition statement.
- supportsCatalogsInProcedureCalls() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether a catalog name can be used in a procedure call statement.
- supportsCatalogsInTableDefinitions() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether a catalog name can be used in a table definition statement.
- supportsColumnAliasing() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports column aliasing.
- supportsConvert() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports the JDBC scalar function
CONVERT
for the conversion of one JDBC type to another.
- supportsConvert(int, int) - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports the JDBC scalar function
CONVERT
for conversions between the JDBC types fromType
and toType.
- supportsCoreSQLGrammar() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports the ODBC Core SQL grammar.
- supportsCorrelatedSubqueries() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports correlated subqueries.
- supportsDataDefinitionAndDataManipulationTransactions() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports both data definition and
data manipulation statements within a transaction.
- supportsDataManipulationTransactionsOnly() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports only data manipulation
statements within a transaction.
- supportsDifferentTableCorrelationNames() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether, when table correlation names are supported, they
are restricted to being different from the names of the tables.
- supportsExpressionsInOrderBy() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports expressions in
ORDER BY
lists.
- supportsExtendedSQLGrammar() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports the ODBC Extended SQL grammar.
- supportsFullOuterJoins() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports full nested outer joins.
- supportsGetGeneratedKeys() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether auto-generated keys can be retrieved after
a statement has been executed
- supportsGroupBy() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports some form of
GROUP BY
clause.
- supportsGroupByBeyondSelect() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports using columns not included in
the SELECT
statement in a GROUP BY
clause
provided that all of the columns in the SELECT
statement
are included in the GROUP BY
clause.
- supportsGroupByUnrelated() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports using a column that is
not in the SELECT
statement in a
GROUP BY
clause.
- supportsIntegrityEnhancementFacility() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports the SQL Integrity
Enhancement Facility.
- supportsLikeEscapeClause() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports specifying a
LIKE
escape clause.
- supportsLimitedOuterJoins() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database provides limited support for outer
joins.
- supportsMinimumSQLGrammar() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports the ODBC Minimum SQL grammar.
- supportsMixedCaseIdentifiers() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database treats mixed case unquoted SQL identifiers as
case sensitive and as a result stores them in mixed case.
- supportsMixedCaseQuotedIdentifiers() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database treats mixed case quoted SQL identifiers as
case sensitive and as a result stores them in mixed case.
- supportsMultipleOpenResults() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether it is possible to have multiple ResultSet
objects
returned from a CallableStatement
object
simultaneously.
- supportsMultipleResultSets() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports getting multiple
ResultSet
objects from a single call to the
method execute
.
- supportsMultipleTransactions() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database allows having multiple
transactions open at once (on different connections).
- supportsNamedParameters() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports named parameters to callable
statements.
- supportsNonNullableColumns() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether columns in this database may be defined as non-nullable.
- supportsOpenCursorsAcrossCommit() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports keeping cursors open
across commits.
- supportsOpenCursorsAcrossRollback() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports keeping cursors open
across rollbacks.
- supportsOpenStatementsAcrossCommit() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports keeping statements open
across commits.
- supportsOpenStatementsAcrossRollback() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports keeping statements open
across rollbacks.
- supportsOrderByUnrelated() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports using a column that is
not in the SELECT
statement in an
ORDER BY
clause.
- supportsOuterJoins() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports some form of outer join.
- supportsPositionedDelete() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports positioned DELETE
statements.
- supportsPositionedUpdate() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports positioned UPDATE
statements.
- supportsRefCursors() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports REF CURSOR.
- supportsResultSetConcurrency(int, int) - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports the given concurrency type
in combination with the given result set type.
- supportsResultSetHoldability(int) - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports the given result set holdability.
- supportsResultSetType(int) - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports the given result set type.
- supportsSavepoints() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports savepoints.
- supportsSchemasInDataManipulation() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether a schema name can be used in a data manipulation statement.
- supportsSchemasInIndexDefinitions() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether a schema name can be used in an index definition statement.
- supportsSchemasInPrivilegeDefinitions() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether a schema name can be used in a privilege definition statement.
- supportsSchemasInProcedureCalls() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether a schema name can be used in a procedure call statement.
- supportsSchemasInTableDefinitions() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether a schema name can be used in a table definition statement.
- supportsSelectForUpdate() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports SELECT FOR UPDATE
statements.
- supportsStatementPooling() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports statement pooling.
- supportsStoredFunctionsUsingCallSyntax() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports invoking user-defined or vendor functions
using the stored procedure escape syntax.
- supportsStoredProcedures() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports stored procedure calls
that use the stored procedure escape syntax.
- supportsSubqueriesInComparisons() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports subqueries in comparison
expressions.
- supportsSubqueriesInExists() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports subqueries in
EXISTS
expressions.
- supportsSubqueriesInIns() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports subqueries in
IN
expressions.
- supportsSubqueriesInQuantifieds() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports subqueries in quantified
expressions.
- supportsTableCorrelationNames() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports table correlation names.
- supportsTransactionIsolationLevel(int) - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports the given transaction isolation level.
- supportsTransactions() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports transactions.
- supportsUnion() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports SQL UNION
.
- supportsUnionAll() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports SQL UNION ALL
.