Interface ProcedureType<C,T>

Type Parameters:
C - the connection type
T - the procedure argument type

public interface ProcedureType<C,T>
  • Method Details

    • name

      String name()
      Returns:
      the procedure name
    • procedureType

      static <C, T> ProcedureType<C,T> procedureType(String name)
      Creates a ProcedureType with the given name and types.
      Type Parameters:
      C - the connection type
      T - the procedure argument type
      Parameters:
      name - the name
      Returns:
      a new ProcedureType