Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


oracle.javatools.db.sql
Class AmbiguousColumnException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.javatools.db.DBException
              extended by oracle.javatools.db.sql.SQLQueryException
                  extended by oracle.javatools.db.sql.SQLQueryClauseException
                      extended by oracle.javatools.db.sql.AmbiguousColumnException

All Implemented Interfaces:
java.io.Serializable

public class AmbiguousColumnException
extends SQLQueryClauseException

Exception thrown when the name of a column in a query is ambiguous - i.e. it isn't qualified and it could refer to the column of more than one member of the FROM clause of a query.

See Also:
Serialized Form

Constructor Summary
AmbiguousColumnException(SQLFragment fou, java.lang.String name)
           

 

Method Summary

 

Methods inherited from class oracle.javatools.db.sql.SQLQueryClauseException
addType, isForType

 

Methods inherited from class oracle.javatools.db.DBException
getNextException, getObject, setNextException

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

AmbiguousColumnException

public AmbiguousColumnException(SQLFragment fou,
                                java.lang.String name)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


Copyright © 1997, 2012, Oracle. All rights reserved.