org.mariadb.jdbc.internal.com.read.resultset.rowprotocol
Class TextRowProtocol
java.lang.Object
org.mariadb.jdbc.internal.com.read.resultset.rowprotocol.RowProtocol
org.mariadb.jdbc.internal.com.read.resultset.rowprotocol.TextRowProtocol
public class TextRowProtocol
- 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 |
TextRowProtocol
public TextRowProtocol(int maxFieldSize)
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
Copyright © 2017. All rights reserved.