GetGlobalAutoincPartitionSize function

Synopsis
bool UltraLite_TableSchema_iface::GetGlobalAutoincPartitionSize(
  const ULValue & column_id,
  ul_u_big * size
)
Parameters
  • column_id   The ID number of the column. The value must be a 1-based ordinal number. The first column in the table has an ID value of one.

  • size   An output parameter. The partition size for the column. All global autoincrement columns in a given table share the same global autoincrement partition.

Remarks

Gets the partition size.

Returns
  • The partition size for a global autoincrement column.