|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
Blob | This interface specified methods for accessing a SQL BLOB (Binary Large OBject) type. |
Connection | This interface provides methods for managing a connection to a database. |
DatabaseMetaData | With this class you can get some information regarding a database |
Date | This class is a wrapper around java.util.Date to allow the JDBC driver to identify the value as a SQL Date. |
Driver | This interface specifies a mechanism for accessing a JDBC database driver. |
DriverManager | This class manages the JDBC drivers in the system. |
DriverPropertyInfo | This class holds a driver property that can be used for querying or setting driver configuration parameters. |
ParameterMetaData | With this class you can get some information regarding the parameters of a sql query. |
PreparedStatement | This interface provides a mechanism for executing pre-compiled statements. |
Ref | This interface provides a mechanism for obtaining information about a SQL structured type |
ResultSet | This interface provides access to the data set returned by a SQL statement. |
ResultSetMetaData | This interface provides a mechanism for obtaining information about
the columns that are present in a ResultSet .
|
Statement | This interface provides a mechanism for executing SQL statements. |
Time | This class is a wrapper around java.util.Date to allow the JDBC driver to identify the value as a SQL Time. |
Timestamp | This class allows the driver to identify the value as a SQL Timestamp. |
Types | This class contains constants that are used to identify SQL data types. |
Exception Summary | |
BatchUpdateException | This class extends SQLException to count the successful
updates in each statement in a batch that was successfully updated prior
to the error. |
DataTruncation | This exception is thrown when a piece of data is unexpectedly truncated in JDBC. |
SQLException | This exception is thrown when a database error occurs. |
SQLWarning | This exception is thrown when a database warning occurs. |
These classes are a subset of the java.sql package. They all must be implemented by a driver, such as the IBM DB2everyplace located in the superwaba.ext.xplat.sql.db2e package.
The SuperWaba Global Library PDB file (that must be installed in the device) containing the classes is located in superwaba/bin/xplat/libraries/XPlatSql.pdb.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |