|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
ResultSet object.
actionPerformed method is the main entry point
which interprets the buttons and initiates the actions.
PreparedStatement
object's batch of commands.
Statement object.
ResultSet object, just after the last row.
getProcedures.
getTables in a SELECT
statement.
ResultSet object, just before the
first row.
Statement object if both the DBMS and
driver support aborting an SQL statement.
ResultSet object.
Statement object's current list of
SQL commands.
clearStatus deletes the status line.
Connection
object.
Statement
object.
ResultSet object.
Connection
object's database and JDBC resources immediately instead of
waiting for them to be automatically released.
Statement object's database
and JDBC resources immediately instead of waiting for
this to happen when it is automatically closed.
ResultSet object's database and
JDBC resources immediately instead of waiting for
this to happen when it is automatically closed.
Statement
object for sending SQL statements to the database.
Statement object that will generate
ResultSet objects with the given type and
concurrency.
Date
value.
Connection of type HSQLDB.
ResultSet object
and from the underlying database.
ResultSet.rowDeleted.
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.
close() this Connection
ResultSet column name to its
ResultSet column index.
ResultSet object.
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.
ResultSet object as
a stream of ASCII characters.
ResultSet object as a stream of
ASCII characters.
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.
getBigDecimal(int parameterIndex)
or getBigDecimal(String parameterName)
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
bytes.
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.
ResultSet object as
a boolean in the Java programming language.
ResultSet object as
a boolean 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.
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.
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.
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.
Connection object
that produced this Statement object.
ResultSet object.
DATE parameter
as a java.sql.Date object.
ResultSet object as a
java.sql.Date object in the Java programming language.
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.
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.
Statement object.
ResultSet object.
ResultSet objects
generated from this Statement object.
ResultSet object.
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.
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.
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.
Object
in the Java programming language.
ResultSet object as
an 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.
Statement object to execute.
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 objects
generated by this Statement object.
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.
ResultSet object as
a String in the Java programming language.
ResultSet object as
a String in the Java programming language.
TIME parameter
as a java.sql.Time object.
ResultSet object as a java.sql.Time
object in the Java programming language.
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.
TIMESTAMP
parameter as a java.sql.Timestamp object.
ResultSet object as
a java.sql.Timestamp object in the Java programming
language.
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
anguage.
ResultSet object as
a java.sql.Timestamp object.
ResultSet object as a
java.sql.Timestamp object in the Java programming
language.
Connection
object's current transaction isolation level.
ResultSet object.
getCharacterStream in place of
getUnicodeStream
getCharacterStream instead
ResultSet object or there are no more results, -1
is returned.
Connection object.
Statement object.
ResultSet object.
ResultSet object and into the database.
ResultSet.rowInserted.
ResultSet object.
ResultSet object.
ResultSet object.
ResultSet object.
java.sql.PreparedStatement and
java.sql.CallableStatement interfaces.java.sql.ResultSet and
java.sql.ResultSetMetaData interfaces.ResultSet object.
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.
ResultSet object,
the result set's own updates are visible.
CallableStatement
object for calling database stored procedures.
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.
ResultSet object.
printStatus prints a text into the status line below the panel.
refresh will read again the meta data of the
actual database.
parameterIndex to the JDBC type
sqlType.
parameterIndex to be of JDBC type
sqlType.
Array object.
java.math.BigDecimal value.
Blob object.
boolean
value.
byte value.
Reader
object, which is the given number of characters long.
Clob object.
String, which
will be used by subsequent Statement object
execute methods.
java.sql.Date value.
java.sql.Date
value, using the given Calendar object.
double value.
ResultSet
objects created using this Statement object.
ResultSet object will be processed.
ResultSet object.
float value.
int value.
long value.
ResultSet
column storing character or binary values to
the given number of bytes.
ResultSet object can contain to the given number.
NULL.
NULL.
Statement object to execute to the given number of seconds.
REF(<structured-type>) value.
short
value.
String value.
java.sql.Time
value.
java.sql.Time
value, using the given Calendar object.
java.sql.Timestamp value.
java.sql.Timestamp
value, using the given Calendar object.
Connection object to the one given.
TypeMap
object as the type map for this Connection
object.
ALTER TABLE
with add column.
ALTER TABLE
with drop column.
CONVERT
function between SQL types.
CONVERT
for two given SQL types.
ORDER BY lists.
GROUP BY clause.
SELECT statement in a GROUP BY clause
provided that all of the columns in the SELECT statement
are included in the GROUP BY clause.
SELECT statement in a
GROUP BY clause.
LIKE escape clause.
ResultSet objects from a single call to the
method execute.
SELECT statement in an
ORDER BY clause.
DELETE
statements.
UPDATE
statements.
SELECT FOR UPDATE
statements.
EXISTS expressions.
IN statements.
UNION.
UNION ALL.
Timestamp value.
Time value.
java.math.BigDecimal
value.
java.sql.BigDecimal
value.
boolean value.
boolean value.
byte value.
byte value.
byte array 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.
ResultSet object.
ResultSet.rowUpdated.
short value.
short value.
String value.
String value.
java.sql.Time value.
java.sql.Time value.
java.sql.Timestamp
value.
java.sql.Timestamp
value.
NULL.
NULL.
ZaurusEditor implements an search/input/edit form to
search/view/update/insert table records.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||