Expand Minimize
This topic has not yet been rated - Rate this topic

supportsDifferentTableCorrelationNames Method (SQLServerDatabaseMetaData)

Retrieves whether, when table correlation names are supported, they are restricted to being different from the names of the tables.


public boolean supportsDifferentTableCorrelationNames()

true if supported. Otherwise, false.

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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.