Click or drag to resize

SQLColumnAttributes Class

X#
Describe the attributes of an SQL column.
Inheritance Hierarchy
Object
  DataField
    SQLValue
      SQLColumn
        SQLColumnAttributes

Namespace:  VO
Assembly:  VOSQLClasses (in VOSQLClasses.dll) Version: 2.19
Syntax
 CLASS SQLColumnAttributes INHERIT SQLColumn
Request Example View Source

The SQLColumnAttributes type exposes the following members.

Constructors
  NameDescription
Public methodSQLColumnAttributes
Construct an SQLColumnAttributes object.
Top
Properties
  NameDescription
Public propertyFieldSpec
The FieldSpec object connected to this field.
(Inherited from DataField.)
Public propertyHyperLabel
The hyperlabel connected to this field.
(Inherited from DataField.)
Public propertyName
A string representing the name of the field.
(Inherited from DataField.)
Public propertyNameSym
A symbol representing the name of the field.
(Inherited from DataField.)
Public propertyUsualType
A string representing the X# usual type corresponding to the originating ODBC type (for example, SQL_INTEGER returns LONG).
(Inherited from SQLValue.)
Top
Methods
  NameDescription
Public methodAsString
Return the descriptive label defined for this field.
(Inherited from DataField.)
Top
Fields
  NameDescription
Public fieldAliasName (Inherited from SQLColumn.)
Public fieldAutoIncrement
Public fieldCaseSensitive
Public fieldColName (Inherited from SQLColumn.)
Public fieldDisplaySize (Inherited from SQLColumn.)
Public fieldIndex (Inherited from SQLColumn.)
Public fieldLength (Inherited from SQLColumn.)
Public fieldMoney
Public fieldNullable (Inherited from SQLValue.)
Public fieldODBCType (Inherited from SQLValue.)
Public fieldScale (Inherited from SQLValue.)
Public fieldSearchable
Public fieldUnsigned
Public fieldUpdatable
Top
See Also

Reference