- Type Parameters:
C- the connection typeT- the procedure argument type
public interface ProcedureType<C,T>
-
Method Summary
Modifier and TypeMethodDescriptionname()static <C,T> ProcedureType<C, T> procedureType(String name) Creates aProcedureTypewith the given name and types.
-
Method Details
-
name
String name()- Returns:
- the procedure name
-
procedureType
Creates aProcedureTypewith the given name and types.- Type Parameters:
C- the connection typeT- the procedure argument type- Parameters:
name- the name- Returns:
- a new
ProcedureType
-