DatabaseMetaData.supportsUnionAll

DatabaseMetaData.supportsUnionAll

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract boolean supportsUnionAll() throws SQLException
Returns
true if so
Description
Is SQL UNION ALL supported?

Exceptions
SQLException if a database-access error occurs.