supportsLimitedOuterJoins()
Syntax:
boolean supportsLimitedOuterJoins()
                                  throws SQLException
                                        Description:
Retrieves whether this database provides limited support for outer joins. (This will be true if the method supportsFullOuterJoins returns true).
Returns:
true if so; false otherwise
Throws:
SQLException - if a database access error occurs