Uses of Enum
org.apache.openjpa.jdbc.sql.StoredProcedure.PARAM
Packages that use StoredProcedure.PARAM
-
Uses of StoredProcedure.PARAM in org.apache.openjpa.jdbc.sql
Methods in org.apache.openjpa.jdbc.sql that return StoredProcedure.PARAMModifier and TypeMethodDescriptionstatic StoredProcedure.PARAMReturns 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.Methods in org.apache.openjpa.jdbc.sql with parameters of type StoredProcedure.PARAMModifier and TypeMethodDescriptionStoredProcedure.addParameter(StoredProcedure.PARAM param, String var, String typeName) Adds the given parameter declaration.