Returns the column ID of the named column.
UInt16 getColumnID(String name)
name The name of the column.
Column IDs range from 1 to getColumnCount(), inclusively.
Column IDs and count may change during a schema upgrade. To correctly identify a column, access it by name or refresh the cached IDs and counts after a schema upgrade.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |