Click or drag to resize

SQLValue Class

X#
Describe a SQL value.
Inheritance Hierarchy
Object
  DataField
    SQLValue
      SQLColumn

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

The SQLValue type exposes the following members.

Constructors
  NameDescription
Public methodSQLValue
Construct a SQLValue 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).
Top
Methods
  NameDescription
Public methodAsString
Return the descriptive label defined for this field.
(Inherited from DataField.)
Top
Fields
  NameDescription
Public fieldNullable
Public fieldODBCType
Public fieldScale
Top
See Also

Reference