public class ClientPreparedQueryBindValue extends java.lang.Object implements BindValue
Modifier and Type | Field and Description |
---|---|
protected boolean |
isNull
NULL indicator
|
protected boolean |
isSet
has this parameter been set?
|
protected boolean |
isStream |
java.lang.Object |
origValue |
protected MysqlType |
parameterType |
protected long |
streamLength |
java.lang.Object |
value
The value to store
|
Modifier | Constructor and Description |
---|---|
|
ClientPreparedQueryBindValue() |
protected |
ClientPreparedQueryBindValue(ClientPreparedQueryBindValue copyMe) |
Modifier and Type | Method and Description |
---|---|
ClientPreparedQueryBindValue |
clone() |
byte[] |
getByteValue() |
MysqlType |
getMysqlType() |
byte[] |
getOrigByteValue() |
long |
getStreamLength() |
java.io.InputStream |
getStreamValue() |
boolean |
isNull() |
boolean |
isSet() |
boolean |
isStream() |
void |
reset() |
void |
setByteValue(byte[] parameterValue) |
void |
setIsStream(boolean isStream) |
void |
setMysqlType(MysqlType type) |
void |
setNull(boolean isNull) |
void |
setOrigByteValue(byte[] origParamValue) |
void |
setStreamValue(java.io.InputStream parameterStream,
long streamLength) |
protected boolean isNull
protected boolean isStream
protected MysqlType parameterType
public java.lang.Object value
public java.lang.Object origValue
protected long streamLength
protected boolean isSet
public ClientPreparedQueryBindValue()
protected ClientPreparedQueryBindValue(ClientPreparedQueryBindValue copyMe)
public ClientPreparedQueryBindValue clone()
public void setIsStream(boolean isStream)
setIsStream
in interface BindValue
public MysqlType getMysqlType()
getMysqlType
in interface BindValue
public void setMysqlType(MysqlType type)
setMysqlType
in interface BindValue
public byte[] getByteValue()
getByteValue
in interface BindValue
public void setByteValue(byte[] parameterValue)
setByteValue
in interface BindValue
public void setOrigByteValue(byte[] origParamValue)
setOrigByteValue
in interface BindValue
public byte[] getOrigByteValue()
getOrigByteValue
in interface BindValue
public java.io.InputStream getStreamValue()
getStreamValue
in interface BindValue
public void setStreamValue(java.io.InputStream parameterStream, long streamLength)
setStreamValue
in interface BindValue
public long getStreamLength()
getStreamLength
in interface BindValue