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