MySQL Connector/J size='-1'>5.1.6

com.mysql.jdbc
Class ServerPreparedStatement.BindValue

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

public static class ServerPreparedStatement.BindValue
extends java.lang.Object


Field Summary
 long bindLength
           
 boolean isLongData
           
 boolean isNull
           
 java.lang.Object value
           
 
Method Summary
 java.lang.String toString()
           
 java.lang.String toString(boolean quoteIfNeeded)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

bindLength

public long bindLength

isLongData

public boolean isLongData

isNull

public boolean isNull

value

public java.lang.Object value
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toString

public java.lang.String toString(boolean quoteIfNeeded)

MySQL Connector/J size='-1'>5.1.6