SQLColumnAttributes Properties (Typed) |
The SQLColumnAttributes type exposes the following members.
Name | Description | |
---|---|---|
AliasName |
The alias name of the SQL column.
(Inherited from SQLColumn.) | |
AutoIncrement |
A logical value of TRUE if the column is automatically incremented or FALSE if it is either not automatically incremented or non-numeric.
| |
CaseSensitive |
A logical value of TRUE if collating sequences are case sensitive; otherwise, FALSE.
| |
ColName |
A string representing the SQL column name.
(Inherited from SQLColumn.) | |
DisplaySize | (Inherited from SQLColumn.) | |
FieldSpec |
The FieldSpec object connected to this field.
(Inherited from DataField.) | |
HyperLabel |
The hyperlabel connected to this field.
(Inherited from DataField.) | |
Index |
A numeric value representing the SQL column number.
(Inherited from SQLColumn.) | |
Length | (Inherited from SQLColumn.) | |
Money |
A logical value of TRUE if the SQL column is a money data type; otherwise, FALSE.
| |
Name |
A string representing the name of the field.
(Inherited from DataField.) | |
NameSym |
A symbol representing the name of the field.
(Inherited from DataField.) | |
Nullable |
A logical value representing whether the SQL value can be NULL.
(Inherited from SQLValue.) | |
Scale |
A numeric value representing the number of decimal places in the SQL value.
(Inherited from SQLValue.) | |
Searchable |
A constant (four standard values) representing how the column can be used in searches:
| |
Type | (Inherited from SQLValue.) | |
Unsigned |
A logical value of TRUE if the column is unsigned or non-numeric; otherwise, FALSE.
| |
Updatable |
A logical value of TRUE if the column can be updated; otherwise, FALSE.
| |
UsualType |
A string representing the X# usual type corresponding to the originating ODBC type (for example, SQL_INTEGER returns LONG).
(Inherited from SQLValue.) |