|
MySQL Connector/J size='-1'>5.0.8 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RowData | |
---|---|
com.mysql.jdbc |
Uses of RowData in com.mysql.jdbc |
---|
Classes in com.mysql.jdbc that implement RowData | |
---|---|
class |
CursorRowProvider
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 |
ResultSet.rowData
The actual rows |
Constructors in com.mysql.jdbc with parameters of type RowData | |
---|---|
ResultSet(java.lang.String catalog,
Field[] fields,
RowData tuples,
Connection conn,
Statement creatorStmt)
Creates a new ResultSet object. |
|
UpdatableResultSet(java.lang.String catalog,
Field[] fields,
RowData tuples,
Connection conn,
Statement creatorStmt)
Creates a new ResultSet object. |
|
MySQL Connector/J size='-1'>5.0.8 | |||||||||
PREV NEXT | FRAMES NO FRAMES |