|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Interface | |
---|---|
org.lyra | |
org.lyra.Database |
Uses of Interface in org.lyra |
---|
Fields in org.lyra declared as Interface | |
---|---|
private Interface |
Patch.Db
|
private Interface |
Lyra.Db
|
Methods in org.lyra with parameters of type Interface | |
---|---|
static void |
Patch.hostPatch(Ledger logger,
Interface db,
java.lang.String version)
Static function which will handle all of the database updates necessary in order to actively bring older versions of host database. |
static void |
Patch.mainPatch(Ledger logger,
Interface db,
java.lang.String version)
Static function which will handle all of the database updates necessary in order to actively bring older versions of main database. |
Constructors in org.lyra with parameters of type Interface | |
---|---|
Patch(Ledger logger,
Interface db,
java.lang.String version)
Main constructor for class. |
Uses of Interface in org.lyra.Database |
---|
Fields in org.lyra.Database declared as Interface | |
---|---|
(package private) Interface |
Comptroller.Db
|
Constructors in org.lyra.Database with parameters of type Interface | |
---|---|
Comptroller(Interface db)
A secondary constructor for the class itself. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |