public class AmbiguousTableNameException extends DataSetException
IDataSet
when multiple tables
having the same name are accessible. This usually occurs when the database
connection have access to multiple schemas containing identical table names.
Possible solutions:
1) Use a database connection credential that has access to only one database
schema.
2) Specify a schema name to the DatabaseConnection
or
DatabaseDataSourceConnection
constructor.
3) Enable the qualified table name support (see How-to documentation).
Another common reason for this exception to be thrown is when an XML file contains the same table multiple times whereas a different table is between the definition of the duplicate table.
Constructor and Description |
---|
AmbiguousTableNameException() |
AmbiguousTableNameException(String msg) |
AmbiguousTableNameException(String msg,
Throwable e) |
AmbiguousTableNameException(Throwable e) |
getException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2002–2024. All rights reserved.