org.mariadb.jdbc.internal.com.read.resultset.rowprotocol
Class TextRowProtocol

java.lang.Object
  extended by org.mariadb.jdbc.internal.com.read.resultset.rowprotocol.RowProtocol
      extended by org.mariadb.jdbc.internal.com.read.resultset.rowprotocol.TextRowProtocol

public class TextRowProtocol
extends RowProtocol


Field Summary
 
Fields inherited from class org.mariadb.jdbc.internal.com.read.resultset.rowprotocol.RowProtocol
buf, index, length, maxFieldSize, NULL_LENGTH, pos
 
Constructor Summary
TextRowProtocol(int maxFieldSize)
           
 
Method Summary
 boolean setPosition(int newIndex)
          Set length and pos indicator to asked index.
 
Methods inherited from class org.mariadb.jdbc.internal.com.read.resultset.rowprotocol.RowProtocol
getLengthMaxFieldSize, getMaxFieldSize, resetRow
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextRowProtocol

public TextRowProtocol(int maxFieldSize)
Method Detail

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.