Retrieves, in string form, this server's host address.
<!-- start generic documentation -->
Retrieves the value of the designated JDBC ARRAY
parameter as an java.sql.Array
object in the Java programming
language.
<!-- start generic documentation -->
Retrieves the value of the designated column in the current row
of this ResultSet
object as an Array
object
in the Java programming language.
<!-- start generic documentation -->
Retrieves the value of a JDBC ARRAY
parameter as an
Array
object in the Java programming language.
<!-- start generic documentation -->
Retrieves the value of the designated column in the current row
of this ResultSet
object as an Array
object
in the Java programming language.
Retrieves the CLOB
value designated by this
Clob
object as an ascii stream.
<!-- start generic documentation -->
Retrieves the value of the designated column in the current row
of this ResultSet
object as
a stream of ASCII characters.
<!-- start generic documentation -->
Retrieves the value of the designated column in the current row
of this ResultSet
object as a stream of
ASCII characters.
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.
Gets the current auto-commit state.
Retrieves a description of a table's optimal set of columns that
uniquely identifies a row.
<!-- start generic documentation -->
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.
<!-- start generic documentation -->
Retrieves the value of the designated column in the current row
of this ResultSet
object as a
java.math.BigDecimal
with full precision.
<!-- start generic documentation -->
Retrieves the value of the designated JDBC NUMERIC
parameter as a java.math.BigDecimal
object with
scale digits to the right of the decimal point.
<!-- start generic documentation -->
Retrieves the value of the designated column in the current row
of this ResultSet
object as
a java.sql.BigDecimal
in the Java programming language.
<!-- start generic documentation -->
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.
<!-- start generic documentation -->
Retrieves the value of the designated column in the current row
of this ResultSet
object as a
java.math.BigDecimal
with full precision.
<!-- start generic documentation -->
Retrieves the value of the designated column in the current row
of this ResultSet
object as a
java.math.BigDecimal
in the Java programming language.
Retrieves the BLOB
value designated by this
Blob
instance as a stream.
<!-- start generic documentation -->
Retrieves the value of the designated column in the current row
of this ResultSet
object as a binary stream of
uninterpreted bytes.
<!-- start generic documentation -->
Retrieves the value of the designated column in the current row
of this ResultSet
object as a stream of uninterpreted
byte
s.
<!-- start generic documentation -->
Retrieves the value of the designated JDBC BLOB
parameter as a java.sql.Blob
object in the Java
programming language.
<!-- start generic documentation -->
Retrieves the value of the designated column in the current row
of this ResultSet
object as a Blob
object
in the Java programming language.
<!-- start generic documentation -->
Retrieves the value of a JDBC BLOB
parameter as a
java.sql.Blob
object in the Java programming language.
<!-- start generic documentation -->
Retrieves the value of the designated column in the current row
of this ResultSet
object as a Blob
object
in the Java programming language.
<!-- start generic documentation -->
Retrieves the value of the designated JDBC BIT
parameter
as a boolean
in the Java programming language.
<!-- start generic documentation -->
Retrieves the value of the designated column in the current row
of this ResultSet
object as
a boolean
in the Java programming language.
<!-- start generic documentation -->
(JDBC4 modified:) Retrieves the value of a JDBC BIT
or BOOLEAN
parameter as a
boolean
in the Java programming language.
<!-- start generic documentation -->
Retrieves the value of the designated column in the current row
of this ResultSet
object as
a boolean
in the Java programming language.
<!-- start generic documentation -->
Retrieves the value of the designated JDBC TINYINT
parameter as a byte
in the Java programming language.
<!-- start generic documentation -->
Retrieves the value of the designated column in the current row
of this ResultSet
object as
a byte
in the Java programming language.
<!-- start generic documentation -->
Retrieves the value of a JDBC TINYINT
parameter as a
byte
in the Java programming language.
<!-- start generic documentation -->
Retrieves the value of the designated column in the current row
of this ResultSet
object as
a byte
in the Java programming language.
<!-- start generic documentation -->
Retrieves the value of the designated JDBC BINARY
or
VARBINARY
parameter as an array of byte
values in the Java programming language.
<!-- start generic documentation -->
Retrieves the value of the designated column in the current row
of this ResultSet
object as
a byte
array in the Java programming language.
Retrieves all or part of the BLOB
value that this
Blob
object represents, as an array of bytes.
<!-- start generic documentation -->
Retrieves the value of a JDBC BINARY
or
VARBINARY
parameter as an array of byte
values in the Java programming language.
<!-- start generic documentation -->
Retrieves the value of the designated column in the current row
of this ResultSet
object as
a byte
array in the Java programming language.
<!-- start generic documentation -->
Returns the Connection's current catalog name.
<!-- start generic documentation -->
Gets the designated column's table's catalog name.
Retrieves the catalog names available in this database.
Retrieves the String
that this database uses as the
separator between a catalog and table name.
Retrieves the database vendor's preferred term for "catalog".
Retrieves the CLOB
value designated by this
Clob
object as a java.io.Reader
object
(or as a stream of characters).
<!-- start generic documentation -->
Retrieves the value of the designated column in the current row
of this ResultSet
object as a
java.io.Reader
object.
<!-- start generic documentation -->
Retrieves the value of the designated column in the current row
of this ResultSet
object as a
java.io.Reader
object.
<!-- start generic documentation -->
Retrieves the value of the designated JDBC CLOB
parameter as a java.sql.Clob
object in the Java programming
language.
<!-- start generic documentation -->
Retrieves the value of the designated column in the current row
of this ResultSet
object as a Clob
object
in the Java programming language.
<!-- start generic documentation -->
Retrieves the value of a JDBC CLOB
parameter as a
java.sql.Clob
object in the Java programming language.
<!-- start generic documentation -->
Retrieves the value of the designated column in the current row
of this ResultSet
object as a Clob
object
in the Java programming language.
<!-- start generic documentation -->
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.
<!-- start generic documentation -->
Returns the number of columns in this ResultSet
object.
<!-- start generic documentation -->
Indicates the designated column's normal maximum width in
characters.
<!-- start generic documentation -->
Gets the designated column's suggested title for use in printouts and
displays.
<!-- start generic documentation -->
Get the designated column's name.
Retrieves a description of the access rights for a table's columns.
Retrieves a description of table columns available in
the specified catalog.
<!-- start generic documentation -->
Retrieves the designated column's SQL type.
<!-- start generic documentation -->
Retrieves the designated column's database-specific type name.
<!-- start generic documentation -->
Retrieves the concurrency mode of this ResultSet
object.
Retrieves the connection that produced this metadata object.
Attempts to establish a connection with the data source that
this DataSource
object represents.
<!-- start generic documentation -->
Retrieves the Connection
object
that produced this Statement
object.
Gets a JDBC Connection using the data of this RCData object.
Attempts to establish a connection with the data source that
this DataSource
object represents.
Gets a JDBC Connection using the data of this RCData object with
specified override elements
Retrieves a description of the foreign key columns in the given foreign key
table that reference the primary key columns of the given primary key
table (describe how one table imports another's key).
<!-- start generic documentation -->
Retrieves the name of the SQL cursor used by this
ResultSet
object.
Retrieves the jdbc database connection url attribute.
Retrieves the major version number of the underlying database.
Retrieves the minor version number of the underlying database.
Retrieves the url alias (network name) of the i'th database
that this Server hosts.
Retrieves the HSQLDB path descriptor (uri) of the i'th
Database that this Server hosts.
Retrieves the name of this database product.
Retrieves the version number of this database product.
<!-- start generic documentation -->
Retrieves the value of the designated JDBC DATE
parameter
as a java.sql.Date
object.
<!-- start generic documentation -->
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.
<!-- start generic documentation -->
Retrieves the value of the designated JDBC DATE
parameter as a java.sql.Date
object, using
the given Calendar
object
to construct the date.
<!-- start generic documentation -->
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.
<!-- start generic documentation -->
Retrieves the value of a JDBC DATE
parameter as a
java.sql.Date
object.
<!-- start generic documentation -->
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.
<!-- start generic documentation -->
Retrieves the value of a JDBC DATE
parameter as a
java.sql.Date
object, using
the given Calendar
object
to construct the date.
<!-- start generic documentation -->
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.
Retrieves this database's default transaction isolation level.
Retrieves the name of the web page served when no page is specified.
Retrieves the name of the web page served when no page is specified.
<!-- start generic documentation -->
Retrieves the value of the designated JDBC DOUBLE
parameter as a double
in the Java programming language.
<!-- start generic documentation -->
Retrieves the value of the designated column in the current row
of this ResultSet
object as
a double
in the Java programming language.
<!-- start generic documentation -->
Retrieves the value of a JDBC DOUBLE
parameter as
a double
in the Java programming language.
<!-- start generic documentation -->
Retrieves the value of the designated column in the current row
of this ResultSet
object as
a double
in the Java programming language.
Retrieves this JDBC driver's major version number.
Retrieves this JDBC driver's minor version number.
Retrieves the name of this JDBC driver.
Retrieves the version number of this JDBC driver as a String
.
Retrieves the PrintWriter to which server errors are printed.
Retrieves a description of the foreign key columns that reference the
given table's primary key columns (the foreign keys exported by a
table).
Retrieves all the "extra" characters that can be used in unquoted
identifier names (those beyond a-z, A-Z, 0-9 and _).
<!-- start generic documentation -->
Retrieves the fetch direction for this
ResultSet
object.
<!-- start generic documentation -->
Retrieves the direction for fetching rows from
database tables that is the default for result sets
generated from this Statement
object.
<!-- start generic documentation -->
Retrieves the fetch size for this
ResultSet
object.
<!-- start generic documentation -->
Retrieves the number of result set rows that is the default
fetch size for ResultSet
objects
generated from this Statement
object.
<!-- start generic documentation -->
Retrieves the value of the designated JDBC FLOAT
parameter as a float
in the Java programming language.
<!-- start generic documentation -->
Retrieves the value of the designated column in the current row
of this ResultSet
object as
a float
in the Java programming language.
<!-- start generic documentation -->
Retrieves the value of a JDBC FLOAT
parameter as
a float
in the Java programming language.
<!-- start generic documentation -->
Retrieves the value of the designated column in the current row
of this ResultSet
object as
a float
in the Java programming language.
<!-- start generic documentation -->
Retrieves any auto-generated keys created as a result of executing this
Statement
object.
Retrieves a String object describing the command line and
properties options for this Server.
Retrieves a String object describing the command line and
properties options for this Server.
<!-- start generic documentation -->
Retrieves the current
holdability of ResultSet
objects created using
this Connection
object.
Retrieves the string used to quote SQL identifiers.
Retrieves a description of the primary key columns that are
referenced by a table's foreign key columns (the primary keys
imported by a table).
Retrieves a description of the given table's indices and statistics.
<!-- start generic documentation -->
Retrieves the value of the designated JDBC INTEGER
parameter as an int
in the Java programming language.
<!-- start generic documentation -->
Retrieves the value of the designated column in the current row
of this ResultSet
object as
an int
in the Java programming language.
<!-- start generic documentation -->
Retrieves the value of a JDBC INTEGER
parameter as
an int
in the Java programming language.
<!-- start generic documentation -->
Retrieves the value of the designated column in the current row
of this ResultSet
object as
an int
in the Java programming language.
Retrieves the major JDBC version number for this
driver.
Retrieves the minor JDBC version number for this
driver.
Gets the maximum time in seconds that this data source can wait
while attempting to connect to a database.
Retrieves the log writer for this DataSource
object.
Retrieves the PrintWriter to which server messages are printed.
<!-- start generic documentation -->
Retrieves the value of the designated JDBC BIGINT
parameter as a long
in the Java programming language.
<!-- start generic documentation -->
Retrieves the value of the designated column in the current row
of this ResultSet
object as
a long
in the Java programming language.
<!-- start generic documentation -->
Retrieves the value of a JDBC BIGINT
parameter as
a long
in the Java programming language.
<!-- start generic documentation -->
Retrieves the value of the designated column in the current row
of this ResultSet
object as
a long
in the Java programming language.
Gets the driver's major version number.
Retrieves the maximum number of hex characters this database allows in an
inline binary literal.
Retrieves the maximum number of characters that this database allows in a
catalog name.
Retrieves the maximum number of characters this database allows
for a character literal.
Retrieves the maximum number of characters this database allows
for a column name.
Retrieves the maximum number of columns this database allows in a
GROUP BY
clause.
Retrieves the maximum number of columns this database allows in
an index.
Retrieves the maximum number of columns this database allows in an
ORDER BY
clause.
Retrieves the maximum number of columns this database allows in a
SELECT
list.
Retrieves the maximum number of columns this database allows in
a table.
Retrieves the maximum number of concurrent connections to this
database that are possible.
Retrieves the maximum number of characters that this database allows in a
cursor name.
<!-- start generic documentation -->
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.
Retrieves the maximum number of bytes this database allows for an
index, including all of the parts of the index.
Retrieves the maximum number of characters that this database allows in a
procedure name.
<!-- start generic documentation -->
Retrieves the maximum number of rows that a
ResultSet
object produced by this
Statement
object can contain.
Retrieves the maximum number of bytes this database allows in
a single row.
Retrieves the maximum number of characters that this database allows in a
schema name.
Retrieves the maximum number of characters this database allows in
an SQL statement.
Retrieves the maximum number of active statements to this database
that can be open at the same time.
Retrieves the maximum number of characters this database allows in
a table name.
Retrieves the maximum number of tables this database allows in a
SELECT
statement.
Retrieves the maximum number of characters this database allows in
a user name.
<!-- start generic documentation -->
Gets the metadata regarding this connection's database.
<!-- start generic documentation -->
Retrieves a ResultSetMetaData
object that contains
information about the columns of the ResultSet
object
that will be returned when this PreparedStatement
object
is executed.
<!-- start generic documentation -->
Retrieves the number, types and properties of
this ResultSet
object's columns.
Gets the driver's minor version number.
<!-- start generic documentation -->
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
.
<!-- start generic documentation -->
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.
Retrieves a comma-separated list of math functions available with
this database.
<!-- start generic documentation -->
Retrieves the value of the designated parameter as an Object
in the Java programming language.
<!-- start generic documentation -->
Gets the value of the designated column in the current row
of this ResultSet
object as
an Object
in the Java programming language.
<!-- start generic documentation -->
Returns an object representing the value of OUT parameter
parameterIndex
and uses map
for the custom
mapping of the parameter value.
<!-- start generic documentation -->
Retrieves the value of the designated column in the current row
of this ResultSet
object as an Object
in the Java programming language.
<!-- start generic documentation -->
Retrieves the value of a parameter as an Object
in the Java
programming language.
<!-- start generic documentation -->
Gets the value of the designated column in the current row
of this ResultSet
object as
an Object
in the Java programming language.
<!-- start generic documentation -->
Returns an object representing the value of OUT parameter
parameterName
and uses map
for the custom
mapping of the parameter value.
<!-- start generic documentation -->
Retrieves the value of the designated column in the current row
of this ResultSet
object as an Object
in the Java programming language.
Creates a jdbcDatasource object using the location or reference
information specified.
Retrieves the fully-qualified name of the Java class whose instances
should be passed to the method PreparedStatement.setObject.
Retrieves the number of parameters in the PreparedStatement object for
which this ParameterMetaData object provides information.
<!-- start generic documentation -->
Retrieves the number, types and properties of this
PreparedStatement
object's parameters.
Retrieves the designated parameter's mode.
Retrieves the designated parameter's SQL type.
Retrieves the designated parameter's database-specific type name.
Retrieves this server's host port.
Retrieves the designated parameter's number of decimal digits.
<!-- start generic documentation -->
Get the designated column's number of decimal digits.
Retrieves a description of the given table's primary key columns.
Retrieves a description of the given catalog's stored procedure parameter
and result columns.
Retrieves a description of the stored procedures available in the given
catalog.
Retrieves the database vendor's preferred term for "procedure".
Retrieves this server's product name.
Retrieves this server's product name.
Retrieves the server's product version, as a String.
Gets information about the possible properties for this driver.
Retrieves a string respresentaion of the network protocol
this server offers, typically one of 'HTTP', HTTPS', 'HSQL' or 'HSQLS'.
Retrieves a string respresentaion of the network protocol
this server offers, typically one of 'HTTP', HTTPS', 'HSQL' or 'HSQLS'.
<!-- start generic documentation -->
Retrieves the number of seconds the driver will
wait for a Statement
object to execute.
<!-- start generic documentation -->
Retrieves the value of the designated JDBC
REF(<structured-type>)
parameter as a
java.sql.Ref
object in the Java programming language.
<!-- start generic documentation -->
Retrieves the value of the designated column in the current row
of this ResultSet
object as a Ref
object
in the Java programming language.
<!-- start generic documentation -->
Retrieves the value of a JDBC REF(<structured-type>)
parameter as a Ref
object in the Java programming language.
<!-- start generic documentation -->
Retrieves the value of the designated column in the current row
of this ResultSet
object as a Ref
object
in the Java programming language.
<!-- start generic documentation -->
Retrieves the current result as a ResultSet
object.
<!-- start generic documentation -->
Retrieves the result set concurrency for ResultSet
objects
generated by this Statement
object.
Retrieves the default holdability of this ResultSet
object.
<!-- start generic documentation -->
Retrieves the result set holdability for ResultSet
objects
generated by this Statement
object.
<!-- start generic documentation -->
Retrieves the result set type for ResultSet
objects
generated by this Statement
object.
<!-- start generic documentation -->
Retrieves the current row number.
Retrieves the generated ID for the savepoint
that this Savepoint
object represents.
Retrieves the name of the savepoint that this
Savepoint
object represents.
Retrieves the designated parameter's number of digits to right of
the decimal point.
<!-- start generic documentation -->
Gets the designated column's number of digits to right of the
decimal point.
<!-- start generic documentation -->
Get the designated column's table's schema.
Retrieves the schema names available in this database.
Retrieves the database vendor's preferred term for "schema".
Retrieves the string that can be used to escape wildcard characters.
Retrieves a Throwable indicating the last server error, if any.
Retrieves a String identifying this Server object.
<!-- start generic documentation -->
Retrieves the value of the designated JDBC SMALLINT
parameter as a short
in the Java programming language.
<!-- start generic documentation -->
Retrieves the value of the designated column in the current row
of this ResultSet
object as
a short
in the Java programming language.
<!-- start generic documentation -->
Retrieves the value of a JDBC SMALLINT
parameter as
a short
in the Java programming language.
<!-- start generic documentation -->
Retrieves the value of the designated column in the current row
of this ResultSet
object as
a short
in the Java programming language.
Retrieves a comma-separated list of all of this database's SQL keywords
that are NOT also SQL92 keywords.
Indicates whether the SQLSTATEs returned by
SQLException.getSQLState
is X/Open (now known as Open Group)
SQL CLI or SQL99.
Retrieves current state of this server in numerically coded form.
Retrieves a character sequence describing this server's current state,
including the message of the last exception, if there is one and it
is still in context.
<!-- start generic documentation -->
Retrieves the Statement
object that produced this
ResultSet
object.
<!-- start generic documentation -->
Retrieves the value of the designated JDBC CHAR
,
VARCHAR
, or LONGVARCHAR
parameter as a
String
in the Java programming language.
<!-- start generic documentation -->
Retrieves the value of the designated column in the current row
of this ResultSet
object as
a String
in the Java programming language.
<!-- start generic documentation -->
Retrieves the value of a JDBC CHAR
, VARCHAR
,
or LONGVARCHAR
parameter as a String
in
the Java programming language.
<!-- start generic documentation -->
Retrieves the value of the designated column in the current row
of this ResultSet
object as
a String
in the Java programming language.
Retrieves a comma-separated list of string functions available with
this database.
Retrieves a copy of the specified substring in the CLOB
value designated by this Clob
object.
Retrieves a description of the table hierarchies defined in a particular
schema in this database.
Retrieves a description of the user-defined type (UDT) hierarchies defined in a
particular schema in this database.
Retrieves a comma-separated list of system functions available with
this database.
<!-- start generic documentation -->
Gets the designated column's table name.
Retrieves a description of the access rights for each table available
in a catalog.
Retrieves a description of the tables available in the given catalog.
Retrieves the table types available in this database.
<!-- start generic documentation -->
Retrieves the value of the designated JDBC TIME
parameter
as a java.sql.Time
object.
<!-- start generic documentation -->
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.
<!-- start generic documentation -->
Retrieves the value of the designated JDBC TIME
parameter as a java.sql.Time
object, using
the given Calendar
object
to construct the time.
<!-- start generic documentation -->
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.
<!-- start generic documentation -->
Retrieves the value of a JDBC TIME
parameter as a
java.sql.Time
object.
<!-- start generic documentation -->
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.
<!-- start generic documentation -->
Retrieves the value of a JDBC TIME
parameter as a
java.sql.Time
object, using
the given Calendar
object
to construct the time.
<!-- start generic documentation -->
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.
Retrieves a comma-separated list of the time and date functions available
with this database.
<!-- start generic documentation -->
Retrieves the value of the designated JDBC TIMESTAMP
parameter as a java.sql.Timestamp
object.
<!-- start generic documentation -->
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.
<!-- start generic documentation -->
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.
<!-- start generic documentation -->
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
anguage.
<!-- start generic documentation -->
Retrieves the value of a JDBC TIMESTAMP
parameter as a
java.sql.Timestamp
object.
<!-- start generic documentation -->
Retrieves the value of the designated column in the current row
of this ResultSet
object as
a java.sql.Timestamp
object.
<!-- start generic documentation -->
Retrieves the value of a JDBC TIMESTAMP
parameter as a
java.sql.Timestamp
object, using
the given Calendar
object to construct
the Timestamp
object.
<!-- start generic documentation -->
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.
<!-- start generic documentation -->
Retrieves this Connection
object's current transaction isolation level.
<!-- start generic documentation -->
Retrieves the type of this ResultSet
object.
Retrieves a description of all the standard SQL types supported by
this database.
<!-- start generic documentation -->
Gets the type map object associated with this connection.
Retrieves a description of the user-defined types (UDTs) defined
in a particular schema.
<!-- start generic documentation -->
Retrieves the value of the designated column in the current row
of this ResultSet
object as
as a stream of two-byte Unicode characters.
<!-- start generic documentation -->
Retrieves the value of the designated column in the current row
of this ResultSet
object as a stream of two-byte
Unicode characters.
<!-- start generic documentation -->
Retrieves the current result as an update count;
if the result is a ResultSet
object or there are no more results, -1
is returned.
Retrieves the URL for this DBMS.
<!-- start generic documentation -->
Retrieves the value of the designated JDBC DATALINK
parameter as a java.net.URL
object.
<!-- start generic documentation -->
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.
<!-- start generic documentation -->
Retrieves the value of a JDBC DATALINK
parameter as a
java.net.URL
object.
<!-- start generic documentation -->
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.
Retrieves the user ID for the connection.
Retrieves the user name as known to this database.
Retrieves a description of a table's columns that are automatically
updated when any value in a row is updated.
<!-- start generic documentation -->
Retrieves the first warning reported by calls on this
Connection
object.
<!-- start generic documentation -->
Retrieves the first warning reported by calls on this
ResultSet
object.
<!-- start generic documentation -->
Retrieves the first warning reported by calls on this Statement
object.
Retrieves the root context (directory) from which web content
is served.
Retrieves the root context (directory) from which web content
is served.
The column's value's number of digits to right of the decimal point.
The column's table's schema.
The HSQLDB HSQL protocol network database server.
Creates a new Server instance handling HSQL protocol connections.
Sets the InetAddress with which this server's ServerSocket will be
constructed.
<!-- start generic documentation -->
Sets the designated parameter to the given Array
object.
<!-- start generic documentation -->
Sets the designated parameter to the given input stream, which will have
the specified number of bytes.
Retrieves a stream to be used to write Ascii characters to the
CLOB
value that this Clob
object represents,
starting at position pos
.
<!-- start generic documentation -->
Sets the designated parameter to the given input stream, which will
have the specified number of bytes.
<!-- start generic documentation -->
Sets this connection's auto-commit mode to the given state.
<!-- start generic documentation -->
Sets the designated parameter to the given
java.math.BigDecimal
value.
<!-- start generic documentation -->
Sets the designated parameter to the given
java.math.BigDecimal
value.
<!-- start generic documentation -->
Sets the designated parameter to the given input stream, which will have
the specified number of bytes.
Retrieves a stream that can be used to write to the BLOB
value that this Blob
object represents.
<!-- start generic documentation -->
Sets the designated parameter to the given input stream, which will
have the specified number of bytes.
<!-- start generic documentation -->
Sets the designated parameter to the given Blob
object.
<!-- start generic documentation -->
Sets the designated parameter to the given Java boolean
value.
<!-- start generic documentation -->
Sets the designated parameter to the given Java boolean
value.
<!-- start generic documentation -->
Sets the designated parameter to the given Java byte
value.
<!-- start generic documentation -->
Sets the designated parameter to the given Java byte
value.
<!-- start generic documentation -->
Sets the designated parameter to the given Java array of bytes.
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.
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.
<!-- start generic documentation -->
Sets the designated parameter to the given Java array of bytes.
<!-- start generic documentation -->
Sets a catalog name in order to
select a subspace of this Connection's database in which to
work.
<!-- start generic documentation -->
Sets the designated parameter to the given Reader
object, which is the given number of characters long.
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
.
<!-- start generic documentation -->
Sets the designated parameter to the given Reader
object, which is the given number of characters long.
<!-- start generic documentation -->
Sets the designated parameter to the given Clob
object.
<!-- start generic documentation -->
Sets the SQL cursor name to the given String
, which
will be used by subsequent Statement
object
execute
methods.
Assigns the value of this object's jdbc database connection
url attribute.
Sets the external name (url alias) of the i'th hosted database.
Sets the path of the hosted database.
<!-- start generic documentation -->
Sets the designated parameter to the given
java.sql.Date
value.
<!-- start generic documentation -->
Sets the designated parameter to the given java.sql.Date
value, using the given Calendar
object.
<!-- start generic documentation -->
(JDBC4 clarification:) 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.
<!-- start generic documentation -->
Sets the designated parameter to the given java.sql.Date
value, using the given Calendar
object.
Sets the name of the web page served when no page is specified.
<!-- start generic documentation -->
Sets the designated parameter to the given Java double
value.
<!-- start generic documentation -->
Sets the designated parameter to the given Java double
value.
Sets the PrintWriter to which server errors are logged.
<!-- start generic documentation -->
Sets escape processing on or off.
<!-- start generic documentation -->
Sets escape processing on or off.
<!-- start generic documentation -->
Gives a hint as to the direction in which the rows in this
ResultSet
object will be processed.
<!-- start generic documentation -->
Gives the driver a hint as to the direction in which
rows will be processed in ResultSet
objects created using this Statement
object.
<!-- start generic documentation -->
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.
<!-- start generic documentation -->
Gives the JDBC driver a hint as to the number of rows that should
be fetched from the database when more rows are needed.
<!-- start generic documentation -->
Sets the designated parameter to the given Java float
value.
<!-- start generic documentation -->
Sets the designated parameter to the given Java float
value.
<!-- start generic documentation -->
Changes the holdability of
ResultSet
objects created using this
Connection
object to the given holdability.
<!-- start generic documentation -->
Sets the designated parameter to the given Java int
value.
<!-- start generic documentation -->
Sets the designated parameter to the given Java int
value.
Sets the maximum time in seconds that this data source will wait
while attempting to connect to a database.
Sets the log writer for this DataSource
object to the given java.io.PrintWriter
object.
Sets the PrintWriter to which server messages are logged.
<!-- start generic documentation -->
Sets the designated parameter to the given Java long
value.
<!-- start generic documentation -->
Sets the designated parameter to the given Java long
value.
<!-- start generic documentation -->
Sets the limit for the maximum number of bytes in a ResultSet
column storing character or binary values to
the given number of bytes.
<!-- start generic documentation -->
Sets the limit for the maximum number of rows that any
ResultSet
object can contain to the given number.
Sets whether this server calls System.exit() when shutdown.
<!-- start generic documentation -->
Sets the designated parameter to SQL NULL
.
<!-- start generic documentation -->
Sets the designated parameter to SQL NULL
.
<!-- start generic documentation -->
Sets the designated parameter to SQL NULL
.
<!-- start generic documentation -->
Sets the designated parameter to SQL NULL
.
<!-- start generic documentation -->
Sets the value of the designated parameter using the given object.
<!-- start generic documentation -->
Sets the value of the designated parameter with the given object.
<!-- start generic documentation -->
Sets the value of the designated parameter with the given object.
<!-- start generic documentation -->
Sets the value of the designated parameter with the given object.
<!-- start generic documentation -->
Sets the value of the designated parameter with the given object.
<!-- start generic documentation -->
Sets the value of the designated parameter with the given object.
Sets the password to use for connecting to the database
Sets the server listen port.
Sets server properties using the specified properties object
<!-- start generic documentation -->
Sets the number of seconds the driver will wait for a
Statement
object to execute to the given number of seconds.
<!-- start generic documentation -->
Puts this connection in read-only mode as a hint to enable
database optimizations.
<!-- start generic documentation -->
Sets the designated parameter to the given
REF(<structured-type>)
value.
Sets whether this server restarts on shutdown.
<!-- start generic documentation -->
Creates an unnamed savepoint in
the current transaction and returns the new Savepoint
object that represents it.
<!-- start generic documentation -->
Creates a savepoint with the
given name in the current transaction and returns the new
Savepoint
object that represents it.
<!-- start generic documentation -->
Sets the designated parameter to the given Java short
value.
<!-- start generic documentation -->
Sets the designated parameter to the given Java short
value.
Sets silent mode operation
<!-- start generic documentation -->
Sets the designated parameter to the given Java String
value.
Writes the given Java String
to the CLOB
value that this Clob
object designates at the position
pos
.
Writes len
characters of str
, starting
at character offset
, to the CLOB
value
that this Clob
represents.
<!-- start generic documentation -->
Sets the designated parameter to the given Java String
value.
<!-- start generic documentation -->
Sets the designated parameter to the given java.sql.Time
value.
<!-- start generic documentation -->
Sets the designated parameter to the given java.sql.Time
value, using the given Calendar
object.
<!-- start generic documentation -->
Sets the designated parameter to the given java.sql.Time
value.
<!-- start generic documentation -->
Sets the designated parameter to the given java.sql.Time
value, using the given Calendar
object.
<!-- start generic documentation -->
Sets the designated parameter to the given
java.sql.Timestamp
value.
<!-- start generic documentation -->
Sets the designated parameter to the given java.sql.Timestamp
value, using the given Calendar
object.
<!-- start generic documentation -->
Sets the designated parameter to the given
java.sql.Timestamp
value.
<!-- start generic documentation -->
Sets the designated parameter to the given
java.sql.Timestamp
value, using the given
Calendar
object.
Sets whether to use secure sockets
Sets whether trace messages go to System.out or the
DriverManger PrintStream/PrintWriter, if any.
<!-- start generic documentation -->
Attempts to change the transaction isolation level for this
Connection
object to the one given.
<!-- start generic documentation -->
Installs the given TypeMap
object as the type map for this Connection
object.
<!-- start generic documentation -->
Sets the designated parameter to the given input stream, which
will have the specified number of bytes.
<!-- start generic documentation -->
Sets the designated parameter to the given java.net.URL
value.
<!-- start generic documentation -->
Sets the designated parameter to the given java.net.URL
object.
Sets the path of the root directory from which web content is served.
External method to shut down this server.
Closes all connections to this Server.
Starts this server synchronously.
Stops this server asynchronously.
Retrieves whether this database treats mixed case unquoted SQL identifiers as
case insensitive and stores them in lower case.
Retrieves whether this database treats mixed case quoted SQL identifiers as
case insensitive and stores them in lower case.
Retrieves whether this database treats mixed case unquoted SQL identifiers as
case insensitive and stores them in mixed case.
Retrieves whether this database treats mixed case quoted SQL identifiers as
case insensitive and stores them in mixed case.
Retrieves whether this database treats mixed case unquoted SQL identifiers as
case insensitive and stores them in upper case.
Retrieves whether this database treats mixed case quoted SQL identifiers as
case insensitive and stores them in upper case.
Retrieves whether this database supports ALTER TABLE
with add column.
Retrieves whether this database supports ALTER TABLE
with drop column.
Retrieves whether this database supports the ANSI92 entry level SQL
grammar.
Retrieves whether this database supports the ANSI92 full SQL
grammar supported.
Retrieves whether this database supports the ANSI92 intermediate SQL
grammar supported.
Retrieves whether this database supports batch updates.
Retrieves whether a catalog name can be used in a data
manipulation statement.
Retrieves whether a catalog name can be used in an
index definition statement.
Retrieves whether a catalog name can be used in a
privilege definition statement.
Retrieves whether a catalog name can be used in a
procedure call statement.
Retrieves whether a catalog name can be used in a
table definition statement.
Retrieves whether this database supports column aliasing.
Retrieves whether this database supports the CONVERT
function between SQL types.
Retrieves whether this database supports the CONVERT
for two given SQL types.
Retrieves whether this database supports the ODBC Core SQL grammar.
Retrieves whether this database supports correlated subqueries.
Retrieves whether this database supports both data definition and
data manipulation statements within a transaction.
Retrieves whether this database supports only data manipulation
statements within a transaction.
Retrieves whether, when table correlation names are supported, they
are restricted to being different from the names of the tables.
Retrieves whether this database supports expressions in
ORDER BY
lists.
Retrieves whether this database supports the ODBC Extended SQL grammar.
Retrieves whether this database supports full nested outer joins.
Retrieves whether auto-generated keys can be retrieved after
a statement has been executed.
Retrieves whether this database supports some form of
GROUP BY
clause.
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.
Retrieves whether this database supports using a column that is
not in the SELECT
statement in a
GROUP BY
clause.
Retrieves whether this database supports the SQL Integrity
Enhancement Facility.
Retrieves whether this database supports specifying a
LIKE
escape clause.
Retrieves whether this database provides limited support for outer
joins.
Retrieves whether this database supports the ODBC Minimum SQL grammar.
Retrieves whether this database treats mixed case unquoted SQL identifiers as
case sensitive and as a result stores them in mixed case.
Retrieves whether this database treats mixed case quoted SQL identifiers as
case sensitive and as a result stores them in mixed case.
Retrieves whether it is possible to have multiple ResultSet
objects returned from a CallableStatement
object
simultaneously.
Retrieves whether this database supports getting multiple
ResultSet
objects from a single call to the
method execute
.
Retrieves whether this database allows having multiple
transactions open at once (on different connections).
Retrieves whether this database supports named parameters to callable
statements.
Retrieves whether columns in this database may be defined as
non-nullable.
Retrieves whether this database supports keeping cursors open
across commits.
Retrieves whether this database supports keeping cursors open
across rollbacks.
Retrieves whether this database supports keeping statements open
across commits.
Retrieves whether this database supports keeping statements open
across rollbacks.
Retrieves whether this database supports using a column that is
not in the SELECT
statement in an
ORDER BY
clause.
Retrieves whether this database supports some form of outer join.
Retrieves whether this database supports positioned DELETE
statements.
Retrieves whether this database supports positioned UPDATE
statements.
Retrieves whether this database supports the given concurrency type
in combination with the given result set type.
Retrieves whether this database supports the given result
set holdability.
Retrieves whether this database supports the given result set type.
Retrieves whether this database supports savepoints.
Retrieves whether a schema name can be used in a data
manipulation statement.
Retrieves whether a schema name can be used in an index
definition statement.
Retrieves whether a schema name can be used in a privilege
definition statement.
Retrieves whether a schema name can be used in a procedure call
statement.
Retrieves whether a schema name can be used in a table
definition statement.
Retrieves whether this database supports SELECT FOR UPDATE
statements.
Retrieves whether this database supports statement pooling.
Retrieves whether this database supports stored procedure calls
that use the stored procedure escape syntax.
Retrieves whether this database supports subqueries in comparison
expressions.
Retrieves whether this database supports subqueries in
EXISTS
expressions.
JDBC4 correction: Retrieves whether this database supports subqueries in
IN
expressions.
Retrieves whether this database supports subqueries in quantified
expressions.
Retrieves whether this database supports table correlation names.
Retrieves whether this database supports the given transaction
isolation level.
Retrieves whether this database supports transactions.
Retrieves whether this database supports SQL UNION
.
Retrieves whether this database supports SQL UNION ALL
.