Uses of Enum
org.apache.openjpa.jdbc.sql.StoredProcedure.PARAM
-
Uses of StoredProcedure.PARAM in org.apache.openjpa.jdbc.sql
Modifier and TypeMethodDescriptionstatic StoredProcedure.PARAM
Returns the enum constant of this type with the specified name.static StoredProcedure.PARAM[]
StoredProcedure.PARAM.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionStoredProcedure.addParameter
(StoredProcedure.PARAM param, String var, String typeName) Adds the given parameter declaration.