类 SqlWithAnalysis

    • 构造器详细资料

      • SqlWithAnalysis

        public SqlWithAnalysis​(String sql)
    • 方法详细资料

      • getSql

        public String getSql()
        返回:
        the sql
      • getWithSql

        public String getWithSql()
        返回:
        the withSql
      • getRejectWithSql

        public String getRejectWithSql()
        返回:
        the rejectWithSql
      • getWithSqlSet

        public List<String[]> getWithSqlSet()
        返回:
        the withSqlSet
      • isHasWith

        public boolean isHasWith()
        返回:
        the hasWith
      • setHasWith

        public void setHasWith​(boolean hasWith)
        参数:
        hasWith - the hasWith to set