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_TableSchema_iface 类

 

GetGlobalAutoincPartitionSize 函数

获取分区大小。

语法
bool UltraLite_TableSchema_iface::GetGlobalAutoincPartitionSize(
  const ULValue & column_id,
  ul_u_big * size
)
参数
  • column_id   列的 ID 号。该值必须是从 1 开始的序号。表中第一列的 ID 值为 1。

  • size   输出参数。列的分区大小。给定表中的所有全局自动增量列都共享同一全局自动增量分区。

返回值

全局自动增量列的分区大小。