DynamicStagingArea object
DynamicStagingArea is a PowerBuilder system object
that stores information for use in dynamic SQL statements.
The DynamicStagingArea object is the only connection between
the execution of a statement and a Transaction object and is used
internally by PowerBuilder. You cannot access information in DynamicStagingArea,
and there are no properties associated with DynamicStagingArea.
PowerBuilder provides a global DynamicStagingArea variable
named SQLSA that you can
use when you need a DynamicStagingArea variable. If necessary, you
can declare and create additional variables of this type using this
system object as the datatype.
For more information about using dynamic SQL, see the PowerScript Reference.
Properties
DynamicStagingArea property |
DataType |
Description |
---|---|---|
ClassDefinition |
PowerObject |
An object of type PowerObject containing |
Events
DynamicStagingArea event |
Occurs |
---|---|
Immediately before the Open event occurs |
|
Immediately after the Close event occurs |
Functions
DynamicStagingArea function |
Datatype returned |
Description |
---|---|---|
String |
Returns the name assigned to the object |
|
Integer |
Creates a reference to a context-specific |
|
PowerObject |
Returns a reference to the name of the |
|
Boolean |
Adds the specified event to the end of |
|
Integer |
Triggers a specified event in the object |
|
Object |
Returns the type of the object |