UltraLite C++ Component API Reference
Class UltraLite_TableSchema_iface
virtual ULValue UltraLite_TableSchema_iface::GetColumnDefault(
const ULValue & column_id
)
column_id A 1-based ordinal number.
Gets the default value for the column if it exists The Class ULValue object returned has the default contained as a string.
The Class ULValue object returned is empty if the column does not contain a default value. SQLE_COLUMN_NOT_FOUND is set if the column name does not exist.
SQL Anywhere Studio 9.0.2
Copyright © 1989–2004 Sybase, Inc. Portions copyright © 2001–2004 iAnywhere Solutions, Inc. All rights reserved.