|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.exponto.jstock.InitDB
Constructor Summary | |
InitDB()
|
Method Summary | |
static boolean |
verifyIndexMap(java.util.HashMap map,
java.lang.String table,
java.lang.String field,
java.lang.String[] reference)
Verifies that the database contains all values for certain type of data that is known by the application. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public InitDB()
Method Detail |
public static boolean verifyIndexMap(java.util.HashMap map, java.lang.String table, java.lang.String field, java.lang.String[] reference)
map
- - A hashmap with data loaded from the databasetable
- - Name of the database tablereference
- - String [] with the correct values/names
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |