eXist_Zope_Database_Adapter: trunk | |
---|---|
eXist Database Adapter and eXist syndicator for ZopeBy Sebastien Pilloz, ENS-Lyon. Contact : Sebastien.Pilloz@ens-lyon.fr These products are for Zope 2.6.x and 2.7.0 ! Current version : 0.8.0-dev eXistDAeXistDA is a kind of "proxy" to access eXist XML DB from Zope. It's not really a DA as other DA products. eXistDAsyneXistDAsyn is a syndicator which can contain a lot of eXistDA objects to aggregate queries to multiple eXist XML DB at a time. ReXistDAReXistDA is an object with the same methods than eXistDA, but which access another eXistDA object, on another (or not !) Zope server. It's useful when one doesn't want to expose an eXist DB to the world, but wants its data to be accessed. eXistDAresulteXistDAresult is a class that handles a result returned by an eXistDA or eXistDAsyn query. Not very useful for end-user. See next class. eXistDAresultsSeteXistDAresultsSet is a class containing some (a lot ?) of eXistDAresults. It has convenient methods to get, filter, sort, etc., the results returned by a query. Doc Later. For object methods, see eXistDA classes methods special parametersSome methods in eXistDA class accept an extra **kws parameter. For these methods, dict keys which are valid are described here if they are valid for all methods. See method doc in doc directory for method special key. General keys :
RoadMapNB : m.n-dev versions are intermediate between m.(n-1) and m.n versions
-- Last revised 2005 / 09 / 01 |