类 SqliteTypeAndLength

java.lang.Object
com.tangzc.mpe.autotable.strategy.sqlite.data.SqliteTypeAndLength

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

    • SqliteTypeAndLength

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

    • getFullType

      public String getFullType()
    • isText

      public boolean isText()
    • isInteger

      public boolean isInteger()