类 DorisColumnMetadata

java.lang.Object
org.dromara.autotable.core.strategy.ColumnMetadata
org.dromara.autotable.strategy.doris.data.DorisColumnMetadata

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

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

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

    构造器
    构造器
    说明
    DorisColumnMetadata(org.dromara.autotable.core.strategy.ColumnMetadata delegation)
     
  • 方法概要

    修饰符和类型
    方法
    说明
     

    从类继承的方法 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
  • 构造器详细资料

    • DorisColumnMetadata

      public DorisColumnMetadata(org.dromara.autotable.core.strategy.ColumnMetadata delegation)
  • 方法详细资料

    • toSql

      public String toSql()