|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectgeneralDatabase.DBTest
public class DBTest
| Field Summary | |
|---|---|
(package private) PamCursor |
pamCursor
|
(package private) EmptyTableDefinition |
tableDef
|
| Constructor Summary | |
|---|---|
DBTest()
|
|
| Method Summary | |
|---|---|
private boolean |
addToAll(java.sql.Connection con,
int i)
Use a scrollable cursor to add i to all records in the table using a scrollable cursor. |
static void |
main(java.lang.String[] args)
|
private void |
printTableData(java.sql.Connection con)
Dump all data in the TestTable with a simple quiery |
(package private) void |
test()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
EmptyTableDefinition tableDef
PamCursor pamCursor
| Constructor Detail |
|---|
public DBTest()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
args - void test()
private boolean addToAll(java.sql.Connection con,
int i)
con - i - private void printTableData(java.sql.Connection con)
con -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||