Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

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.