Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.derby.iapi.sql.dictionary
Interface UniqueSQLObjectDescriptor  view UniqueSQLObjectDescriptor download UniqueSQLObjectDescriptor.java

All Superinterfaces:
UniqueTupleDescriptor
All Known Implementing Classes:
FileInfoDescriptor, SPSDescriptor, TableDescriptor, TriggerDescriptor

public interface UniqueSQLObjectDescriptor
extends UniqueTupleDescriptor

This is a descriptor for something that is a SQL object that has the following properties:

UUIDS.


Method Summary
 java.lang.String getName()
          Get the name of this object.
 SchemaDescriptor getSchemaDescriptor()
          Get the objects schema descriptor
 
Methods inherited from interface org.apache.derby.iapi.sql.dictionary.UniqueTupleDescriptor
getUUID
 

Method Detail

getName

public java.lang.String getName()
Get the name of this object. E.g. for a table descriptor, this will be the table name.


getSchemaDescriptor

public SchemaDescriptor getSchemaDescriptor()
                                     throws org.apache.derby.iapi.error.StandardException
Get the objects schema descriptor