Uses of Enum
org.apache.openjpa.jdbc.sql.StoredProcedure.SQL
Packages that use StoredProcedure.SQL
-
Uses of StoredProcedure.SQL in org.apache.openjpa.jdbc.sql
Methods in org.apache.openjpa.jdbc.sql that return StoredProcedure.SQLModifier and TypeMethodDescriptionstatic StoredProcedure.SQLReturns 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.Methods in org.apache.openjpa.jdbc.sql with parameters of type StoredProcedure.SQLModifier and TypeMethodDescriptionStoredProcedure.setSQL(StoredProcedure.SQL sql) Adds a read SQL statement via an external method.