The ITupleSchema type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
End |
This member function deletes the invoking implementation.
|
|
|
GetColumnIndex |
This member function returns the index of a named column.
|
|
|
GetColumnName |
Used to determine the definition of a column referenced by index.
|
|
|
IsInt |
This member function is used to determine whether a column contains
integer values.
|
|
|
IsIntCollection |
This member function is used to determine whether a column is an integer
collection column.
|
|
|
IsNum |
This member function is used to determine whether a column contains float
values.
|
|
|
IsNumCollection |
This member function is used to determine whether a column is a float
collection column.
|
|
|
IsSymbol |
This member function is used to determine whether a column contains string
values.
|
|
|
IsTuple |
This member function is used to determine whether the column index is a
subtuple column.
|