Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » UltraLite - M-Business Anywhere Programming » UltraLite for M-Business Anywhere API reference » ResultSetSchema class

 

getColumnCount method

Returns the number of columns in this cursor.

Syntax
UInt16 getColumnCount();
Remarks

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.