supportsOuterJoins()
Syntax:
boolean supportsOuterJoins()
                           throws SQLException
                                        Description:
Retrieves whether this database supports some form of outer join.
Returns:
true if so; false otherwise
Throws:
SQLException - if a database access error occurs