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

SQL Anywhere 11.0.1 (日本語) » Ultra Light - C/C++ プログラミング » API リファレンス » Ultra Light 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   出力パラメータ。カラムの分割サイズ。テーブルのすべてのグローバル・オートインクリメント・カラムは、同じグローバル・オートインクリメントの分割サイズを共有します。

戻り値

グローバル・オートインクリメント・カラムの分割サイズ。