All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class oracle.sql.SQLName

java.lang.Object
   |
   +----oracle.sql.SQLName

public class SQLName
extends Object

Constructor Index

 o SQLName(String, OracleConnection)
Constructor

Method Index

 o getName()
The name supplied to the constructor.
 o getSchema()
The Schema containing the type.
 o getSimpleName()
The name of the type (within it's schema)
 o getVersion()
The version of the type.

Constructors

 o SQLName
 public SQLName(String name,
                OracleConnection connection) throws SQLException
Constructor

Parameters:
name - a String identifying a type.
connection - an OracleConnection that can be used to query the database about the meaning of the type.

Methods

 o getName
 public String getName() throws SQLException
The name supplied to the constructor. Because of the presence of synoyms this name may be completely different from getSimpleName.

 o getSchema
 public String getSchema() throws SQLException
The Schema containing the type.

 o getSimpleName
 public String getSimpleName() throws SQLException
The name of the type (within it's schema)

 o getVersion
 public int getVersion() throws SQLException
The version of the type.


All Packages  Class Hierarchy  This Package  Previous  Next  Index