Package com.seag.qm

Interface Summary
QueryEventListener  
 

Class Summary
CharQueryParameter  
CharResultParameter  
DateQueryParameter  
DateResultParameter  
DecimalQueryParameter  
DecimalResultParameter  
ExecuteQuery The execution part of the QueryManager (qm)
FutureQueryResult If the ResultTable is requested with this class, the method "getResultTable" is waiting till the query with the spezified key is ready This Class is needed for synchronizing the asynchron queries.
FutureQueryResultFactory A FutureQueryResult Object should be created whith this factory.
IntegerQueryParameter  
IntegerResultParameter  
NullQueryParameter  
QueryError When the execution of a Query fails, the Error Report is stored in this Object
QueryErrorQueue Here are all QueryErrors stored
QueryEvent  
QueryParameter  
ResultParameter  
ResultQueue  
ResultTable This Object stores the result, given in the, from the DB returned ResultSet
SmallintQueryParameter  
SmallintResultParameter  
SqlDaemon This object exists only once (singleton) It puts every query into a queue, and executes the query from the queue.
SqlQuerySpec  
SqlQueue  
TimeQueryParameter  
TimeResultParameter  
TimestampQueryParameter  
TimestampResultParameter  
VarcharQueryParameter  
VarcharResultParameter  
 

Exception Summary
QmInstantiationException  
QueueFullException