|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
ARRAY
.
double
value.
ResultSet
object.
element
at index
.
element
to the end of this list.
PreparedStatement
object's batch of commands.
Statement
object.
ResultSet
object, just after the last row.
getProcedures
.
getTables
in a SELECT
statement.
s
as an int
.
BIGINT
.
BINARY
.
BLOB
.
BOOLEAN
.
ResultSet
object, just before the
first row.
CHAR
.
CLOB
Statement
object if both the DBMS and
driver support aborting an SQL statement.
ResultSet
object.
Statement
object's current list of
SQL commands.
Connection
object.
ResultSet
object.
Statement
object.
Connection
object's database and JDBC resources immediately instead of
waiting for them to be automatically released.
ResultSet
object's database and
JDBC resources immediately instead of waiting for
this to happen when it is automatically closed.
Statement
object's database
and JDBC resources immediately instead of waiting for
this to happen when it is automatically closed.
String
object that is the result of an
SQL-style concatenation of the given String
objects.
double
value
expressed in radians.
Statement
object for sending SQL statements to the database.
Statement
object that will generate
ResultSet
objects with the given type and
concurrency.
Statement
object that will generate ResultSet
objects with
the given type, concurrency, and holdability.
DATALINK
.
DATE
.
DECIMAL
.
DISTINCT
.
DOUBLE
.
Date
value.
java.sql.Date
.
ResultSet
object
and from the underlying database.
ResultSet.rowDeleted
.
String
objects.
getMaxRowSize
includes the SQL data types
LONGVARCHAR
and LONGVARBINARY
.
PreparedStatement
object, which may be any kind of SQL statement.
PreparedStatement
object
and returns the ResultSet
object generated by the query.
ResultSet
object.
PreparedStatement
object, which must be an SQL INSERT
,
UPDATE
or DELETE
statement; or an SQL
statement that returns nothing, such as a DDL statement.
INSERT
,
UPDATE
, or DELETE
statement or an
SQL statement that returns nothing, such as an SQL DDL statement.
Statement
object
should be made available for retrieval.
FLOAT
.
close()
this Connection
ResultSet
column name to its
ResultSet
column index.
ResultSet
object.
ARRAY
parameter as an Array
object in the Java programming
language.
ARRAY
parameter as an
Array
object in the Java programming language.
ResultSet
object as an Array
object
in the Java programming language.
ResultSet
object as an Array
object
in the Java programming language.
CLOB
value designated by this
Clob
object as an ascii stream.
ResultSet
object as
a stream of ASCII characters.
ResultSet
object as a stream of
ASCII characters.
getBigDecimal(int parameterIndex)
or getBigDecimal(String parameterName)
NUMERIC
parameter as a java.math.BigDecimal
object with as many
digits to the right of the decimal point as the value contains.
NUMERIC
parameter as a
java.math.BigDecimal
object with as many digits to the
right of the decimal point as the value contains.
ResultSet
object as a
java.math.BigDecimal
with full precision.
ResultSet
object as a
java.math.BigDecimal
with full precision.
ResultSet
object as a binary stream of
uninterpreted bytes.
ResultSet
object as a stream of uninterpreted
byte
s.
BLOB
parameter as a Blob
object in the Java
programming language.
BLOB
parameter as a
Blob
object in the Java programming language.
ResultSet
object as a Blob
object
in the Java programming language.
ResultSet
object as a Blob
object
in the Java programming language.
BIT
parameter
as a boolean
in the Java programming language.
BIT
parameter as a
boolean
in the Java programming language.
ResultSet
object as
a boolean
in the Java programming language.
ResultSet
object as
a boolean
in the Java programming language.
int
handle to the ResourceBundle
object corresponding to the specified name and current
Locale
, using the specified ClassLoader
.
TINYINT
parameter as a byte
in the Java programming language.
TINYINT
parameter as a
byte
in the Java programming language.
ResultSet
object as
a byte
in the Java programming language.
ResultSet
object as
a byte
in the Java programming language.
BINARY
or
VARBINARY
parameter as an array of byte
values in the Java programming language.
BINARY
or
VARBINARY
parameter as an array of byte
values in the Java programming language.
ResultSet
object as
a byte
array in the Java programming language.
ResultSet
object as
a byte
array in the Java programming language.
String
that this database uses as the
separator between a catalog and table name.
CLOB
value designated by this
Clob
object as a java.io.Reader
object
(or as a stream of characters).
ResultSet
object as a
java.io.Reader
object.
ResultSet
object as a
java.io.Reader
object.
CLOB
parameter as a Clob
object in the Java programming l
anguage.
CLOB
parameter as a
Clob
object in the Java programming language.
ResultSet
object as a Clob
object
in the Java programming language.
ResultSet
object as a Clob
object
in the Java programming language.
ResultSet.getObject
is called to retrieve a value from the column.
ResultSet
object.
ResultSet
object.
DataSource
object represents.
DataSource
object represents.
Connection
object
that produced this Statement
object.
ResultSet
object.
DATE
parameter
as a java.sql.Date
object.
DATE
parameter as a java.sql.Date
object, using
the given Calendar
object
to construct the date.
DATE
parameter as a
java.sql.Date
object.
DATE
parameter as a
java.sql.Date
object, using
the given Calendar
object
to construct the date.
ResultSet
object as a
java.sql.Date
object in the Java programming language.
ResultSet
object as a
java.sql.Date
object in the Java programming language.
ResultSet
object as a
java.sql.Date
object
in the Java programming language.
ResultSet
object as a java.sql.Date
object in the Java programming language.
DOUBLE
parameter as a double
in the Java programming language.
DOUBLE
parameter as
a double
in the Java programming language.
ResultSet
object as
a double
in the Java programming language.
ResultSet
object as
a double
in the Java programming language.
String
.
ResultSet
object.
Statement
object.
ResultSet
object.
ResultSet
objects
generated from this Statement
object.
FLOAT
parameter as a float
in the Java programming language.
FLOAT
parameter as
a float
in the Java programming language.
ResultSet
object as
a float
in the Java programming language.
ResultSet
object as
a float
in the Java programming language.
Statement
object.
ResultSet
objects created using
this Connection
object.
INTEGER
parameter as an int
in the Java programming language.
INTEGER
parameter as
an int
in the Java programming language.
ResultSet
object as
an int
in the Java programming language.
ResultSet
object as
an int
in the Java programming language.
index
.
separator
String
and quote
String
.
DataSource
object.
BIGINT
parameter as a long
in the Java programming language.
BIGINT
parameter as
a long
in the Java programming language.
ResultSet
object as
a long
in the Java programming language.
ResultSet
object as
a long
in the Java programming language.
GROUP BY
clause.
ORDER BY
clause.
SELECT
list.
ResultSet
object produced by this Statement
object.
ResultSet
object produced by this
Statement
object can contain.
SELECT
statement.
ResultSetMetaData
object that contains
information about the columns of the ResultSet
object
that will be returned when this PreparedStatement
object
is executed.
ResultSet
object's columns.
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
.
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.
Object
in the Java programming language.
i
and uses map
for the custom
mapping of the parameter value.
Object
in the Java
programming language.
i
and uses map
for the custom
mapping of the parameter value.
ResultSet
object as
an Object
in the Java programming language.
ResultSet
object as
an Object
in the Java programming language.
ResultSet
object as an Object
in the Java programming language.
ResultSet
object as an Object
in the Java programming language.
PreparedStatement
object's parameters.
Statement
object to execute.
REF(<structured-type>)
parameter as a
Ref
object in the Java programming language.
REF(<structured-type>)
parameter as a Ref
object in the Java programming language.
ResultSet
object as a Ref
object
in the Java programming language.
ResultSet
object as a Ref
object
in the Java programming language.
ResultSet
object.
ResultSet
objects
generated by this Statement
object.
ResultSet
object.
ResultSet
objects
generated by this Statement
object.
ResultSet
objects
generated by this Statement
object.
Savepoint
object represents.
Savepoint
object represents.
SMALLINT
parameter as a short
in the Java programming language.
SMALLINT
parameter as
a short
in the Java programming language.
ResultSet
object as
a short
in the Java programming language.
ResultSet
object as
a short
in the Java programming language.
Statement
object that produced this
ResultSet
object.
CHAR
,
VARCHAR
, or LONGVARCHAR
parameter as a
String
in the Java programming language.
CHAR
, VARCHAR
,
or LONGVARCHAR
parameter as a String
in
the Java programming language.
ResultSet
object as
a String
in the Java programming language.
ResultSet
object as
a String
in the Java programming language.
ResourceBundle
object corresponding
to the specified handle, the String
value corresponding
to the specified key.
CLOB
value
designated by this Clob
object.
TIME
parameter
as a java.sql.Time
object.
TIME
parameter as a java.sql.Time
object, using
the given Calendar
object
to construct the time.
TIME
parameter as a
java.sql.Time
object.
TIME
parameter as a
java.sql.Time
object, using
the given Calendar
object
to construct the time.
ResultSet
object as a java.sql.Time
object in the Java programming language.
ResultSet
object as a java.sql.Time
object in the Java programming language.
ResultSet
object as a java.sql.Time
object in the Java programming language.
ResultSet
object as
a java.sql.Time
object
in the Java programming language.
TIMESTAMP
parameter as a java.sql.Timestamp
object.
TIMESTAMP
parameter as a java.sql.Timestamp
object, using
the given Calendar
object to construct
the Timestamp
object.
TIMESTAMP
parameter as a
java.sql.Timestamp
object.
TIMESTAMP
parameter as a
java.sql.Timestamp
object, using
the given Calendar
object to construct
the Timestamp
object.
ResultSet
object as
a java.sql.Timestamp
object in the Java programming
language.
ResultSet
object as
a java.sql.Timestamp
object.
ResultSet
object as a
java.sql.Timestamp
object in the Java programming
anguage.
ResultSet
object as a
java.sql.Timestamp
object in the Java programming
language.
Connection
object's current transaction isolation level.
ResultSet
object.
DATALINK
parameter as a java.net.URL
object.
DATALINK
parameter as a
java.net.URL
object.
ResultSet
object as a java.net.URL
object in the Java programming language.
ResultSet
object as a java.net.URL
object in the Java programming language.
getCharacterStream
in place of
getUnicodeStream
getCharacterStream
instead
ResultSet
object or there are no more results, -1
is returned.
Connection
object.
ResultSet
object.
Statement
object.
ObjectComparator
. String
to an equivalent array of bytes.
String
of hexidecimal digit characters to a raw
binary value, represented as a String
.
INTEGER
.
length
number of characters from the second
given String
over the first string.
ResultSet
object and into the database.
ResultSet.rowInserted
.
ResultSet
object.
ResultSet
object.
ResultSet
object.
ResultSet
object.
JAVA_OBJECT
.
Connection
to an HSQLDB
Database
.
INTERNAL
Connection
,
using the specified Session
.
DataSource
object represents. ResultSet
object.
Connection.rollback
method. LONGVARBINARY
.
LONGVARCHAR
.
ResultSet
object.
String
, with all upper case
characters converted to lower case.
count
characters from the given
String
.
String
.
CLOB
value
designated by this Clob
object.
search
String
object within
the given String
object, s
.
tryLock()
method.
double
value.
String
, with the
leading spaces removed.
getColumnDisplaySize()
.
getColumnDisplaySize()
, when the
value is not to be determined statically from the known maximum
length or precision of the column's data type.
getColumnDisplaySize()
.
NULL
.
NUMERIC
.
LockFile
instance, initialized with a
File
object whose path is the one specified by
the path
argument.
NULL
and non-NULL
values being
NULL
.
NULL
values are sorted at the end regardless of
sort order.
NULL
values are sorted at the start regardless
of sort order.
NULL
values are sorted high.
NULL
values are sorted low.
getObject
and setObject
.
String
.
ResultSet
object,
the result set's own updates are visible.
searchstr
appears in the SQL CLOB
value
represented by this Clob
object.
Clob
object searchstr
appears in this
Clob
object.
CallableStatement
object for calling database stored procedures.
CallableStatement
object that will generate ResultSet
objects with
the given type and concurrency.
CallableStatement
object that will generate ResultSet
objects with
the given type and concurrency.
PreparedStatement
object for sending parameterized SQL statements to the
database.
PreparedStatement
object that will
generate ResultSet
objects with the given type
and concurrency.
PreparedStatement
object that will generate ResultSet
objects with
the given type, concurrency, and holdability.
PreparedStatement
object that has the capability to retrieve auto-generated
keys.
PreparedStatement
object capable of returning the auto-generated keys designated
by the given array.
PreparedStatement
object capable of returning the auto-generated keys designated
by the given array.
ResultSet
object.
REAL
.
REF
.
double
value
between 0.0 and 1.0 from a single, system-wide random number generator's
sequence, optionally re-seeding (and thus resetting) the generator sequence.
String
, to the equivalent String
of hexidecimal digit characters.
parameterIndex
to the JDBC type
sqlType
.
parameterIndex
to be of JDBC type
sqlType
.
parameterName
to the JDBC type
sqlType
.
parameterName
to be of JDBC type
sqlType
.
Savepoint
object from the current transaction.
index
.
String
composed of the given String
,
repeated count
times.
replace
in s
with the String
object: with
count
characters of the given
String
, s
.
Savepoint
object was set.
double
value, rounded to the given
int
places right of the decimal point.
double
value.
String
, with trailing
spaces removed.
SMALLINT
.
STRUCT
.
String
value components.index/code> with
element
.
- set(int, Object) -
Method in interface org.hsqldb.lib.HsqlList
-
- setAddress(String) -
Method in class org.hsqldb.Server
- Sets the InetAddress with which this server's ServerSocket will be
constructed.
- setArray(int, Array) -
Method in class org.hsqldb.jdbc.jdbcPreparedStatement
-
Sets the designated parameter to the given
Array
object.
- setAsciiStream(String, InputStream, int) -
Method in class org.hsqldb.jdbc.jdbcCallableStatement
-
Sets the designated parameter to the given input stream, which will
have the specified number of bytes.
- setAsciiStream(long) -
Method in class org.hsqldb.jdbc.jdbcClob
- 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 class org.hsqldb.jdbc.jdbcPreparedStatement
-
Sets the designated parameter to the given input stream, which will have
the specified number of bytes.
- setAutoCommit(boolean) -
Method in class org.hsqldb.HSQLClientConnection
-
- setAutoCommit(boolean) -
Method in class org.hsqldb.Session
- Setter for the autocommit attribute.
- setAutoCommit(boolean) -
Method in interface org.hsqldb.SessionInterface
-
- setAutoCommit(boolean) -
Method in class org.hsqldb.jdbc.jdbcConnection
-
Sets this connection's auto-commit mode to the given state.
- setBigDecimal(String, BigDecimal) -
Method in class org.hsqldb.jdbc.jdbcCallableStatement
-
Sets the designated parameter to the given
java.math.BigDecimal
value.
- setBigDecimal(int, BigDecimal) -
Method in class org.hsqldb.jdbc.jdbcPreparedStatement
-
Sets the designated parameter to the given
java.math.BigDecimal
value.
- setBinaryStream(long) -
Method in class org.hsqldb.jdbc.jdbcBlob
-
- setBinaryStream(String, InputStream, int) -
Method in class org.hsqldb.jdbc.jdbcCallableStatement
-
Sets the designated parameter to the given input stream, which will
have the specified number of bytes.
- setBinaryStream(int, InputStream, int) -
Method in class org.hsqldb.jdbc.jdbcPreparedStatement
-
Sets the designated parameter to the given input stream, which will have
the specified number of bytes.
- setBlob(int, Blob) -
Method in class org.hsqldb.jdbc.jdbcPreparedStatement
-
Sets the designated parameter to the given
Blob
object.
- setBoolean(String, boolean) -
Method in class org.hsqldb.jdbc.jdbcCallableStatement
-
Sets the designated parameter to the given Java
boolean
value.
- setBoolean(int, boolean) -
Method in class org.hsqldb.jdbc.jdbcPreparedStatement
-
Sets the designated parameter to the given Java
boolean
value.
- setBuffer(byte[]) -
Method in class org.hsqldb.rowio.RowOutputBinary
-
- setByte(String, byte) -
Method in class org.hsqldb.jdbc.jdbcCallableStatement
-
Sets the designated parameter to the given Java
byte
value.
- setByte(int, byte) -
Method in class org.hsqldb.jdbc.jdbcPreparedStatement
-
Sets the designated parameter to the given Java
byte
value.
- setBytes(long, byte[]) -
Method in class org.hsqldb.jdbc.jdbcBlob
-
- setBytes(long, byte[], int, int) -
Method in class org.hsqldb.jdbc.jdbcBlob
-
- setBytes(String, byte[]) -
Method in class org.hsqldb.jdbc.jdbcCallableStatement
-
Sets the designated parameter to the given Java array of bytes.
- setBytes(int, byte[]) -
Method in class org.hsqldb.jdbc.jdbcPreparedStatement
-
Sets the designated parameter to the given Java array of bytes.
- setCatalog(String) -
Method in class org.hsqldb.jdbc.jdbcConnection
-
Sets a catalog name in order to
select a subspace of this Connection's database in which to
work.
- setCharacterStream(String, Reader, int) -
Method in class org.hsqldb.jdbc.jdbcCallableStatement
-
Sets the designated parameter to the given
Reader
object, which is the given number of characters long.
- setCharacterStream(long) -
Method in class org.hsqldb.jdbc.jdbcClob
- 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 class org.hsqldb.jdbc.jdbcPreparedStatement
-
Sets the designated parameter to the given
Reader
object, which is the given number of characters long.
- setClob(int, Clob) -
Method in class org.hsqldb.jdbc.jdbcPreparedStatement
-
Sets the designated parameter to the given
Clob
object.
- setCursorName(String) -
Method in class org.hsqldb.jdbc.jdbcStatement
-
Sets the SQL cursor name to the given
String
, which
will be used by subsequent Statement
object
execute
methods.
- setDataSource(String, boolean, Session, boolean) -
Method in class org.hsqldb.Table
-
- setDatabase(String) -
Method in class org.hsqldb.jdbc.jdbcDataSource
- Set database location
- setDatabaseName(int, String) -
Method in class org.hsqldb.Server
- Sets the external name (url alias) of the i'th hosted database.
- setDatabasePath(int, String) -
Method in class org.hsqldb.Server
- Sets the path of the hosted database.
- setDate(String, Date) -
Method in class org.hsqldb.jdbc.jdbcCallableStatement
-
Sets the designated parameter to the given
java.sql.Date
value.
- setDate(String, Date, Calendar) -
Method in class org.hsqldb.jdbc.jdbcCallableStatement
-
Sets the designated parameter to the given
java.sql.Date
value, using the given Calendar
object.
- setDate(int, Date) -
Method in class org.hsqldb.jdbc.jdbcPreparedStatement
-
Sets the designated parameter to the given
java.sql.Date
value.
- setDate(int, Date, Calendar) -
Method in class org.hsqldb.jdbc.jdbcPreparedStatement
-
Sets the designated parameter to the given
java.sql.Date
value, using the given Calendar
object.
- setDefaultWebPage(String) -
Method in class org.hsqldb.Server
- Sets the name of the web page served when no page is specified.
- setDouble(String, double) -
Method in class org.hsqldb.jdbc.jdbcCallableStatement
-
Sets the designated parameter to the given Java
double
value.
- setDouble(int, double) -
Method in class org.hsqldb.jdbc.jdbcPreparedStatement
-
Sets the designated parameter to the given Java
double
value.
- setErrWriter(PrintWriter) -
Method in class org.hsqldb.Server
- Sets the PrintWriter to which server errors are logged.
- setEscapeProcessing(boolean) -
Method in class org.hsqldb.jdbc.jdbcPreparedStatement
-
Sets escape processing on or off.
- setEscapeProcessing(boolean) -
Method in class org.hsqldb.jdbc.jdbcStatement
-
Sets escape processing on or off.
- setFetchDirection(int) -
Method in class org.hsqldb.jdbc.jdbcResultSet
-
Gives a hint as to the direction in which the rows in this
ResultSet
object will be processed.
- setFetchDirection(int) -
Method in class org.hsqldb.jdbc.jdbcStatement
-
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 class org.hsqldb.jdbc.jdbcResultSet
-
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 class org.hsqldb.jdbc.jdbcStatement
-
Gives the JDBC driver a hint as to the number of rows that should
be fetched from the database when more rows are needed.
- setFileName(String) -
Method in class org.hsqldb.HsqlProperties
-
- setFloat(String, float) -
Method in class org.hsqldb.jdbc.jdbcCallableStatement
-
Sets the designated parameter to the given Java
float
value.
- setFloat(int, float) -
Method in class org.hsqldb.jdbc.jdbcPreparedStatement
-
Sets the designated parameter to the given Java
float
value.
- setHoldability(int) -
Method in class org.hsqldb.jdbc.jdbcConnection
-
Changes the holdability of
ResultSet
objects created using this
Connection
object to the given holdability.
- setIdentityColumn(Object[], Session) -
Method in class org.hsqldb.Table
- If there is an identity column (visible or hidden) on the table, sets
the value and/or adjusts the iIdentiy value for the table.
- setInt(String, int) -
Method in class org.hsqldb.jdbc.jdbcCallableStatement
-
Sets the designated parameter to the given Java
int
value.
- setInt(int, int) -
Method in class org.hsqldb.jdbc.jdbcPreparedStatement
-
Sets the designated parameter to the given Java
int
value.
- setKey(int, Object) -
Method in class org.hsqldb.lib.HashMappedList
-
- setLocale(Locale) -
Method in class org.hsqldb.DITypeInfo
- Assigns the Locale object used to retrieve this object's
resource bundle dependent values.
- setLocale(Locale) -
Static method in class org.hsqldb.resources.BundleHandler
- Setter for property locale.
- setLogToSystem(boolean) -
Static method in class org.hsqldb.lib.java.javaSystem
-
- setLogWriter(PrintWriter) -
Method in class org.hsqldb.Server
- Sets the PrintWriter to which server messages are logged.
- setLogWriter(PrintWriter) -
Method in class org.hsqldb.jdbc.jdbcDataSource
- Sets the log writer for this
DataSource
object to the given java.io.PrintWriter
object.
- setLoginTimeout(int) -
Method in class org.hsqldb.jdbc.jdbcDataSource
- Sets the maximum time in seconds that this data source will wait
while attempting to connect to a database.
- setLong(String, long) -
Method in class org.hsqldb.jdbc.jdbcCallableStatement
-
Sets the designated parameter to the given Java
long
value.
- setLong(int, long) -
Method in class org.hsqldb.jdbc.jdbcPreparedStatement
-
Sets the designated parameter to the given Java
long
value.
- setMainString(String) -
Method in class org.hsqldb.Result
-
- setMaxFieldSize(int) -
Method in class org.hsqldb.jdbc.jdbcStatement
-
Sets the limit for the maximum number of bytes in a
ResultSet
column storing character or binary values to
the given number of bytes.
- setMaxRows(int) -
Method in class org.hsqldb.Result
-
- setMaxRows(int) -
Method in class org.hsqldb.jdbc.jdbcStatement
-
Sets the limit for the maximum number of rows that any
ResultSet
object can contain to the given number.
- setMode(int) -
Method in class org.hsqldb.rowio.RowOutputTextLog
-
- setNextPos(int) -
Method in class org.hsqldb.rowio.RowInputText
-
- setNoSystemExit(boolean) -
Method in class org.hsqldb.Server
- Sets whether this server calls System.exit() when shutdown.
- setNull(String, int) -
Method in class org.hsqldb.jdbc.jdbcCallableStatement
-
Sets the designated parameter to SQL
NULL
.
- setNull(String, int, String) -
Method in class org.hsqldb.jdbc.jdbcCallableStatement
-
Sets the designated parameter to SQL
NULL
.
- setNull(int, int) -
Method in class org.hsqldb.jdbc.jdbcPreparedStatement
-
Sets the designated parameter to SQL
NULL
.
- setNull(int, int, String) -
Method in class org.hsqldb.jdbc.jdbcPreparedStatement
-
Sets the designated parameter to SQL
NULL
.
- setObject(String, Object, int, int) -
Method in class org.hsqldb.jdbc.jdbcCallableStatement
-
Sets the value of the designated parameter with the given object.
- setObject(String, Object, int) -
Method in class org.hsqldb.jdbc.jdbcCallableStatement
-
Sets the value of the designated parameter with the given object.
- setObject(String, Object) -
Method in class org.hsqldb.jdbc.jdbcCallableStatement
-
Sets the value of the designated parameter with the given object.
- setObject(int, Object, int, int) -
Method in class org.hsqldb.jdbc.jdbcPreparedStatement
-
Sets the value of the designated parameter with the given object.
- setObject(int, Object, int) -
Method in class org.hsqldb.jdbc.jdbcPreparedStatement
-
Sets the value of the designated parameter with the given object.
- setObject(int, Object) -
Method in class org.hsqldb.jdbc.jdbcPreparedStatement
-
Sets the value of the designated parameter using the given object.
- setParameterData(Object[]) -
Method in class org.hsqldb.Result
-
- setPassword(String) -
Method in class org.hsqldb.jdbc.jdbcDataSource
- Sets the password to use for connecting to the database
- setPort(int) -
Method in class org.hsqldb.Server
- Sets the server listen port.
- setProperties(HsqlProperties) -
Method in class org.hsqldb.Server
- Sets server properties using the specified properties object
- setProperty(String, int) -
Method in class org.hsqldb.HsqlProperties
-
- setProperty(String, boolean) -
Method in class org.hsqldb.HsqlProperties
-
- setProperty(String, String) -
Method in class org.hsqldb.HsqlProperties
-
- setPropertyIfNotExists(String, String) -
Method in class org.hsqldb.HsqlProperties
-
- setQueryTimeout(int) -
Method in class org.hsqldb.jdbc.jdbcStatement
-
Sets the number of seconds the driver will wait for a
Statement
object to execute to the given number of seconds.
- setReadOnly(boolean) -
Method in class org.hsqldb.HSQLClientConnection
-
- setReadOnly(boolean) -
Method in class org.hsqldb.Session
- Setter for readonly attribute.
- setReadOnly(boolean) -
Method in interface org.hsqldb.SessionInterface
-
- setReadOnly(boolean) -
Method in class org.hsqldb.jdbc.jdbcConnection
-
Puts this connection in read-only mode as a hint to enable
database optimizations.
- setRef(int, Ref) -
Method in class org.hsqldb.jdbc.jdbcPreparedStatement
-
Sets the designated parameter to the given
REF(<structured-type>)
value.
- setReferentialIntegrity(boolean) -
Method in class org.hsqldb.Database
- isReferentialIntegrity attribute setter.
- setRestartOnShutdown(boolean) -
Method in class org.hsqldb.Server
- Sets whether this server restarts on shutdown.
- setResultType(int) -
Method in class org.hsqldb.Result
-
- setSavepoint() -
Method in class org.hsqldb.jdbc.jdbcConnection
-
Creates an unnamed savepoint in
the current transaction and returns the new
Savepoint
object that represents it.
- setSavepoint(String) -
Method in class org.hsqldb.jdbc.jdbcConnection
-
Creates a savepoint with the
given name in the current transaction and returns the new
Savepoint
object that represents it.
- setServerError(Throwable) -
Method in class org.hsqldb.Server
- Sets this Server's last encountered error state.
- setShort(String, short) -
Method in class org.hsqldb.jdbc.jdbcCallableStatement
-
Sets the designated parameter to the given Java
short
value.
- setShort(int, short) -
Method in class org.hsqldb.jdbc.jdbcPreparedStatement
-
Sets the designated parameter to the given Java
short
value.
- setSilent(boolean) -
Method in class org.hsqldb.Server
- Sets silent mode operation
- setSize(int) -
Method in class org.hsqldb.lib.HsqlArrayList
-
- setSource(String, int) -
Method in class org.hsqldb.rowio.RowInputText
-
- setSource(String, int, int) -
Method in class org.hsqldb.rowio.RowInputText
-
- setSource(String, int) -
Method in class org.hsqldb.rowio.RowInputTextQuoted
-
- setSource(String, int, int) -
Method in class org.hsqldb.rowio.RowInputTextQuoted
-
- setState(int) -
Method in class org.hsqldb.Server
- Sets the server state value.
- setStatementType(int) -
Method in class org.hsqldb.Result
-
- setStorageSize(CachedRow) -
Method in class org.hsqldb.DataFileCache
- Calculates the number of bytes required to store a Row in this object's
database file.
- setStorageSize(CachedRow) -
Method in class org.hsqldb.TextCache
-
- setString(String, String) -
Method in class org.hsqldb.jdbc.jdbcCallableStatement
-
Sets the designated parameter to the given Java
String
value.
- setString(long, String) -
Method in class org.hsqldb.jdbc.jdbcClob
- 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 class org.hsqldb.jdbc.jdbcClob
- Writes
len
characters of str
, starting
at character offset
, to the CLOB
value
that this Clob
represents.
- setString(int, String) -
Method in class org.hsqldb.jdbc.jdbcPreparedStatement
-
Sets the designated parameter to the given Java
String
value.
- setSystemId(boolean) -
Method in class org.hsqldb.rowio.RowInputBase
-
- setSystemId(boolean) -
Method in interface org.hsqldb.rowio.RowInputInterface
-
- setTime(String, Time) -
Method in class org.hsqldb.jdbc.jdbcCallableStatement
-
Sets the designated parameter to the given
java.sql.Time
value.
- setTime(String, Time, Calendar) -
Method in class org.hsqldb.jdbc.jdbcCallableStatement
-
Sets the designated parameter to the given
java.sql.Time
value, using the given Calendar
object.
- setTime(int, Time) -
Method in class org.hsqldb.jdbc.jdbcPreparedStatement
-
Sets the designated parameter to the given
java.sql.Time
value.
- setTime(int, Time, Calendar) -
Method in class org.hsqldb.jdbc.jdbcPreparedStatement
-
Sets the designated parameter to the given
java.sql.Time
value, using the given Calendar
object.
- setTimestamp(String, Timestamp) -
Method in class org.hsqldb.jdbc.jdbcCallableStatement
-
Sets the designated parameter to the given
java.sql.Timestamp
value.
- setTimestamp(String, Timestamp, Calendar) -
Method in class org.hsqldb.jdbc.jdbcCallableStatement
-
Sets the designated parameter to the given
java.sql.Timestamp
value, using the given
Calendar
object.
- setTimestamp(int, Timestamp) -
Method in class org.hsqldb.jdbc.jdbcPreparedStatement
-
Sets the designated parameter to the given
java.sql.Timestamp
value.
- setTimestamp(int, Timestamp, Calendar) -
Method in class org.hsqldb.jdbc.jdbcPreparedStatement
-
Sets the designated parameter to the given
java.sql.Timestamp
value, using the given Calendar
object.
- setTls(boolean) -
Method in class org.hsqldb.Server
- Sets whether to use secure sockets
- setTrace(boolean) -
Method in class org.hsqldb.Server
- Sets whether trace messages go to System.out or the
DriverManger PrintStream/PrintWriter, if any.
- setTransactionIsolation(int) -
Method in class org.hsqldb.jdbc.jdbcConnection
-
Attempts to change the transaction isolation level for this
Connection
object to the one given.
- setTypeCode(int) -
Method in class org.hsqldb.DITypeInfo
- Assigns the SQL data type code on which this object is to report.
- setTypeMap(Map) -
Method in class org.hsqldb.jdbc.jdbcConnection
-
Installs the given
TypeMap
object as the type map for this Connection
object.
- setTypeSub(int) -
Method in class org.hsqldb.DITypeInfo
- Assigns the HSQLDB data subtype code on which this object is
to report.
- setURL(String, URL) -
Method in class org.hsqldb.jdbc.jdbcCallableStatement
-
Sets the designated parameter to the given
java.net.URL
object.
- setURL(int, URL) -
Method in class org.hsqldb.jdbc.jdbcPreparedStatement
-
Sets the designated parameter to the given
java.net.URL
value.
- setUnicodeStream(int, InputStream, int) -
Method in class org.hsqldb.jdbc.jdbcPreparedStatement
- Deprecated. Sun does not include a reason, but presumably
this is because setCharacterStream is now prefered
- setUser(String) -
Method in class org.hsqldb.jdbc.jdbcDataSource
- Sets the userid
- setWebRoot(String) -
Method in class org.hsqldb.Server
- Sets the path of the root directory from which web content is served.
- setWriteDelay(int) -
Method in class org.hsqldb.scriptio.ScriptWriterBase
- Not used in current implementation.
- shutDown() -
Method in class org.hsqldb.lib.HsqlTimer
- Causes all pending tasks to be cancelled and then stops background
processing.
- shutdownAfterCurrent() -
Method in class org.hsqldb.lib.HsqlTaskQueue
-
- shutdownAfterQueued() -
Method in class org.hsqldb.lib.HsqlTaskQueue
-
- shutdownImmediately() -
Method in class org.hsqldb.lib.HsqlTaskQueue
-
- sign(double) -
Static method in class org.hsqldb.Library
- Returns an indicator of the sign of the given
double
value.
- signalCloseAllServerConnections() -
Method in interface org.hsqldb.HsqlSocketRequestHandler
-
- signalCloseAllServerConnections() -
Method in class org.hsqldb.Server
- Closes all connections to this Server.
- similarTo(Expression) -
Method in class org.hsqldb.Expression
- Check if the given expression defines similar operation as this
expression.
- size() -
Method in interface org.hsqldb.lib.Collection
-
- size() -
Method in class org.hsqldb.lib.DoubleIntTable
-
- size() -
Method in class org.hsqldb.lib.HsqlArrayHeap
-
- size() -
Method in class org.hsqldb.lib.HsqlArrayList
- Returns the number of elements in the array list
- size() -
Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
-
- size() -
Method in class org.hsqldb.lib.HsqlDeque
-
- size() -
Method in interface org.hsqldb.lib.HsqlHeap
- Retrieves the number of elements currently in this Heap.
- size() -
Method in class org.hsqldb.lib.HsqlLinkedList
- Accessor for the size of this linked list.
- size() -
Method in interface org.hsqldb.lib.HsqlList
-
- size() -
Method in interface org.hsqldb.lib.Set
-
- size -
Variable in class org.hsqldb.rowio.RowInputBase
-
- size() -
Method in interface org.hsqldb.rowio.RowOutputInterface
-
- size() -
Method in class org.hsqldb.scriptio.ScriptWriterBase
-
- size() -
Method in class org.hsqldb.store.BaseHashMap
-
- skip(long) -
Method in class org.hsqldb.lib.HsqlByteArrayInputStream
-
- skipBytes(int) -
Method in class org.hsqldb.lib.HsqlByteArrayInputStream
-
- skipBytes(int) -
Method in class org.hsqldb.rowio.RowInputBase
-
- skipSpaces(String, int) -
Static method in class org.hsqldb.lib.StringUtil
- Skips any spaces at or after start and returns the index of first
non-space character;
- skipSystemId -
Variable in class org.hsqldb.rowio.RowOutputBase
-
- skippedLine() -
Method in class org.hsqldb.rowio.RowInputText
-
- socket -
Variable in class org.hsqldb.Server
-
- socketFactory -
Variable in class org.hsqldb.HsqlSocketFactorySecure
- The underlying socket factory implementation.
- socketFactory -
Variable in class org.hsqldb.Server
-
- socket_factory_mutex -
Variable in class org.hsqldb.HsqlSocketFactorySecure
- Monitor object to guard against conncurrent modification
of the underlying socket factory implementation member.
- sort(ObjectComparator) -
Method in class org.hsqldb.lib.HsqlArrayList
-
- sort(Object[], ObjectComparator, int, int) -
Static method in class org.hsqldb.lib.Sort
- FastQSorts the [l,r] partition (inclusive) of the specfied array of
Rows, using the comparator.
- sortArray(int[]) -
Static method in class org.hsqldb.lib.ArrayUtil
- Basic sort for small arrays.
- soundex(String) -
Static method in class org.hsqldb.Library
- Returns a four character code representing the sound of the given
String
.
- space(int) -
Static method in class org.hsqldb.Library
- Returns a
String
consisting of count
spaces, or
null
if count
is less than zero.
- sql -
Variable in class org.hsqldb.jdbc.jdbcPreparedStatement
- The SQL character sequence that this object represents.
- sqlException(HsqlException) -
Static method in class org.hsqldb.jdbc.jdbcUtil
-
- sqlExecuteDirectNoPreChecks(String) -
Method in class org.hsqldb.Session
-
- start() -
Method in class org.hsqldb.Server
- Starts this server synchronously.
- start() -
Method in class org.hsqldb.lib.StopWatch
- Ensures that this object is in the running state.
- statementID -
Variable in class org.hsqldb.jdbc.jdbcPreparedStatement
- The id with which this object's corresponding CompiledStatement
object is registered in the engine's CompiledStatementManager object.
- stop() -
Method in class org.hsqldb.Server
- Stops this server asynchronously.
- stop() -
Method in class org.hsqldb.lib.StopWatch
- Ensures that this object is in the stopped state.
- storesLowerCaseIdentifiers() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether this database treats mixed case unquoted SQL identifiers as
case insensitive and stores them in lower case.
- storesLowerCaseQuotedIdentifiers() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether this database treats mixed case quoted SQL identifiers as
case insensitive and stores them in lower case.
- storesMixedCaseIdentifiers() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether this database treats mixed case unquoted SQL identifiers as
case insensitive and stores them in mixed case.
- storesMixedCaseQuotedIdentifiers() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether this database treats mixed case quoted SQL identifiers as
case insensitive and stores them in mixed case.
- storesUpperCaseIdentifiers() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether this database treats mixed case unquoted SQL identifiers as
case insensitive and stores them in upper case.
- storesUpperCaseQuotedIdentifiers() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether this database treats mixed case quoted SQL identifiers as
case insensitive and stores them in upper case.
- str -
Variable in class org.hsqldb.lib.StringInputStream
-
- strOffset -
Variable in class org.hsqldb.lib.StringInputStream
-
- stringProps -
Variable in class org.hsqldb.HsqlProperties
-
- substring(String, int, Integer) -
Static method in class org.hsqldb.Library
- Returns the characters from the given
String
, starting at
the indicated one-based start
position and extending the
(optional) indicated length
.
- supportsANSI92EntryLevelSQL() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether this database supports the ANSI92 entry level SQL
grammar.
- supportsANSI92FullSQL() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether this database supports the ANSI92 full SQL
grammar supported.
- supportsANSI92IntermediateSQL() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether this database supports the ANSI92 intermediate SQL
grammar supported.
- supportsAlterTableWithAddColumn() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether this database supports
ALTER TABLE
with add column.
- supportsAlterTableWithDropColumn() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether this database supports
ALTER TABLE
with drop column.
- supportsBatchUpdates() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether this database supports batch updates.
- supportsCatalogsInDataManipulation() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether a catalog name can be used in a data
manipulation statement.
- supportsCatalogsInIndexDefinitions() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether a catalog name can be used in an
index definition statement.
- supportsCatalogsInPrivilegeDefinitions() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether a catalog name can be used in a
privilege definition statement.
- supportsCatalogsInProcedureCalls() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether a catalog name can be used in a
procedure call statement.
- supportsCatalogsInTableDefinitions() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether a catalog name can be used in a
table definition statement.
- supportsColumnAliasing() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether this database supports column aliasing.
- supportsConvert() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether this database supports the
CONVERT
function between SQL types.
- supportsConvert(int, int) -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether this database supports the
CONVERT
for two given SQL types.
- supportsCoreSQLGrammar() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether this database supports the ODBC Core SQL grammar.
- supportsCorrelatedSubqueries() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether this database supports correlated subqueries.
- supportsDataDefinitionAndDataManipulationTransactions() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether this database supports both data definition and
data manipulation statements within a transaction.
- supportsDataManipulationTransactionsOnly() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether this database supports only data manipulation
statements within a transaction.
- supportsDifferentTableCorrelationNames() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether, when table correlation names are supported, they
are restricted to being different from the names of the tables.
- supportsExpressionsInOrderBy() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether this database supports expressions in
ORDER BY
lists.
- supportsExtendedSQLGrammar() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether this database supports the ODBC Extended SQL grammar.
- supportsFullOuterJoins() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether this database supports full nested outer joins.
- supportsGetGeneratedKeys() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether auto-generated keys can be retrieved after
a statement has been executed.
- supportsGroupBy() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether this database supports some form of
GROUP BY
clause.
- supportsGroupByBeyondSelect() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- 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 class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether this database supports using a column that is
not in the
SELECT
statement in a
GROUP BY
clause.
- supportsIntegrityEnhancementFacility() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether this database supports the SQL Integrity
Enhancement Facility.
- supportsLikeEscapeClause() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether this database supports specifying a
LIKE
escape clause.
- supportsLimitedOuterJoins() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether this database provides limited support for outer
joins.
- supportsMinimumSQLGrammar() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether this database supports the ODBC Minimum SQL grammar.
- supportsMixedCaseIdentifiers() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- 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 class org.hsqldb.jdbc.jdbcDatabaseMetaData
- 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 class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether it is possible to have multiple
ResultSet
objects returned from a CallableStatement
object
simultaneously.
- supportsMultipleResultSets() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether this database supports getting multiple
ResultSet
objects from a single call to the
method execute
.
- supportsMultipleTransactions() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether this database allows having multiple
transactions open at once (on different connections).
- supportsNamedParameters() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether this database supports named parameters to callable
statements.
- supportsNonNullableColumns() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether columns in this database may be defined as
non-nullable.
- supportsOpenCursorsAcrossCommit() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether this database supports keeping cursors open
across commits.
- supportsOpenCursorsAcrossRollback() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether this database supports keeping cursors open
across rollbacks.
- supportsOpenStatementsAcrossCommit() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether this database supports keeping statements open
across commits.
- supportsOpenStatementsAcrossRollback() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether this database supports keeping statements open
across rollbacks.
- supportsOrderByUnrelated() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether this database supports using a column that is
not in the
SELECT
statement in an
ORDER BY
clause.
- supportsOuterJoins() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether this database supports some form of outer join.
- supportsPositionedDelete() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether this database supports positioned
DELETE
statements.
- supportsPositionedUpdate() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether this database supports positioned
UPDATE
statements.
- supportsResultSetConcurrency(int, int) -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether this database supports the given concurrency type
in combination with the given result set type.
- supportsResultSetHoldability(int) -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether this database supports the given result
set holdability.
- supportsResultSetType(int) -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether this database supports the given result set type.
- supportsSavepoints() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether this database supports savepoints.
- supportsSchemasInDataManipulation() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether a schema name can be used in a data
manipulation statement.
- supportsSchemasInIndexDefinitions() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether a schema name can be used in an index
definition statement.
- supportsSchemasInPrivilegeDefinitions() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether a schema name can be used in a privilege
definition statement.
- supportsSchemasInProcedureCalls() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether a schema name can be used in a procedure call
statement.
- supportsSchemasInTableDefinitions() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether a schema name can be used in a table
definition statement.
- supportsSelectForUpdate() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether this database supports
SELECT FOR UPDATE
statements.
- supportsStatementPooling() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether this database supports statement pooling.
- supportsStoredProcedures() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether this database supports stored procedure calls
that use the stored procedure escape syntax.
- supportsSubqueriesInComparisons() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether this database supports subqueries in comparison
expressions.
- supportsSubqueriesInExists() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether this database supports subqueries in
EXISTS
expressions.
- supportsSubqueriesInIns() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether this database supports subqueries in
IN
statements.
- supportsSubqueriesInQuantifieds() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether this database supports subqueries in quantified
expressions.
- supportsTableCorrelationNames() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether this database supports table correlation names.
- supportsTransactionIsolationLevel(int) -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether this database supports the given transaction
isolation level.
- supportsTransactions() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether this database supports transactions.
- supportsUnion() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether this database supports SQL
UNION
.
- supportsUnionAll() -
Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
- Retrieves whether this database supports SQL
UNION ALL
.
- sync() -
Method in class org.hsqldb.scriptio.ScriptWriterBase
- Called externally in write delay intervals.
TIME
.
TIMESTAMP
.
TINYINT
.
Time
value.
double
value, truncated to
the given int
places right of the decimal point.
CLOB
value that this Clob
designates to have a length of len
characters.
String
, with all lower case
characters converted to upper case using the default Java method.
java.sql.Array
value.
java.sql.Array
value.
java.math.BigDecimal
value.
java.sql.BigDecimal
value.
java.sql.Blob
value.
java.sql.Blob
value.
boolean
value.
boolean
value.
byte
value.
byte
value.
byte
array value.
java.sql.Clob
value.
java.sql.Clob
value.
java.sql.Date
value.
java.sql.Date
value.
double
value.
double
value.
float
value.
float
value.
int
value.
int
value.
long
value.
long
value.
null
value.
Object
value.
Object
value.
Object
value.
Object
value.
java.sql.Ref
value.
java.sql.Ref
value.
ResultSet
object.
short
value.
short
value.
String
value.
String
value.
java.sql.Time
value.
java.sql.Time
value.
java.sql.Timestamp
value.
java.sql.Timestamp
value.
ResultSet.rowUpdated
.
VARBINARY
.
VARCHAR
.
NULL
.
NULL
.
XML
.
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |