com.mysql.jdbc
public static class ServerPreparedStatement.BindValue extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
long |
bindLength |
long |
boundBeforeExecutionNum |
int |
bufferType |
double |
doubleBinding |
float |
floatBinding |
boolean |
isLongData |
boolean |
isNull |
boolean |
isSet |
long |
longBinding |
java.lang.Object |
value |
Constructor and Description |
---|
ServerPreparedStatement.BindValue() |
ServerPreparedStatement.BindValue(ServerPreparedStatement.BindValue copyMe) |
Modifier and Type | Method and Description |
---|---|
(package private) long |
getBoundLength() |
(package private) void |
reset() |
java.lang.String |
toString() |
java.lang.String |
toString(boolean quoteIfNeeded) |
public long boundBeforeExecutionNum
public long bindLength
public int bufferType
public double doubleBinding
public float floatBinding
public boolean isLongData
public boolean isNull
public boolean isSet
public long longBinding
public java.lang.Object value
ServerPreparedStatement.BindValue()
ServerPreparedStatement.BindValue(ServerPreparedStatement.BindValue copyMe)