Checks whether the specified column's default is set to autoincrement.
bool UltraLite_TableSchema_iface::IsColumnAutoinc( const ULValue & column_id )
column_id The ID number of the column. The value must be a 1-based ordinal number. The first column in the table has an ID value of one.
True if the column default is set to be autoincremented.
False if the column is not autoincremented.
Sets SQLE_COLUMN_NOT_FOUND if the column name does not exist.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |