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, waitnullValue, valuepublic boolean isNull()
BoundValueStatement.bind(int, java.lang.Object) or Statement.bindNull(int, java.lang.Class<?>) operation.isNull in interface BoundValuetrue when this represents value of Statement.bindNull(int, java.lang.Class<?>) operationpublic Class<?> getNullType()
BoundValuenull type by Statement.bindNull(int, java.lang.Class<?>).getNullType in interface BoundValuenull typepublic Object getValue()
BoundValueStatement.bind(int, java.lang.Object).getValue in interface BoundValueCopyright © 2025. All rights reserved.