DatabaseMetaData.supportsOuterJoins
Interface Overview | Interface Members |
This Package |
All Packages
public abstract boolean supportsOuterJoins() throws SQLException
Returns
true if so
Description
Is some form of outer join supported?
Exceptions
SQLException
if a database-access error occurs.