bool UltraLite_TableSchema_iface::IsColumnNewUUID(
const ULValue & column_id
)
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.
Checks whether the specified column's default is set to a new UUID.
True if the column has a new UUID default.
False if the column does not default to a new UUID.