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

Uses of Interface
com.mysql.jdbc.RowData

Packages that use RowData
com.mysql.jdbc   
 

Uses of RowData in com.mysql.jdbc
 

Classes in com.mysql.jdbc that implement RowData
 class RowDataCursor
          Model for result set data backed by a cursor.
 class RowDataDynamic
          Allows streaming of MySQL data.
 class RowDataStatic
          Represents an in-memory result set
 

Fields in com.mysql.jdbc declared as RowData
protected  RowData ResultSetImpl.rowData
          The actual rows
 

Methods in com.mysql.jdbc with parameters of type RowData
protected static ResultSetImpl ResultSetImpl.getInstance(java.lang.String catalog, Field[] fields, RowData tuples, ConnectionImpl conn, StatementImpl creatorStmt, boolean isUpdatable)
          Creates a result set instance that represents a query result -- We need to provide factory-style methods so we can support both JDBC3 (and older) and JDBC4 runtimes, otherwise the class verifier complains when it tries to load JDBC4-only interface classes that are present in JDBC4 method signatures.
 

Constructors in com.mysql.jdbc with parameters of type RowData
JDBC4ResultSet(java.lang.String catalog, Field[] fields, RowData tuples, ConnectionImpl conn, StatementImpl creatorStmt)
           
JDBC4UpdatableResultSet(java.lang.String catalog, Field[] fields, RowData tuples, ConnectionImpl conn, StatementImpl creatorStmt)
           
ResultSetImpl(java.lang.String catalog, Field[] fields, RowData tuples, ConnectionImpl conn, StatementImpl creatorStmt)
          Creates a new ResultSet object.
UpdatableResultSet(java.lang.String catalog, Field[] fields, RowData tuples, ConnectionImpl conn, StatementImpl creatorStmt)
          Creates a new ResultSet object.
 


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