Package ca.sqlpower.wabit.rs.query

Class Summary
QueryCache This method will be able to execute and cache the results of a query.
WabitColumnItem This WabitItem is more specific to a column in a table.
WabitConstantItem Defines a WabitItem to be in the constants table.
WabitConstantsContainer This class represents a specific implementation of WabitContainer that wraps the constants container in a Query.
WabitContainer<T extends WabitItem> This container wraps any other kind of Container to allow attaching SPListeners that will be notified appropriately when events happen on the container.
WabitItem This type of Item wraps any other type of item to let other classes attach SPListeners to the delegate.
WabitJoin Wraps a SQLJoin and converts events on the join to SPListener events.
WabitTableContainer This class distinguishes a WabitContainer as more specifically containing a TableContainer.
 

Enum Summary
QueryCache.WabitObjectOrder FIXME This enum defines the WabitObject child classes a QueryCache takes as well as the ordinal order of these child classes such that the class going before does not depend on the class that goes after.
 

Exception Summary
QueryException An exception that is caused by any failure of data gathering by any means implemented by the Query interface.
 



Copyright © 2009. All Rights Reserved.