|
|||||||||
| Home >> All >> com >> mysql >> [ jdbc overview ] | PREV NEXT | ||||||||
Uses of Class
com.mysql.jdbc.MysqlIO
| Uses of MysqlIO in com.mysql.jdbc |
| Fields in com.mysql.jdbc declared as MysqlIO | |
private MysqlIO |
RowDataDynamic.io
|
private MysqlIO |
Connection.io
The I/O abstraction interface (network conn to MySQL server |
| Methods in com.mysql.jdbc that return MysqlIO | |
protected MysqlIO |
Connection.getIO()
Returns the IO channel to the server |
protected MysqlIO |
Connection.createNewIO(boolean isForReconnect)
Creates an IO channel to the server |
| Constructors in com.mysql.jdbc with parameters of type MysqlIO | |
RowDataDynamic(MysqlIO io,
int colCount)
Creates a new RowDataDynamic object. |
|
|
|||||||||
| Home >> All >> com >> mysql >> [ jdbc overview ] | PREV NEXT | ||||||||