MySQL Connector/J size='-1'>5.0.8

Uses of Class
com.mysql.jdbc.ResultSet

Packages that use ResultSet
com.mysql.jdbc   
 

Uses of ResultSet in com.mysql.jdbc
 

Subclasses of ResultSet in com.mysql.jdbc
 class UpdatableResultSet
          A result set that is updatable.
 

Fields in com.mysql.jdbc declared as ResultSet
protected  ResultSet ResultSet.nextResultSet
           
protected  ResultSet Statement.results
          The current results
 

Methods in com.mysql.jdbc that return ResultSet
protected  ResultSet ResultSet.copy()
           
protected  ResultSet PreparedStatement.executeInternal(int maxRowsToRetrieve, com.mysql.jdbc.Buffer sendPacket, boolean createStreamingResultSet, boolean queryIsSelectOnly, boolean unpackFields, Field[] cachedFields, boolean isBatch)
          Actually execute the prepared statement.
protected  ResultSet ServerPreparedStatement.executeInternal(int maxRowsToRetrieve, com.mysql.jdbc.Buffer sendPacket, boolean createStreamingResultSet, boolean queryIsSelectOnly, boolean unpackFields, Field[] metadataFromCache, boolean isBatch)
           
protected  ResultSet Statement.generatePingResultSet()
           
protected  ResultSet ResultSet.getNextResultSet()
          DOCUMENT ME!
 ResultSet RowDataDynamic.getOwner()
           
 ResultSet RowDataStatic.getOwner()
           
 ResultSet RowData.getOwner()
          Returns the result set that 'owns' this RowData
 ResultSet CursorRowProvider.getOwner()
           
protected  ResultSet Statement.getResultSetInternal()
           
 

Methods in com.mysql.jdbc with parameters of type ResultSet
protected  void Connection.initializeResultsMetadataFromCache(java.lang.String sql, com.mysql.jdbc.CachedResultSetMetaData cachedMetaData, ResultSet resultSet)
          Caches CachedResultSetMetaData that has been placed in the cache using the given SQL as a key.
protected  void ResultSet.setNextResultSet(ResultSet nextResultSet)
          DOCUMENT ME!
 void RowDataDynamic.setOwner(ResultSet rs)
           
 void RowDataStatic.setOwner(ResultSet rs)
           
 void RowData.setOwner(ResultSet rs)
          Set the result set that 'owns' this RowData
 void CursorRowProvider.setOwner(ResultSet rs)
           
 


MySQL Connector/J size='-1'>5.0.8