Retrieves whether this database supports subqueries in IN statements.

public boolean supportsSubqueriesInIns()

Return Value

True if supported. Otherwise, false.

Exceptions

SQLServerException

Remarks

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

See Also