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 section called “Using
dynamic SQL” in PowerScript Reference.
Properties
|
DynamicStagingArea property |
DataType |
Description |
|---|---|---|
|
ClassDefinition |
PowerObject |
An object of type PowerObject containing |
Events
|
DynamicStagingArea event |
Occurs |
|---|---|
|
Immediately before the Open event |
|
|
Immediately after the Close event |
Functions
|
DynamicStagingArea function |
Datatype returned |
Description |
|---|---|---|
|
String |
Returns the name assigned to the |
|
|
Integer |
Creates a reference to a context-specific instance |
|
|
PowerObject |
Returns a reference to the name of the parent |
|
|
Boolean |
Adds the specified event to the end of the message |
|
|
Integer |
Triggers a specified event in the object and |
|
|
Object |
Returns the type of the object |