Retrieves whether this database supports full nested outer joins.

public boolean supportsFullOuterJoins()

Return Value

True if supported. Otherwise, false.

Exceptions

SQLServerException

Remarks

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

See Also