public interface QueryAttributesBindValue
Modifier and Type | Method and Description |
---|---|
long |
getBoundLength()
Gets the length of this query attribute.
|
java.lang.String |
getName()
Gets the name of this query attribute.
|
int |
getType()
Gets the type of this query attribute.
|
java.lang.Object |
getValue()
Gets the value of this query attribute.
|
boolean |
isNull()
Checks whether this query attribute is the
null value. |
boolean isNull()
null
value.true
if this query attribute value is null
.java.lang.String getName()
int getType()
MysqlType
.FIELD_TYPE_*.java.lang.Object getValue()
long getBoundLength()