Uses of Class
org.apache.openjpa.jdbc.sql.StoredProcedure.PARAM
-
Packages that use StoredProcedure.PARAM Package Description org.apache.openjpa.jdbc.sql OpenJPA-JDBC SQL Abstraction -
-
Uses of StoredProcedure.PARAM in org.apache.openjpa.jdbc.sql
Methods in org.apache.openjpa.jdbc.sql that return StoredProcedure.PARAM Modifier and Type Method Description static StoredProcedure.PARAM
StoredProcedure.PARAM. valueOf(java.lang.String name)
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.Methods in org.apache.openjpa.jdbc.sql with parameters of type StoredProcedure.PARAM Modifier and Type Method Description StoredProcedure
StoredProcedure. addParameter(StoredProcedure.PARAM param, java.lang.String var, java.lang.String typeName)
Adds the given parameter declaration.
-