UL Ext: Represents the schema of an UltraLite.NET cursor.
Public MustInherit Class ULCursorSchema
public abstract class ULCursorSchema
All members of ULCursorSchema class, including all inherited members.
Name | Description |
---|---|
Returns the column ID of the named column. | |
Returns the name of the column identified by the specified column ID. | |
Returns the precision of the column identified by the specified column ID if the column is a numeric column (SQL type NUMERIC). | |
Returns the scale of the column identified by the specified column ID if the column is a numeric column (SQL type NUMERIC). | |
Returns the size of the column identified by the specified column ID if the column is a sized column (SQL type BINARY or CHAR). | |
Returns the name of the column identified by the specified column ID. | |
Returns the UltraLite.NET data type of the column identified by the specified column ID. | |
Returns a System.Data.DataTable that describes the column schema of the ULDataReader. | |
Returns the number of columns in the cursor. | |
Checks whether the cursor schema is currently open. | |
Returns the name of the cursor. |
This class is an abstract base class of the ULTableSchema class and the ULResultSetSchema class.
For users porting from the iAnywhere.UltraLite namespace, Column IDs are 0-based, not 1-based as they are in the iAnywhere.UltraLite namespace.
GetColumnID method
GetColumnName method
GetColumnPrecision method
GetColumnScale method
GetColumnSize method
GetColumnSQLName method
GetColumnULDbType method
GetSchemaTable method
ColumnCount property
IsOpen property
Name property
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |