org.mariadb.jdbc.internal.com.read.resultset.rowprotocol
Class BinaryRowProtocol
java.lang.Object
org.mariadb.jdbc.internal.com.read.resultset.rowprotocol.RowProtocol
org.mariadb.jdbc.internal.com.read.resultset.rowprotocol.BinaryRowProtocol
public class BinaryRowProtocol
- extends RowProtocol
|
Method Summary |
boolean |
setPosition(int newIndex)
Set length and pos indicator to asked index. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BinaryRowProtocol
public BinaryRowProtocol(ColumnInformation[] columnInformation,
int columnInformationLength,
int maxFieldSize)
- Constructor.
- Parameters:
columnInformation - column information.columnInformationLength - number of columnsmaxFieldSize - max field size
setPosition
public boolean setPosition(int newIndex)
- Set length and pos indicator to asked index.
- Specified by:
setPosition in class RowProtocol
- Parameters:
newIndex - index (0 is first).
- Returns:
- true if value is null
- See Also:
- Resultset row protocol documentation
Copyright © 2017. All rights reserved.