类 TabComment

java.lang.Object
org.dromara.autotable.strategy.oracle.TabComment

public class TabComment extends Object
表注释信息
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    static TabComment
    search(String tableName)
    根据表名查询表注释信息 此方法旨在从数据库中检索特定表的注释信息,使用提供的表名作为查询参数 如果找到匹配的表注释信息,则返回该信息;否则返回一个新的空表注释对象

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • TabComment

      public TabComment()
  • 方法详细资料

    • search

      public static TabComment search(String tableName)
      根据表名查询表注释信息 此方法旨在从数据库中检索特定表的注释信息,使用提供的表名作为查询参数 如果找到匹配的表注释信息,则返回该信息;否则返回一个新的空表注释对象
      参数:
      tableName - 要查询注释的表名,是查询的主要参数
      返回:
      返回一个TabComment对象,包含查询到的表注释信息如果没有找到匹配的表注释,返回一个新的空TabComment对象