supportsDifferentTableCorrelationNames()
Syntax:
boolean supportsDifferentTableCorrelationNames() throws SQLException
Description:
Retrieves whether, when table correlation names are supported, they are restricted to being different from the names of the tables.
Returns:
true
if so; false
otherwise
Throws:
SQLException - if a database access error occurs