Modifier and Type | Class and Description |
---|---|
class |
DatabaseCall
INTERNAL:
Purpose: Used as an abstraction of a database invocation.
|
Modifier and Type | Field and Description |
---|---|
protected DatasourceCall |
DatasourceCallQueryMechanism.call |
Modifier and Type | Method and Description |
---|---|
DatasourceCall |
DatasourceCallQueryMechanism.getCall()
Return the call.
|
Modifier and Type | Method and Description |
---|---|
void |
DatasourceCallQueryMechanism.addCall(DatasourceCall call)
Add the call.
|
protected Object |
DatasourceCallQueryMechanism.executeCall(DatasourceCall databaseCall)
Execute the call.
|
void |
DatasourceCallQueryMechanism.setCall(DatasourceCall call)
Set the call.
|
Constructor and Description |
---|
DatasourceCallQueryMechanism(DatabaseQuery query,
DatasourceCall call)
Initialize the state of the query
|
Modifier and Type | Class and Description |
---|---|
class |
SQLCall
Purpose: Used as an abstraction of an SQL call.
|
Modifier and Type | Method and Description |
---|---|
void |
SessionEventManager.outputParametersDetected(AbstractRecord outputRow,
DatasourceCall call)
INTERNAL:
Raised for stored proc output parameters.
|
Copyright © 2022. All rights reserved.