Uses of Class
org.eclipse.persistence.internal.databaseaccess.DatasourceCall
-
-
Uses of DatasourceCall in org.eclipse.persistence.descriptors
Methods in org.eclipse.persistence.descriptors that return DatasourceCall Modifier and Type Method Description DatasourceCallClassDescriptor. buildCallFromStatement(SQLStatement statement, DatabaseQuery query, AbstractSession session)INTERNAL: Return a call built from a statement. -
Uses of DatasourceCall in org.eclipse.persistence.eis
Methods in org.eclipse.persistence.eis that return DatasourceCall Modifier and Type Method Description DatasourceCallEISDescriptor. buildCallFromStatement(SQLStatement statement, DatabaseQuery query, AbstractSession session)INTERNAL: Override this method to throw an exception.DatasourceCallEISPlatform. buildCallFromStatement(SQLStatement statement, DatabaseQuery query, AbstractSession session)INTERNAL: Override this method to throw an exception by default.DatasourceCallEISPlatform. buildNativeCall(String queryString)INTERNAL: Return the correct call type for the native query string. -
Uses of DatasourceCall in org.eclipse.persistence.eis.interactions
Subclasses of DatasourceCall in org.eclipse.persistence.eis.interactions Modifier and Type Class Description classEISInteractionDefines the specification for a call to a JCA interaction.classIndexedInteractionDefines the specification for a call to a JCA interaction that uses indexed records.classMappedInteractionDefines the specification for a call to a JCA interaction using Mapped records.classQueryStringInteractionDefines the specification for a call to a JCA interaction that uses a query string.classXMLInteractionDefines the specification for a call to a JCA interaction that uses XML.classXQueryInteractionDefines the specification for a call to a JCA interaction that uses XQuery. -
Uses of DatasourceCall in org.eclipse.persistence.internal.databaseaccess
Subclasses of DatasourceCall in org.eclipse.persistence.internal.databaseaccess Modifier and Type Class Description classDatabaseCallINTERNAL: Purpose: Used as an abstraction of a database invocation.Methods in org.eclipse.persistence.internal.databaseaccess that return DatasourceCall Modifier and Type Method Description DatasourceCallDatasourcePlatform. buildNativeCall(String queryString)INTERNAL: Return the correct call type for the native query string. -
Uses of DatasourceCall in org.eclipse.persistence.internal.queries
Fields in org.eclipse.persistence.internal.queries declared as DatasourceCall Modifier and Type Field Description protected DatasourceCallDatasourceCallQueryMechanism. callMethods in org.eclipse.persistence.internal.queries that return DatasourceCall Modifier and Type Method Description DatasourceCallDatasourceCallQueryMechanism. getCall()Return the call.Methods in org.eclipse.persistence.internal.queries with parameters of type DatasourceCall Modifier and Type Method Description voidDatasourceCallQueryMechanism. addCall(DatasourceCall call)Add the call.protected ObjectDatasourceCallQueryMechanism. executeCall(DatasourceCall databaseCall)Execute the call.voidDatabaseQueryMechanism. executeDeferredCall(DatasourceCall call)Execute the call that was deferred to the commit manager.voidDatasourceCallQueryMechanism. executeDeferredCall(DatasourceCall call)Execute the call that was deferred to the commit manager.voidDatasourceCallQueryMechanism. setCall(DatasourceCall call)Set the call.Constructors in org.eclipse.persistence.internal.queries with parameters of type DatasourceCall Constructor Description DatasourceCallQueryMechanism(DatabaseQuery query, DatasourceCall call)Initialize the state of the query -
Uses of DatasourceCall in org.eclipse.persistence.internal.sessions
Methods in org.eclipse.persistence.internal.sessions with parameters of type DatasourceCall Modifier and Type Method Description voidCommitManager. addDeferredCall(DatabaseTable table, DatasourceCall call, DatabaseQueryMechanism mechanism)Add the data query to be performed at the end of the commit. -
Uses of DatasourceCall in org.eclipse.persistence.platform.database.oracle.plsql
Subclasses of DatasourceCall 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. -
Uses of DatasourceCall in org.eclipse.persistence.queries
Subclasses of DatasourceCall in org.eclipse.persistence.queries Modifier and Type Class Description classSQLCallPurpose: Used as an abstraction of an SQL call.classStoredFunctionCallPurpose: Used to define a platform independent function call.classStoredProcedureCallPurpose: Used to define a platform independent procedure call. -
Uses of DatasourceCall in org.eclipse.persistence.sessions
Methods in org.eclipse.persistence.sessions with parameters of type DatasourceCall Modifier and Type Method Description voidSessionEventManager. outputParametersDetected(DataRecord outputRow, DatasourceCall call)INTERNAL: Raised for stored proc output parameters.
-