dbXML API

Uses of Interface
com.dbxml.db.common.btree.PageFilter

Packages that use PageFilter
com.dbxml.db.common.btree Defines the dbXML BTree implementation as well as the low-level Paged file system. 
 

Uses of PageFilter in com.dbxml.db.common.btree
 

Methods in com.dbxml.db.common.btree that return PageFilter
static PageFilter[] Paged.listPageFilters()
          listPageFilters returns a list of the PageFilters in the PageFilter chain.
 

Methods in com.dbxml.db.common.btree with parameters of type PageFilter
static void Paged.addPageFilter(PageFilter pageFilter)
          setPageFilter adds a PageFilter to the PageFilter chain.
static void Paged.removePageFilter(PageFilter pageFilter)
          removePageFilter removes the PageFilter from the PageFilter chain.
 


dbXML API

Copyright (c) 2004 The dbXML Group