public static final class BoundValue.DefaultBoundValue extends Object implements BoundValue
BoundValue
.BoundValue.DefaultBoundValue
Constructor and Description |
---|
DefaultBoundValue() |
Modifier and Type | Method and Description |
---|---|
Class<?> |
getNullType()
Get the bound
null type by Statement.bindNull(int, java.lang.Class<?>) . |
Object |
getValue()
Get the bound value by
Statement.bind(int, java.lang.Object) . |
boolean |
isNull()
Distinguish between the bound value is for
Statement.bind(int, java.lang.Object) or Statement.bindNull(int, java.lang.Class<?>) operation. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
nullValue, value
public boolean isNull()
BoundValue
Statement.bind(int, java.lang.Object)
or Statement.bindNull(int, java.lang.Class<?>)
operation.isNull
in interface BoundValue
true
when this represents value of Statement.bindNull(int, java.lang.Class<?>)
operationpublic Class<?> getNullType()
BoundValue
null
type by Statement.bindNull(int, java.lang.Class<?>)
.getNullType
in interface BoundValue
null
typepublic Object getValue()
BoundValue
Statement.bind(int, java.lang.Object)
.getValue
in interface BoundValue
Copyright © 2024. All rights reserved.