|
|||||||||
| Home >> All >> org >> [ hsqldb overview ] | PREV NEXT | ||||||||
Uses of Class
org.hsqldb.jdbcResultSet
| Uses of jdbcResultSet in org.hsqldb |
| Fields in org.hsqldb declared as jdbcResultSet | |
private jdbcResultSet |
jdbcStatement.rSet
The result of executing this statement. |
| Methods in org.hsqldb that return jdbcResultSet | |
(package private) jdbcResultSet |
jdbcConnection.execute(java.lang.String s)
The internal statement execution request router. |
private jdbcResultSet |
jdbcConnection.executeHTTP(java.lang.String s)
A connection-type specific SQL statement executor. |
private jdbcResultSet |
jdbcConnection.executeHSQL(java.lang.String s)
A connection-type specific SQL statement executor. |
private jdbcResultSet |
jdbcConnection.executeStandalone(java.lang.String s)
A connection-type specific SQL statement executor. |
|
|||||||||
| Home >> All >> org >> [ hsqldb overview ] | PREV NEXT | ||||||||