|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.cyclops.dbdigger.DBDigger
Core class for dbdigger project, use getInstance() to get DBDigger instance Each DBDigger instance stands for a physical database
| Field Summary | |
static String |
DEFAULT_DBDIGGER
DEFAULT NAME |
static DBDigger[] |
EMPTY_ARRAY
Empty DBDigger object array |
| Constructor Summary | |
DBDigger(String aname)
Constructor method for class DBDigger |
|
| Method Summary | |
Database |
getDatabase()
Get database object of this dbdigger |
static DBDigger |
getInstance()
Get default dbdigger instance |
static DBDigger |
getInstance(String dbname)
Get DBDigger instance |
static DBDigger[] |
getInstances()
Get all DBDigger instances object |
String |
getName()
Method getName() in class DBDigger |
static Schema |
getSchema()
Method getSchema() in class DBDigger |
SQLCastor |
getSQLCastor()
Method getSQLCastor() in class DBDigger |
void |
setSQLCastor(SQLCastor sqlc)
Method setSQLCastor() |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final String DEFAULT_DBDIGGER
public static final DBDigger[] EMPTY_ARRAY
| Constructor Detail |
public DBDigger(String aname)
aname - Name of this dbdigger| Method Detail |
public static DBDigger getInstance()
public static DBDigger getInstance(String dbname)
dbname - name of dbdigger
public static DBDigger[] getInstances()
public static final Schema getSchema()
public Database getDatabase()
public String getName()
public SQLCastor getSQLCastor()
public void setSQLCastor(SQLCastor sqlc)
sqlc - SQLCastor instance
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||