Uses of Class
fr.dyade.aaa.util.DBOperation
-
Packages that use DBOperation Package Description fr.dyade.aaa.util -
-
Uses of DBOperation in fr.dyade.aaa.util
Methods in fr.dyade.aaa.util that return DBOperation Modifier and Type Method Description (package private) static DBOperationDBOperation. alloc(int type, String name)(package private) static DBOperationDBOperation. alloc(int type, String name, byte[] value)Method parameters in fr.dyade.aaa.util with type arguments of type DBOperation Modifier and Type Method Description private voidDBTransaction. dbLogCommit(Hashtable<String,DBOperation> log)Executes all SQL statements corresponding to log operations, and the commit.private voidDBTransaction. dbLogExecute(Hashtable<String,DBOperation> log)Executes all SQL statements corresponding to log operations.
-