org.eclipse.net4j.db.ddl
Interface IDBSchemaElement

All Known Subinterfaces:
IDBField, IDBIndex, IDBSchema, IDBTable
All Known Implementing Classes:
DBSchema, org.eclipse.net4j.internal.db.ddl.DBSchemaElement

public interface IDBSchemaElement

Specifies a hierachical namespace for elements in a DB schema.

No Implement
This interface is not intended to be implemented by clients.
No Extend
This interface is not intended to be extended by clients.

Method Summary
 String getFullName()
           
 String getName()
           
 Properties getProperties()
           
 IDBSchema getSchema()
           
 

Method Detail

getSchema

IDBSchema getSchema()

getName

String getName()

getFullName

String getFullName()

getProperties

Properties getProperties()


Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.