|
|||||||||
| Home >> All >> org >> [ hsqldb overview ] | PREV NEXT | ||||||||
Uses of Class
org.hsqldb.jdbcConnection
| Uses of jdbcConnection in org.hsqldb |
| Fields in org.hsqldb declared as jdbcConnection | |
private jdbcConnection |
Session.intConnection
|
private jdbcConnection |
jdbcStatement.cConnection
The connection used to execute this statement. |
private jdbcConnection |
jdbcDatabaseMetaData.cConnection
The connection this object uses to retrieve instance-specific metadata. |
| Methods in org.hsqldb that return jdbcConnection | |
(package private) jdbcConnection |
Session.getInternalConnection()
|
| Constructors in org.hsqldb with parameters of type jdbcConnection | |
jdbcStatement(jdbcConnection c)
Constructs a new jdbcStatement using the specified connection. |
|
jdbcStatement(jdbcConnection c,
int type)
Constructs a new jdbcStatement with the specified connection and result type. |
|
jdbcPreparedStatement(jdbcConnection c,
java.lang.String s)
Constructs a statement that produces results of the default type. |
|
jdbcPreparedStatement(jdbcConnection c,
java.lang.String s,
int type)
Constructs a statement that produces results of the requested type. |
|
jdbcDatabaseMetaData(jdbcConnection c)
Constructs a new jdbcDatabaseMetaData object using the specified connection. |
|
|
|||||||||
| Home >> All >> org >> [ hsqldb overview ] | PREV NEXT | ||||||||