DatabaseMetaData.supportsFullOuterJoins

DatabaseMetaData.supportsFullOuterJoins

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract boolean supportsFullOuterJoins() throws SQLException
Returns
true if so
Description
Are full nested outer joins supported?

Exceptions
SQLException if a database-access error occurs.