Represents the schema of an UltraLite result set.
public class ULResultSetSchema
All members of ULResultSetSchema class, including all inherited members.
Name | Description |
---|---|
Gets the number of columns in the result set or table. | |
Gets the 1-based column ID from its name. | |
Gets the name of a column given its 1-based ID. | |
Gets the name of a column given its 1-based ID. | |
Gets the precision of a numeric column. | |
Gets the scale of a numeric column. | |
Gets the size of the column. | |
Gets the SQL type of a column. | |
Gets the storage/host variable type of a column. | |
Gets the connection object. | |
Indicates whether the column in a result set was given an alias. |
GetColumnCount method
GetColumnID method
GetColumnName method
GetColumnNameW2 method
GetColumnPrecision method
GetColumnScale method
GetColumnSize method
GetColumnSQLType method
GetColumnType method
GetConnection method
IsAliased method
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |