DBcolumn


Synopsis

A DBcolumn group contains a column of data returned by an SQL SELECT statement.

Description

A DBcolumn group contains a column of data returned by an SQL SELECT statement. This group is typically used in an array.

A DBcolumn group is a Data_Array object.

Subobjects

values[]

An array of data values.

null_flag

An integer value that indicates whether null data values are present. If it is 1, null values are present; if 0, null values are not present.

null_value

The value that represents a null data value. This value is determined from the datatype denoted by column_type and the null-value parameter associated with the query.

labels

A string that represents the name of the column.

File

v/db.v

See Also

•      DBquery