org.clazzes.jdbc2xml.schema
Interface IndexFilter

All Known Subinterfaces:
TableFilter
All Known Implementing Classes:
ProcessRestrictionFilter

public interface IndexFilter

This interface is used to configure the set of indices retrieved from the database metadata.

Author:
rbreuss

Method Summary
 boolean isKeepInternalIndices()
           
 

Method Detail

isKeepInternalIndices

boolean isKeepInternalIndices()
Returns:
Whether we should keep indices generated by the RDBMS, which are covering primary key / and or foreign key columns.


Copyright © 2011. All Rights Reserved.