public class ProcedureParameterBindingImpl<T> extends Object implements ProcedureParameterBindingImplementor<T>
| Constructor and Description |
|---|
ProcedureParameterBindingImpl(ProcedureParameterImplementor<T> parameter) |
| Modifier and Type | Method and Description |
|---|---|
Type |
getBindType()
Get the Type currently associated with this binding.
|
T |
getBindValue()
Get the value current bound.
|
boolean |
isBound() |
void |
setBindValue(T value)
Sets the parameter binding value.
|
void |
setBindValue(T value,
TemporalType clarifiedTemporalType)
Sets the parameter binding value using the explicit TemporalType.
|
void |
setBindValue(T value,
Type clarifiedType)
Sets the parameter binding value using the explicit Type.
|
public ProcedureParameterBindingImpl(ProcedureParameterImplementor<T> parameter)
public boolean isBound()
isBound in interface QueryParameterBinding<T>public void setBindValue(T value)
QueryParameterBindingsetBindValue in interface QueryParameterBinding<T>value - The bind valuepublic void setBindValue(T value, Type clarifiedType)
QueryParameterBindingsetBindValue in interface QueryParameterBinding<T>value - The bind valueclarifiedType - The explicit Type to usepublic void setBindValue(T value, TemporalType clarifiedTemporalType)
QueryParameterBindingsetBindValue in interface QueryParameterBinding<T>value - The bind valueclarifiedTemporalType - The temporal type to usepublic T getBindValue()
QueryParameterBindinggetBindValue in interface QueryParameterBinding<T>public Type getBindType()
QueryParameterBindinggetBindType in interface QueryParameterBinding<T>Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.