supportsUnionAll Method (SQLServerDatabaseMetaData)

Retrieves whether this database supports SQL UNION ALL.

public boolean supportsUnionAll()

Valor devuelto

true if supported. Otherwise, false.

Excepciones

SQLServerException

Observaciones

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

Vea también

Referencia

SQLServerDatabaseMetaData Class

Conceptos

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members