supportsAlterTableWithAddColumn()
Syntax:
boolean supportsAlterTableWithAddColumn() throws SQLException
Description:
Retrieves whether this database supports ALTER TABLE with add column.
Returns:
true
if so; false
otherwise
Throws:
SQLException - if a database access error occurs