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

Uses of Interface
com.mysql.jdbc.ResultSetInternalMethods

Packages that use ResultSetInternalMethods
com.mysql.jdbc   
com.mysql.jdbc.interceptors   
 

Uses of ResultSetInternalMethods in com.mysql.jdbc
 

Classes in com.mysql.jdbc that implement ResultSetInternalMethods
 class JDBC4ResultSet
           
 class JDBC4UpdatableResultSet
           
 class ResultSetImpl
          A ResultSet provides access to a table of data generated by executing a Statement.
 class UpdatableResultSet
          A result set that is updatable.
 

Fields in com.mysql.jdbc declared as ResultSetInternalMethods
protected  ResultSetInternalMethods ResultSetImpl.nextResultSet
           
protected  ResultSetInternalMethods StatementImpl.results
          The current results
 

Methods in com.mysql.jdbc that return ResultSetInternalMethods
 ResultSetInternalMethods ResultSetInternalMethods.copy()
          Returns a new instance of this result set, that shares the underlying row data.
 ResultSetInternalMethods ResultSetImpl.copy()
           
protected  ResultSetInternalMethods PreparedStatement.executeInternal(int maxRowsToRetrieve, com.mysql.jdbc.Buffer sendPacket, boolean createStreamingResultSet, boolean queryIsSelectOnly, Field[] metadataFromCache, boolean isBatch)
          Actually execute the prepared statement.
protected  ResultSetInternalMethods ServerPreparedStatement.executeInternal(int maxRowsToRetrieve, com.mysql.jdbc.Buffer sendPacket, boolean createStreamingResultSet, boolean queryIsSelectOnly, Field[] metadataFromCache, boolean isBatch)
           
protected  ResultSetInternalMethods StatementImpl.generatePingResultSet()
           
 ResultSetInternalMethods ResultSetInternalMethods.getNextResultSet()
          Returns the next ResultSet in a multi-resultset "chain", if any, null if none exists.
 ResultSetInternalMethods ResultSetImpl.getNextResultSet()
          DOCUMENT ME!
protected  ResultSetInternalMethods CallableStatement.getOutputParameters(int paramIndex)
          Returns the ResultSet that holds the output parameters, or throws an appropriate exception if none exist, or they weren't returned.
 ResultSetInternalMethods RowData.getOwner()
          Returns the result set that 'owns' this RowData
 ResultSetInternalMethods RowDataDynamic.getOwner()
           
 ResultSetInternalMethods RowDataCursor.getOwner()
           
 ResultSetInternalMethods RowDataStatic.getOwner()
           
protected  ResultSetInternalMethods StatementImpl.getResultSetInternal()
           
 ResultSetInternalMethods StatementInterceptor.postProcess(java.lang.String sql, Statement interceptedStatement, ResultSetInternalMethods originalResultSet, Connection connection)
          Called after the given statement has been sent to the server for processing.
 ResultSetInternalMethods StatementInterceptor.preProcess(java.lang.String sql, Statement interceptedStatement, Connection connection)
          Called before the given statement is going to be sent to the server for processing.
 

Methods in com.mysql.jdbc with parameters of type ResultSetInternalMethods
protected  void ConnectionImpl.initializeResultsMetadataFromCache(java.lang.String sql, CachedResultSetMetaData cachedMetaData, ResultSetInternalMethods resultSet)
          Caches CachedResultSetMetaData that has been placed in the cache using the given SQL as a key.
 ResultSetInternalMethods StatementInterceptor.postProcess(java.lang.String sql, Statement interceptedStatement, ResultSetInternalMethods originalResultSet, Connection connection)
          Called after the given statement has been sent to the server for processing.
protected  void ResultSetImpl.setNextResultSet(ResultSetInternalMethods nextResultSet)
          DOCUMENT ME!
 

Constructors in com.mysql.jdbc with parameters of type ResultSetInternalMethods
JDBC4MysqlSQLXML(ResultSetInternalMethods owner, int index)
           
 

Uses of ResultSetInternalMethods in com.mysql.jdbc.interceptors
 

Methods in com.mysql.jdbc.interceptors that return ResultSetInternalMethods
 ResultSetInternalMethods ServerStatusDiffInterceptor.postProcess(java.lang.String sql, Statement interceptedStatement, ResultSetInternalMethods originalResultSet, Connection connection)
           
 ResultSetInternalMethods ResultSetScannerInterceptor.postProcess(java.lang.String sql, Statement interceptedStatement, ResultSetInternalMethods originalResultSet, Connection connection)
           
 ResultSetInternalMethods SessionAssociationInterceptor.postProcess(java.lang.String sql, Statement interceptedStatement, ResultSetInternalMethods originalResultSet, Connection connection)
           
 ResultSetInternalMethods ServerStatusDiffInterceptor.preProcess(java.lang.String sql, Statement interceptedStatement, Connection connection)
           
 ResultSetInternalMethods ResultSetScannerInterceptor.preProcess(java.lang.String sql, Statement interceptedStatement, Connection connection)
           
 ResultSetInternalMethods SessionAssociationInterceptor.preProcess(java.lang.String sql, Statement interceptedStatement, Connection connection)
           
 

Methods in com.mysql.jdbc.interceptors with parameters of type ResultSetInternalMethods
 ResultSetInternalMethods ServerStatusDiffInterceptor.postProcess(java.lang.String sql, Statement interceptedStatement, ResultSetInternalMethods originalResultSet, Connection connection)
           
 ResultSetInternalMethods ResultSetScannerInterceptor.postProcess(java.lang.String sql, Statement interceptedStatement, ResultSetInternalMethods originalResultSet, Connection connection)
           
 ResultSetInternalMethods SessionAssociationInterceptor.postProcess(java.lang.String sql, Statement interceptedStatement, ResultSetInternalMethods originalResultSet, Connection connection)
           
 


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