Interface AbstractSqlCallContext.LiteralValueAccessor

  • Enclosing class:
    AbstractSqlCallContext

    protected static interface AbstractSqlCallContext.LiteralValueAccessor
    Helper interface for abstracting accessing literals.
    • Method Detail

      • getValueAs

        <T> T getValueAs​(Class<T> clazz)