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

Quick Search    Search Deep

Uses of Interface
org.apache.derby.iapi.sql.ResultSet

Uses of ResultSet in org.apache.derby.iapi.sql
 

Methods in org.apache.derby.iapi.sql that return ResultSet
 ResultSet ResultSet.getAutoGeneratedKeysResultset()
          ResultSet for rows inserted into the table (contains auto-generated keys columns only)
 ResultSet PreparedStatement.execute(Activation activation, boolean executeQuery, boolean executeUpdate, boolean rollbackParentContext)
          Execute the PreparedStatement and return results.
 ResultSet PreparedStatement.execute(org.apache.derby.iapi.sql.conn.LanguageConnectionContext lcc, boolean rollbackParentContext)
          Simple form of execute().
 ResultSet Activation.execute()
          When the prepared statement is executed, it passes execution on to the activation execution was requested for.
 ResultSet Activation.getResultSet()
          Returns the current result set for this activation, i.e.