The DataWindow Columns list displays a list of data set columns found in all DataWindows and
the DataWindow columns’ attributes.
Column Name
|
The name of the DataWindow column.
|
Object
|
The name of the DataWindow.
|
PBL
|
The name of the PBL containing the column. The path of the
filename is not included unless it is required to uniquely
identify the PBL in the current application.
|
Col #
|
The sequence within the data set of the column. (Column
numbers can be used for many DataWindow functions in
PowerScript.)
|
DB Name
|
The DBName attribute of the column. PowerBuilder uses this
name internally.
|
Data Type
|
The column’s data type in PowerBuilder terms.
|
Updateable
|
An indicator that shows if the DataWindow includes the
column in its Update specifications.
|
Where Clause
|
An indicator that shows if the DataWindow uses the column in
building the WHERE clause for UPDATE statements.
|
Key
|
An indicator that shows whether or not the DataWindow
considers the column to be a key column with respect to
updates. When key columns are changed in an existing row, the
DataWindow may issue either an UPDATE or a DELETE and
INSERT, depending on a setting in the DataWindow.
|