Uses of Interface
org.clazzes.jdbc2xml.schema.IndexFilter

Packages that use IndexFilter
org.clazzes.jdbc2xml.schema   
org.clazzes.jdbc2xml.schema.impl   
org.clazzes.jdbc2xml.tools   
 

Uses of IndexFilter in org.clazzes.jdbc2xml.schema
 

Subinterfaces of IndexFilter in org.clazzes.jdbc2xml.schema
 interface TableFilter
          This interface allows to filter tables from a database schema.
 

Methods in org.clazzes.jdbc2xml.schema with parameters of type IndexFilter
abstract  TableInfo SchemaEngine.fetchTableInfo(java.lang.String tableName, IndexFilter filter)
          Retrieve the current layout of the given table in the database.
 

Uses of IndexFilter in org.clazzes.jdbc2xml.schema.impl
 

Methods in org.clazzes.jdbc2xml.schema.impl with parameters of type IndexFilter
 TableInfo SchemaEngineImpl.fetchTableInfo(java.lang.String tableName, IndexFilter filter)
           
 

Uses of IndexFilter in org.clazzes.jdbc2xml.tools
 

Classes in org.clazzes.jdbc2xml.tools that implement IndexFilter
 class ProcessRestrictionFilter
          This class holds all properties to customize dumping and restoring database to/from XML files.
 



Copyright © 2007. All Rights Reserved.