|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Schema
A Schema of database.
| Method Summary | |
|---|---|
String[] |
getDependencies()
Return all the dependencies of the schema. |
String |
getId()
Return the name of the schema. |
org.jtheque.utils.bean.Version |
getVersion()
Return the version of the schema. |
void |
importDataFromHSQL(Iterable<Insert> inserts)
Import data from HSQL. |
void |
install()
Install the schema. |
void |
update(org.jtheque.utils.bean.Version from)
Update the schema from an another version. |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
org.jtheque.utils.bean.Version getVersion()
VersionString getId()
String[] getDependencies()
void install()
void update(org.jtheque.utils.bean.Version from)
from - The installed version.Versionvoid importDataFromHSQL(Iterable<Insert> inserts)
inserts - All the inserts of HSQL.Insert
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||