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

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.

Author:
jamie

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.

Returns:
the name

getSchemaDescriptor

public SchemaDescriptor getSchemaDescriptor()
                                     throws StandardException
Get the objects schema descriptor

Returns:
the schema descriptor
Throws:
StandardException - on error

Built on Mon 2007-06-04 09:58:47+0400, from revision ???

Apache Derby V10.1 Engine Documentation - Copyright © 1997,2005 The Apache Software Foundation or its licensors, as applicable.