protected static interface BaseQueryImpl.ParameterRegistration<T> extends Parameter<T>
Parameter
contract.Modifier and Type | Method and Description |
---|---|
void |
bindValue(T value) |
void |
bindValue(T value,
TemporalType specifiedTemporalType) |
BaseQueryImpl.ParameterBind<T> |
getBind() |
ParameterMode |
getMode()
Retrieves the parameter "mode" which describes how the parameter is defined in the actual database procedure
definition (is it an INPUT parameter? An OUTPUT parameter? etc).
|
boolean |
isBindable() |
getName, getParameterType, getPosition
ParameterMode getMode()
boolean isBindable()
void bindValue(T value)
void bindValue(T value, TemporalType specifiedTemporalType)
BaseQueryImpl.ParameterBind<T> getBind()
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.