类 MysqlColumnMetadata

java.lang.Object
org.dromara.autotable.core.strategy.ColumnMetadata
org.dromara.autotable.strategy.mysql.data.MysqlColumnMetadata

public class MysqlColumnMetadata extends org.dromara.autotable.core.strategy.ColumnMetadata
mysql有部分特殊注解,继承ColumnMetadata,拓展额外信息
作者:
don
  • 字段概要

    从类继承的字段 org.dromara.autotable.core.strategy.ColumnMetadata

    autoIncrement, comment, defaultValue, defaultValueType, name, notNull, primary, type
  • 构造器概要

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

    修饰符和类型
    方法
    说明
    boolean
     

    从类继承的方法 org.dromara.autotable.core.strategy.ColumnMetadata

    canEqual, equals, getComment, getDefaultValue, getDefaultValueType, getName, getType, hashCode, isAutoIncrement, isNotNull, isPrimary, setAutoIncrement, setComment, setDefaultValue, setDefaultValueType, setName, setNotNull, setPrimary, setType, toString

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

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

    • MysqlColumnMetadata

      public MysqlColumnMetadata()
  • 方法详细资料

    • hasQualifier

      public boolean hasQualifier()