Interface TableFilterWrapper

All Superinterfaces:
Wrapper

public interface TableFilterWrapper extends Wrapper
  • Method Details

    • setExclude

      void setExclude(boolean b)
    • setMatchCatalog

      void setMatchCatalog(String s)
    • setMatchSchema

      void setMatchSchema(String s)
    • setMatchName

      void setMatchName(String s)
    • getExclude

      Boolean getExclude()
    • getMatchCatalog

      String getMatchCatalog()
    • getMatchSchema

      String getMatchSchema()
    • getMatchName

      String getMatchName()