Compartir a través de


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()

Valor devuelto

true if supported. Otherwise, false.

Excepciones

SQLServerException

Notas

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

Vea también

Referencia

SQLServerDatabaseMetaData Class

Conceptos

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members