类 MysqlTypeAndLength

java.lang.Object
com.tangzc.mpe.autotable.strategy.mysql.data.MysqlTypeAndLength

public class MysqlTypeAndLength extends Object
作者:
don
  • 构造器详细资料

    • MysqlTypeAndLength

      public MysqlTypeAndLength(Integer length, Integer decimalLength, String type)
  • 方法详细资料

    • typeName

      public String typeName()
    • getFullType

      public String getFullType()
    • isCharString

      public boolean isCharString()
    • isDateTime

      public boolean isDateTime()
    • needStringCompatibility

      public boolean needStringCompatibility()
    • isBoolean

      public boolean isBoolean()
    • isNumber

      public boolean isNumber()
    • isFloatNumber

      public boolean isFloatNumber()
    • isNoLengthNumber

      public boolean isNoLengthNumber()