Interface TableFilterWrapper

  • All Superinterfaces:
    Wrapper

    public interface TableFilterWrapper
    extends Wrapper
    • Method Detail

      • setExclude

        void setExclude​(boolean b)
      • setMatchCatalog

        void setMatchCatalog​(String s)
      • setMatchSchema

        void setMatchSchema​(String s)
      • setMatchName

        void setMatchName​(String s)
      • getMatchCatalog

        String getMatchCatalog()
      • getMatchSchema

        String getMatchSchema()
      • getMatchName

        String getMatchName()