DynamicDescriptionArea object
DynamicDescriptionArea is a PowerBuilder system object that stores
information about the input and output parameters used in Format 4 of
dynamic SQL.
PowerBuilder provides a global DynamicDescriptionArea named
SQLDA that you can use when you need a DynamicDescriptionArea 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
|
DynamicDescriptionArea property |
Datatype |
Description |
|---|---|---|
|
ClassDefinition |
PowerObject |
An object of type PowerObject containing |
|
NumInputs |
Integer |
Specifies the number of input parameters found in PowerBuilder |
|
NumOutputs |
Integer |
Specifies the number of output parameters found in If the database supports |
|
InParmType[ ] |
ParmType (enumerated) |
Array containing values specifying the datatype of TypeBoolean! TypeByte! TypeDate! TypeDateTime! TypeDecimal! TypeDouble! TypeInteger! TypeLong! TypeLongLong! TypeReal! TypeString! TypeTime! TypeUInt! TypeULong! TypeUnknown! |
|
OutParmType[ ] |
ParmType (enumerated) |
Array containing values specifying the datatype of |
Events
|
DynamicDescriptionArea event |
Occurs |
|---|---|
|
Immediately before the Open event |
|
|
Immediately after the Close event |
Functions
|
DynamicDescriptionArea function |
Datatype returned |
Description |
|---|---|---|
|
String |
Returns the name assigned to the |
|
|
Integer |
Creates a reference to a context-specific instance |
|
|
Date |
Obtains data of type Date from the Use GetDynamicDate when the value of |
|
|
DateTime |
Obtains data of type DateTime from the Use GetDynamicDateTime when the value of |
|
|
LongLong |
Obtains numeric data from the Use GetDynamicDecimal when the value of |
|
|
Double |
Obtains numeric data from the Use GetDynamicNumber when the value of |
|
|
String |
Obtains data of type String from the Use GetDynamicString when the value of |
|
|
Time |
Obtains data of type Time from the Use GetDynamicTime when the value of |
|
|
PowerObject |
Returns a reference to the name of the parent |
|
|
Boolean |
Adds the specified event to the end of the message |
|
|
Integer |
Specifies a value for an input parameter in the Use SetDynamicParm to fill the |
|
|
Integer |
Triggers a specified event in the object and |
|
|
Object |
Returns the type of the object. |