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

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

Uses of TableFilter in org.clazzes.jdbc2xml.schema
 

Methods in org.clazzes.jdbc2xml.schema with parameters of type TableFilter
abstract  java.util.List<TableInfo> SchemaEngine.fetchTableInfos(TableFilter filter)
          Return the layout of multiple table in the database.
 

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

Methods in org.clazzes.jdbc2xml.schema.impl with parameters of type TableFilter
 java.util.List<TableInfo> SchemaEngineImpl.fetchTableInfos(TableFilter filter)
           
 

Uses of TableFilter in org.clazzes.jdbc2xml.tools
 

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

Methods in org.clazzes.jdbc2xml.tools with parameters of type TableFilter
static void Commands.dropTables(java.sql.Connection connection, TableFilter filter)
           
 



Copyright © 2010. All Rights Reserved.