类 SqlExecuteTrace

    • 构造器详细资料

      • SqlExecuteTrace

        public SqlExecuteTrace​(String id,
                               String type,
                               boolean isPrint)
    • 方法详细资料

      • isPrint

        public boolean isPrint()
        返回:
        the isPrint
      • getStart

        public Long getStart()
        返回:
        the start
      • getExecuteTime

        public long getExecuteTime()
      • getId

        public String getId()
        返回:
        the id
      • setId

        public void setId​(String id)
        参数:
        id - the id to set
      • getType

        public String getType()
        返回:
        the type
      • setType

        public void setType​(String type)
        参数:
        type - the type to set
      • getExecuteLogs

        public List<SqlExecuteLog> getExecuteLogs()
        返回:
        the sqlToyResults
      • addSqlLog

        public void addSqlLog​(String topic,
                              String sql,
                              Object... paramsValue)
        参数:
        topic -
        sql -
        paramsValue -
      • addLog

        public void addLog​(String topic,
                           String content,
                           Object... paramsValue)
        参数:
        topic -
        content -
        paramsValue -
      • isError

        public boolean isError()
        返回:
        the error
      • setError

        public void setError​(String errorMsg)
        参数:
        errorMsg - the error to set
      • getUid

        public String getUid()
        返回:
        the uid
      • isOverTime

        public boolean isOverTime()
        返回:
        the overTime
      • setOverTime

        public void setOverTime​(boolean overTime)
        参数:
        overTime - the overTime to set
      • getDialect

        public String getDialect()
      • setDialect

        public void setDialect​(String dialect)