supportsOuterJoins Method (SQLServerDatabaseMetaData)

Retrieves whether this database supports some form of outer join.

public boolean supportsOuterJoins()

Return Value

true if supported. Otherwise, false.

Exceptions

SQLServerException

Remarks

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

See Also

Reference

SQLServerDatabaseMetaData Class

Concepts

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members