Retrieves whether this database supports table correlation names.

public boolean supportsTableCorrelationNames()

Return Value

True if supported. Otherwise, false.

Exceptions

SQLServerException

Remarks

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

See Also