|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.cyclops.dbdigger.model.base.database.BaseDefaultDatabase
Add description HERE!
| Field Summary | |
static DBObject1Metadata |
C_FOO_OBJECT1S
C_FOO_OBJECT1S table meta |
static String |
DESCRIPTION
Description of this Database |
static DefaultDatabase |
INSTANCE
Single instance |
static String |
NAME
Name of this Database |
| Fields inherited from interface com.cyclops.dbdigger.schema.Database |
EMPTY_ARRAY |
| Constructor Summary | |
BaseDefaultDatabase()
|
|
| Method Summary | |
String |
getDescription()
Override method getDescription() of super class |
String |
getName()
Override method getName() of super class |
Schema |
getSchema()
Override method getSchema() of super class |
Table |
getTable(String tableName)
Override method getTable() of super class |
Table[] |
getTables()
Override method getTables() of super class |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final DefaultDatabase INSTANCE
public static final String NAME
public static final String DESCRIPTION
public static final DBObject1Metadata C_FOO_OBJECT1S
| Constructor Detail |
public BaseDefaultDatabase()
| Method Detail |
public String getDescription()
getDescription in interface DatabaseDatabase.getDescription()public String getName()
getName in interface DatabaseDatabase.getName()public Schema getSchema()
getSchema in interface DatabaseDatabase.getSchema()public Table getTable(String tableName)
getTable in interface DatabasetableName - Name of table to be find
Database.getTable(java.lang.String)public Table[] getTables()
getTables in interface DatabaseDatabase.getTables()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||