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

SQL Anywhere 11.0.1 » UltraLite - C and C++ Programming » API Reference » UltraLite C++ API reference » UltraLite_RowSchema_iface class

 

GetColumnSQLType function

Gets the SQL type of a column.

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

Returns

UL_SQLTYPE_BAD_INDEX if the column does not exist.

Remarks

See the ul_column_sql_type in ulprotos.h.