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 及 C++ 编程 » API 参考 » UltraLite C++ API 参考 » UltraLite_RowSchema_iface 类

 

GetColumnSQLType 函数

获取列的 SQL 类型。

语法
ul_column_sql_type UltraLite_RowSchema_iface::GetColumnSQLType(
  const ULValue & column_id
)
参数
  • column_id   从 1 开始的序号。

返回值

如果列不存在,则返回 UL_SQLTYPE_BAD_INDEX。

注释

请参见 ulprotos.h 中的 ul_column_sql_type。