Uses of Class
org.eclipse.persistence.queries.StoredProcedureCall
-
-
Uses of StoredProcedureCall in org.eclipse.persistence.internal.databaseaccess
Methods in org.eclipse.persistence.internal.databaseaccess with parameters of type StoredProcedureCall Modifier and Type Method Description StringDatabasePlatform. buildProcedureCallString(StoredProcedureCall call, AbstractSession session, AbstractRecord row)Return the proc syntax for this platform.StringDatabasePlatform. getProcedureArgument(String name, Object parameter, DatasourceCall.ParameterType parameterType, StoredProcedureCall call, AbstractSession session)Obtain the platform specific argument string -
Uses of StoredProcedureCall in org.eclipse.persistence.internal.helper
Methods in org.eclipse.persistence.internal.helper with parameters of type StoredProcedureCall Modifier and Type Method Description voidComplexDatabaseType. translate(PLSQLargument arg, AbstractRecord translationRow, AbstractRecord copyOfTranslationRow, List<DatabaseField> copyOfTranslationFields, List<DatabaseField> translationRowFields, List translationRowValues, StoredProcedureCall call)voidDatabaseType.DatabaseTypeHelper. translate(PLSQLargument arg, AbstractRecord translationRow, AbstractRecord copyOfTranslationRow, List<DatabaseField> copyOfTranslationFields, List<DatabaseField> translationRowFields, List translationRowValues, StoredProcedureCall call)voidDatabaseType. translate(PLSQLargument arg, AbstractRecord translationRow, AbstractRecord copyOfTranslationRow, List<DatabaseField> copyOfTranslationFields, List<DatabaseField> translationRowFields, List translationRowValues, StoredProcedureCall call) -
Uses of StoredProcedureCall in org.eclipse.persistence.platform.database
-
Uses of StoredProcedureCall in org.eclipse.persistence.platform.database.jdbc
Methods in org.eclipse.persistence.platform.database.jdbc with parameters of type StoredProcedureCall Modifier and Type Method Description voidJDBCTypes. translate(PLSQLargument arg, AbstractRecord translationRow, AbstractRecord copyOfTranslationRow, List<DatabaseField> copyOfTranslationFields, List<DatabaseField> translationRowFields, List translationRowValues, StoredProcedureCall call) -
Uses of StoredProcedureCall in org.eclipse.persistence.platform.database.oracle.plsql
Subclasses of StoredProcedureCall in org.eclipse.persistence.platform.database.oracle.plsql Modifier and Type Class Description classPLSQLStoredFunctionCallPurpose: Used to define a platform independent function call.classPLSQLStoredProcedureCallPurpose: Generates an Anonymous PL/SQL block to invoke the specified Stored Procedure with arguments that may or may not have JDBC equivalents.Methods in org.eclipse.persistence.platform.database.oracle.plsql with parameters of type StoredProcedureCall Modifier and Type Method Description voidOraclePLSQLTypes. translate(PLSQLargument arg, AbstractRecord translationRow, AbstractRecord copyOfTranslationRow, List<DatabaseField> copyOfTranslationFields, List<DatabaseField> translationRowFields, List translationRowValues, StoredProcedureCall call)INTERNAL: Translate the argument value from the query translation row to call translation row.voidPLSQLrecord. translate(PLSQLargument arg, AbstractRecord translationRow, AbstractRecord copyOfTranslationRow, List<DatabaseField> copyOfTranslationFields, List<DatabaseField> translationRowFields, List translationRowValues, StoredProcedureCall call) -
Uses of StoredProcedureCall in org.eclipse.persistence.queries
Subclasses of StoredProcedureCall in org.eclipse.persistence.queries Modifier and Type Class Description classStoredFunctionCallPurpose: Used to define a platform independent function call.
-