|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.exolab.jms.tools.db.Database
This element defines a database. It is the root element of all database schema documents.
| Constructor Summary | |
Database()
|
|
| Method Summary | |
void |
addDeprecated(Deprecated vDeprecated)
Method addDeprecated |
void |
addDeprecated(int index,
Deprecated vDeprecated)
Method addDeprecated |
void |
addTable(int index,
Table vTable)
Method addTable |
void |
addTable(Table vTable)
Method addTable |
void |
clearDeprecated()
Method clearDeprecated |
void |
clearTable()
Method clearTable |
java.util.Enumeration |
enumerateDeprecated()
Method enumerateDeprecated |
java.util.Enumeration |
enumerateTable()
Method enumerateTable |
Deprecated[] |
getDeprecated()
Method getDeprecated |
Deprecated |
getDeprecated(int index)
Method getDeprecated |
int |
getDeprecatedCount()
Method getDeprecatedCount |
Table[] |
getTable()
Method getTable |
Table |
getTable(int index)
Method getTable |
int |
getTableCount()
Method getTableCount |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
boolean |
removeDeprecated(Deprecated vDeprecated)
Method removeDeprecated |
boolean |
removeTable(Table vTable)
Method removeTable |
void |
setDeprecated(Deprecated[] deprecatedArray)
Method setDeprecated |
void |
setDeprecated(int index,
Deprecated vDeprecated)
Method setDeprecated |
void |
setTable(int index,
Table vTable)
Method setTable |
void |
setTable(Table[] tableArray)
Method setTable |
static Database |
unmarshal(java.io.Reader reader)
Method unmarshal |
void |
validate()
Method validate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Database()
| Method Detail |
public void addDeprecated(Deprecated vDeprecated)
throws java.lang.IndexOutOfBoundsException
vDeprecated -
public void addDeprecated(int index,
Deprecated vDeprecated)
throws java.lang.IndexOutOfBoundsException
index - vDeprecated -
public void addTable(Table vTable)
throws java.lang.IndexOutOfBoundsException
vTable -
public void addTable(int index,
Table vTable)
throws java.lang.IndexOutOfBoundsException
index - vTable - public void clearDeprecated()
public void clearTable()
public java.util.Enumeration enumerateDeprecated()
public java.util.Enumeration enumerateTable()
public Deprecated getDeprecated(int index)
throws java.lang.IndexOutOfBoundsException
index - public Deprecated[] getDeprecated()
public int getDeprecatedCount()
public Table getTable(int index)
throws java.lang.IndexOutOfBoundsException
index - public Table[] getTable()
public int getTableCount()
public boolean isValid()
public void marshal(java.io.Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
out -
public void marshal(org.xml.sax.ContentHandler handler)
throws java.io.IOException,
org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
handler - public boolean removeDeprecated(Deprecated vDeprecated)
vDeprecated - public boolean removeTable(Table vTable)
vTable -
public void setDeprecated(int index,
Deprecated vDeprecated)
throws java.lang.IndexOutOfBoundsException
index - vDeprecated - public void setDeprecated(Deprecated[] deprecatedArray)
deprecatedArray -
public void setTable(int index,
Table vTable)
throws java.lang.IndexOutOfBoundsException
index - vTable - public void setTable(Table[] tableArray)
tableArray -
public static Database unmarshal(java.io.Reader reader)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
reader -
public void validate()
throws org.exolab.castor.xml.ValidationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||