DatabaseMetaData.supportsAlterTableWithAddColumn
Interface Overview | Interface Members |
This Package |
All Packages
public abstract boolean supportsAlterTableWithAddColumn() throws SQLException
Returns
true if so
Description
Is "ALTER TABLE" with add column supported?
Exceptions
SQLException
if a database-access error occurs.
Send feedback to MSDN.Look here for MSDN Online resources.