bool UltraLite_TableSchema_iface::GetGlobalAutoincPartitionSize(
const ULValue & column_id,
ul_u_big * size
)
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.
Gets the partition size.
The partition size for a global autoincrement column.