public interface SqlParameter
| Modifier and Type | Method and Description |
|---|---|
<R,P,TH extends java.lang.Throwable> |
accept(SqlParameterVisitor<R,P,TH> visitor,
P p)
Accepts the visitor.
|
java.lang.Object |
getValue()
Returns the parameter value.
|
java.lang.Object getValue()
<R,P,TH extends java.lang.Throwable> R accept(SqlParameterVisitor<R,P,TH> visitor, P p) throws TH extends java.lang.Throwable
R - the result typeP - the parameter typeTH - the throwable typevisitor - the visitorp - the parameterTH - the exceptionTH extends java.lang.Throwable