Uses of Enum
org.apache.openjpa.jdbc.sql.StoredProcedure.SQL
-
Uses of StoredProcedure.SQL in org.apache.openjpa.jdbc.sql
Modifier and TypeMethodDescriptionstatic StoredProcedure.SQL
Returns the enum constant of this type with the specified name.static StoredProcedure.SQL[]
StoredProcedure.SQL.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionStoredProcedure.setSQL
(StoredProcedure.SQL sql) Adds a read SQL statement via an external method.