共用方式為


supportsUnionAll Method (SQLServerDatabaseMetaData)

Retrieves whether this database supports SQL UNION ALL.

public boolean supportsUnionAll()

傳回值

true if supported. Otherwise, false.

例外狀況

SQLServerException

備註

This supportsUnionAll method is specified by the supportsUnionAll method in the java.sql.DatabaseMetaData interface.

另請參閱

參考

SQLServerDatabaseMetaData Class

概念

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members