Extension SDK 10.1.3.36.73

oracle.javatools.db.sql
Class AmbiguousColumnException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byoracle.javatools.db.DBException
              extended byoracle.javatools.db.sql.SQLQueryException
                  extended byoracle.javatools.db.sql.AmbiguousColumnException
All Implemented Interfaces:
java.io.Serializable

public class AmbiguousColumnException
extends SQLQueryException

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(java.lang.String name)
           
 
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(java.lang.String name)

Extension SDK 10.1.3.36.73

 

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