supportsFullOuterJoins()
Syntax:
boolean supportsFullOuterJoins() throws SQLException
Description:
Retrieves whether this database supports full nested outer joins.
Returns:
true
if so; false
otherwise
Throws:
SQLException - if a database access error occurs