Retrieves whether this database supports correlated subqueries.
Syntax
public boolean supportsCorrelatedSubqueries()
Return Value
true if supported. Otherwise, false.
Exceptions
Remarks
This supportsCorelatedSubqueries method is specified by the supportsCorelatedSubqueries method in the java.sql.DatabaseMetaData interface.