UltraLite ActiveX User's Guide
UltraLite ActiveX API Reference
ULResultSetSchema class
| Prototype | Description |
|---|---|
| ColumnCount As Long(read-only) | Gets the number of columns in the result set |
| ColumnName As String (read-only) | Gets the name of the column in the result set. |
| ColumnPrecision As Integer (read-only) | Gets the precision of the datatype for the column if it is numeric. |
| ColumnScale As Integer (read-only) | Gets the scale of the datatype for the column if it is numeric. |
| ColumnSize As Integer (read-only) | Gets the size of the datatype for the column. |
| ColumnSQLType As ULSQLType (read-only) | Gets the ULSQLType of the column. |
| Name (column_id As Long) as String (read-only) | Gets the name of the publicationgiven the column name from the ordinal ID |
| Precision(columnID As Long) As Long (read-only) | Gets the numeric precision of the column. |