Retrieves whether this database supports subqueries in EXISTS expressions.

public boolean supportsSubqueriesInExists()

Return Value

True if supported. Otherwise, false.

Exceptions

SQLServerException

Remarks

This supportsSubqueriesInExists method is specified by the supportsSubqueriesInExists method in the java.sql.DatabaseMetaData interface.

See Also