Uses of Class
org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
-
Uses of PLSQLStoredProcedureCall in org.eclipse.persistence.internal.helper
Methods in org.eclipse.persistence.internal.helper with parameters of type PLSQLStoredProcedureCall Modifier and Type Method Description voidComplexDatabaseType. buildBeginBlock(StringBuilder sb, PLSQLargument arg, PLSQLStoredProcedureCall call)voidDatabaseType. buildBeginBlock(StringBuilder sb, PLSQLargument arg, PLSQLStoredProcedureCall call)voidComplexDatabaseType. buildOutAssignment(StringBuilder sb, PLSQLargument outArg, PLSQLStoredProcedureCall call)voidDatabaseType. buildOutAssignment(StringBuilder sb, PLSQLargument outArg, PLSQLStoredProcedureCall call)voidDatabaseType.DatabaseTypeHelper. buildOutAssignment(StringBuilder sb, PLSQLargument outArg, PLSQLStoredProcedureCall call) -
Uses of PLSQLStoredProcedureCall in org.eclipse.persistence.platform.database.jdbc
Methods in org.eclipse.persistence.platform.database.jdbc with parameters of type PLSQLStoredProcedureCall Modifier and Type Method Description voidJDBCTypes. buildBeginBlock(StringBuilder sb, PLSQLargument arg, PLSQLStoredProcedureCall call)voidJDBCTypes. buildOutAssignment(StringBuilder sb, PLSQLargument outArg, PLSQLStoredProcedureCall call) -
Uses of PLSQLStoredProcedureCall in org.eclipse.persistence.platform.database.oracle.jdbc
Methods in org.eclipse.persistence.platform.database.oracle.jdbc with parameters of type PLSQLStoredProcedureCall Modifier and Type Method Description voidOracleArrayType. buildBeginBlock(StringBuilder sb, PLSQLargument arg, PLSQLStoredProcedureCall call)voidOracleObjectType. buildBeginBlock(StringBuilder sb, PLSQLargument arg, PLSQLStoredProcedureCall call)voidOracleArrayType. buildOutAssignment(StringBuilder sb, PLSQLargument outArg, PLSQLStoredProcedureCall call)voidOracleObjectType. buildOutAssignment(StringBuilder sb, PLSQLargument outArg, PLSQLStoredProcedureCall call) -
Uses of PLSQLStoredProcedureCall in org.eclipse.persistence.platform.database.oracle.plsql
Subclasses of PLSQLStoredProcedureCall in org.eclipse.persistence.platform.database.oracle.plsql Modifier and Type Class Description classPLSQLStoredFunctionCallPurpose: Used to define a platform independent function call.Methods in org.eclipse.persistence.platform.database.oracle.plsql with parameters of type PLSQLStoredProcedureCall Modifier and Type Method Description voidOraclePLSQLTypes. buildBeginBlock(StringBuilder sb, PLSQLargument arg, PLSQLStoredProcedureCall call)INTERNAL: Append any code or translation required for the type.voidPLSQLCursor. buildBeginBlock(StringBuilder sb, PLSQLargument arg, PLSQLStoredProcedureCall call)voidPLSQLrecord. buildBeginBlock(StringBuilder sb, PLSQLargument arg, PLSQLStoredProcedureCall call)voidOraclePLSQLTypes. buildOutAssignment(StringBuilder sb, PLSQLargument arg, PLSQLStoredProcedureCall call)INTERNAL: Append any code or translation for assigning the output value.voidPLSQLCursor. buildOutAssignment(StringBuilder sb, PLSQLargument outArg, PLSQLStoredProcedureCall call)voidPLSQLrecord. buildOutAssignment(StringBuilder sb, PLSQLargument outArg, PLSQLStoredProcedureCall call)
-