|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> sql >> [ dictionary overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
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:
- resides in a schema
- has a name (that is unique when combined with schema)
- has a unique identifier (UUID)
| 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
|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> sql >> [ dictionary overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC