UltraLite C++ Component API Reference
Class UltraLite_RowSchema_iface
virtual size_t UltraLite_RowSchema_iface::GetColumnScale(
const ULValue & column_id
)
column_id A 1-based ordinal number.
Gets the scale of a numeric column.
0 is returned if the column is not a numeric type or if the column does not exist. SQLE_COLUMN_NOT_FOUND is set if the column name does not exist SQLE_DATATYPE_NOT_ALLOWED is set if the column type is not a numeric.
SQL Anywhere Studio 9.0.2
Copyright © 1989–2004 Sybase, Inc. Portions copyright © 2001–2004 iAnywhere Solutions, Inc. All rights reserved.