Retrieves whether this database supports ALTER TABLE with add column.
public boolean supportsAlterTableWithAddColumn()
Return Value
True if supported. Otherwise, false.
Exceptions
Remarks
This supportsAlterTableWithAddColumn method is specified by the supportsAlterTableWithAddColumn method in the java.sql.DatabaseMetaData interface.