public interface org.springframework.jdbc.core.CallableStatementCallback<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.jdbc.core.CallableStatementCallback
  super_class: java.lang.Object
{
  public abstract T doInCallableStatement(java.sql.CallableStatement);
    descriptor: (Ljava/sql/CallableStatement;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.sql.SQLException, org.springframework.dao.DataAccessException
    Signature: (Ljava/sql/CallableStatement;)TT;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
      Name  Flags
      cs    
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "CallableStatementCallback.java"
    RuntimeVisibleAnnotations: 
      java.lang.FunctionalInterface()