Uses of Class
org.eclipse.persistence.platform.database.oracle.annotations.PLSQLParameter
-
Packages that use PLSQLParameter Package Description org.eclipse.persistence.platform.database.oracle.annotations -
-
Uses of PLSQLParameter in org.eclipse.persistence.platform.database.oracle.annotations
Methods in org.eclipse.persistence.platform.database.oracle.annotations that return PLSQLParameter Modifier and Type Method Description PLSQLParameter[]fields()(Required) Defines the fields in the record type.PLSQLParameter[]fields()(Required) Defines the fields in the record type.PLSQLParameter[]parameters()(Optional) Defines the parameters to the stored procedure.PLSQLParameter[]parameters()(Optional) Defines the parameters to the stored procedure.PLSQLParameterreturnParameter()(Required) Defines the return value of the stored function.
-