DatabaseMetaData.supportsLimitedOuterJoins
Interface Overview | Interface Members |
This Package |
All Packages
public abstract boolean supportsLimitedOuterJoins() throws SQLException
Returns
true if so
Description
Is there limited support for outer joins? (This will be true
if supportFullOuterJoins is true.)
Exceptions
SQLException
if a database-access error occurs.