- Type Parameters:
C- the connection typeP- the procedure parameter type
public interface ProcedureType<C,P>
Identifies a database procedure.
-
Method Summary
Modifier and TypeMethodDescriptionname()static <C,P> ProcedureType <C, P> procedureType(String name) Creates aProcedureTypewith the given name.
-
Method Details
-
name
String name()- Returns:
- the procedure name
-
procedureType
Creates aProcedureTypewith the given name.- Type Parameters:
C- the connection typeP- the procedure parameter type- Parameters:
name- the name- Returns:
- a new
ProcedureType
-