Checks whether the named column's default is set to autoincrement.
public Boolean isColumnAutoIncrement(String name)
name The name of the column.
True if the column is autoincrementing, false otherwise.