|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.perdues.db.DBInfo
Constructor Summary | |
DBInfo(Schema schema,
XMLTag tag)
Build a DBInfo for the given schema, defined with the information from an XMLTag of type "db". |
Method Summary | |
ColumnInfo |
getColumn(java.lang.String name)
Return a ColumnInfo given a column name qualified by a table name or shorthand. |
java.lang.String |
getName()
Get the name of the database. |
Schema |
getSchema()
Get the Schema for this DBInfo. |
TableInfo |
getTable(java.lang.String name)
Returns the TableInfo with the given name or shorthand, or errs if there is none. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DBInfo(Schema schema, XMLTag tag)
XML attributes are:
Method Detail |
public java.lang.String getName()
public Schema getSchema()
public TableInfo getTable(java.lang.String name)
public ColumnInfo getColumn(java.lang.String name)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |