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 Statement.results
          The current results
protected  ResultSet ResultSet.nextResultSet
           
 

Methods in com.mysql.jdbc that return ResultSet
 ResultSet RowDataDynamic.getOwner()
           
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)
           
 ResultSet RowDataStatic.getOwner()
           
 ResultSet RowData.getOwner()
          Returns the result set that 'owns' this RowData
protected  ResultSet Statement.generatePingResultSet()
           
protected  ResultSet Statement.getResultSetInternal()
           
 ResultSet CursorRowProvider.getOwner()
           
protected  ResultSet ResultSet.copy()
           
protected  ResultSet ResultSet.getNextResultSet()
          DOCUMENT ME!
 

Methods in com.mysql.jdbc with parameters of type ResultSet
 void RowDataDynamic.setOwner(ResultSet rs)
           
 void RowDataStatic.setOwner(ResultSet rs)
           
 void RowData.setOwner(ResultSet rs)
          Set the result set that 'owns' this RowData
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.
 void CursorRowProvider.setOwner(ResultSet rs)
           
protected  void ResultSet.setNextResultSet(ResultSet nextResultSet)
          DOCUMENT ME!
 


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