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

SQL Anywhere 11.0.1 (Français) » UltraLite - C and C++ Programming » API Reference » UltraLite C++ API reference » UltraLite_RowSchema_iface class

 

GetColumnScale function

Gets the scale of a numeric column.

Syntax
size_t UltraLite_RowSchema_iface::GetColumnScale(
  const ULValue & column_id
)
Parameters
  • column_id   A 1-based ordinal number.

Returns

0 if the column is not a numeric type or if the column does not exist.

Remarks

Sets SQLE_COLUMN_NOT_FOUND if the column name does not exist.

Sets SQLE_DATATYPE_NOT_ALLOWED if the column type is not a numeric.