Package org.experlog.db

Interface Summary
ESDbObjectFactory  
 

Class Summary
DatasourceProperty  
DummyConnection  
DummyDriver  
DummyStatement A Statement object is used for executing a static SQL statement and obtaining the results produced by it.
ESCallable This class makes some delegation works on a CallableStatement object.
ESConnectionPool ESConnectionPool is a database tool object.
ESDataSourceWrapper ESDataSourceWrapper is a dataSource wrapper.
ESDBDataSet  
ESDBDataTuple  
ESDbFormHandler  
ESDbObject  
ESPersistentHashtable create table ESHashtable ( tabid varchar(32), ckey varchar(64), cvalue blob, wversion integer default 0, wtime double default 0, primary key(tabid, ckey));
ESSimpleConnection ESSimpleConnection stores a physical connection (from the jdbc pool, the number of allocated connections from this one, and a list of clientId, which use currently this connection