DatabaseMetaData.supportsDifferentTableCorrelationNames

DatabaseMetaData.supportsDifferentTableCorrelationNames

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract boolean supportsDifferentTableCorrelationNames() throws SQLException
Returns
true if so
Description
If table correlation names are supported, are they restricted to be different from the names of the tables?

Exceptions
SQLException if a database-access error occurs.