Click or drag to resize

SQLColumn Class

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

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

The SQLColumn type exposes the following members.

Constructors
  NameDescription
Public methodSQLColumn
Construct an SQL column.
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
Public fieldColName
Public fieldDisplaySize
Public fieldIndex
Public fieldLength
Public fieldNullable (Inherited from SQLValue.)
Public fieldODBCType (Inherited from SQLValue.)
Public fieldScale (Inherited from SQLValue.)
Top
See Also

Reference