Interface AbstractSqlCallContext.LiteralValueAccessor
-
- Enclosing class:
- AbstractSqlCallContext
protected static interface AbstractSqlCallContext.LiteralValueAccessor
Helper interface for abstracting accessing literals.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> T
getValueAs(Class<T> clazz)
-
-
-
Method Detail
-
getValueAs
<T> T getValueAs(Class<T> clazz)
-
-