类 DbQueryDecorator.ResultSetWrapper

java.lang.Object
com.baomidou.mybatisplus.generator.config.querys.DbQueryDecorator.ResultSetWrapper
封闭类:
DbQueryDecorator

public static class DbQueryDecorator.ResultSetWrapper extends Object
  • 方法详细资料

    • getResultSet

      public ResultSet getResultSet()
    • getStringResult

      public String getStringResult(String columnLabel)
    • getFiledComment

      public String getFiledComment()
      返回:
      获取字段注释
    • getTableComment

      public String getTableComment()
      获取表注释
      返回:
      表注释
    • formatComment

      public String formatComment(String comment)
      参数:
      comment - 注释
      返回:
      格式化内容
    • isPrimaryKey

      public boolean isPrimaryKey()
      返回:
      是否主键