Package | Description |
---|---|
com.fgm.javaUtils.dbObjects |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
InfoObjectManager.insertData(InsertObject io)
Take the map wrapped in the passed-in InsertObject and store the values in
the named table.
|
java.lang.String |
InfoObjectManager.precompiledInsert(InsertObject io)
Take the map wrapped in the passed-in InsertObject and store the values in
the named table using precompiled query syntax
NOTE: THis code is unfinished and not working.
|