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

Quick Search    Search Deep

Uses of Interface
com.mysql.jdbc.RowData

Uses of RowData in com.mysql.jdbc
 

Classes in com.mysql.jdbc that implement RowData
 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 ResultSet.rowData
          The actual rows
private  RowData MysqlIO.streamingData
           
 

Methods in com.mysql.jdbc with parameters of type RowData
(package private)  void MysqlIO.closeStreamer(RowData streamer)
           
private  ResultSet MysqlIO.buildResultSetWithRows(java.lang.String catalog, Field[] fields, RowData rows, int resultSetConcurrency)
           
 

Constructors in com.mysql.jdbc with parameters of type RowData
UpdatableResultSet(java.lang.String catalog, Field[] fields, RowData rows, Connection conn)
          Create a new ResultSet - Note that we create ResultSets to represent the results of everything.
UpdatableResultSet(Field[] fields, RowData rows)
          Creates a new UpdatableResultSet object.
ResultSet(java.lang.String catalog, Field[] fields, RowData tuples, Connection conn)
          Create a new ResultSet
ResultSet(Field[] fields, RowData tuples)
          Creates a new ResultSet object.