| Package | Description |
|---|---|
| com.mysql.cj.xdevapi |
Java classes for X DevAPI support.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RowImpl
Row implementation. |
| Modifier and Type | Method and Description |
|---|---|
Row |
RowFactory.createFromProtocolEntity(ProtocolEntity internalRow) |
Row |
SqlUpdateResult.next() |
Row |
SqlMultiResult.next() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Row> |
SqlUpdateResult.fetchAll() |
java.util.List<Row> |
SqlMultiResult.fetchAll() |