org.apache.derby.iapi.sql.dictionary
Interface UniqueSQLObjectDescriptor

All Superinterfaces:
UniqueTupleDescriptor
All Known Subinterfaces:
PrivilegedSQLObject
All Known Implementing Classes:
AliasDescriptor, FileInfoDescriptor, SequenceDescriptor, 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

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

Returns:
the name

getSchemaDescriptor

SchemaDescriptor getSchemaDescriptor()
                                     throws StandardException
Get the objects schema descriptor

Returns:
the schema descriptor
Throws:
StandardException - on error

Built on Thu 2011-03-10 11:54:14+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.