isColumnGlobalAutoIncrement method

Returns true if the column defaults to global autoincrement, false otherwise.

Syntax
Boolean isColumnGlobalAutoIncrement( String name )
Parameters
  • name   Name of the column.

  • return   True if the column is global autoincrementing, false if not global autoincrementing.