com.mysql.jdbc
Class ServerPreparedStatement.BindValue

java.lang.Object
  extended bycom.mysql.jdbc.ServerPreparedStatement.BindValue
Enclosing class:
ServerPreparedStatement

static class ServerPreparedStatement.BindValue
extends java.lang.Object


Field Summary
(package private)  long bindLength
           
(package private)  int bufferType
           
(package private)  byte byteBinding
           
(package private)  double doubleBinding
           
(package private)  float floatBinding
           
(package private)  int intBinding
           
(package private)  boolean isLongData
           
(package private)  boolean isNull
           
(package private)  boolean isSet
           
(package private)  long longBinding
           
(package private)  short shortBinding
           
(package private)  java.lang.Object value
           
 
Constructor Summary
(package private) ServerPreparedStatement.BindValue()
           
(package private) ServerPreparedStatement.BindValue(ServerPreparedStatement.BindValue copyMe)
           
 
Method Summary
(package private)  void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

java.lang.Object value

isLongData

boolean isLongData

isNull

boolean isNull

bufferType

int bufferType

bindLength

long bindLength

byteBinding

byte byteBinding

shortBinding

short shortBinding

intBinding

int intBinding

longBinding

long longBinding

doubleBinding

double doubleBinding

floatBinding

float floatBinding

isSet

boolean isSet
Constructor Detail

ServerPreparedStatement.BindValue

ServerPreparedStatement.BindValue()

ServerPreparedStatement.BindValue

ServerPreparedStatement.BindValue(ServerPreparedStatement.BindValue copyMe)
Method Detail

reset

void reset()