DatabaseMetaData.supportsSubqueriesInQuantifieds
Interface Overview | Interface Members |
This Package |
All Packages
public abstract boolean supportsSubqueriesInQuantifieds() throws SQLException
Returns
true if so
Description
Are subqueries in quantified expressions supported?
A JDBC-Compliant driver always returns true.
Exceptions
SQLException
if a database-access error occurs.