程序包 com.tencent.wcdb

Annotation Interface WCDBField


@Target(FIELD) @Retention(SOURCE) public @interface WCDBField
  • 元素详细资料

    • columnName

      String columnName
      默认值:
      ""
    • isPrimary

      boolean isPrimary
      默认值:
      false
    • isAutoIncrement

      boolean isAutoIncrement
      默认值:
      false
    • enableAutoIncrementForExistingTable

      boolean enableAutoIncrementForExistingTable
      默认值:
      false
    • isUnique

      boolean isUnique
      默认值:
      false
    • isNotNull

      boolean isNotNull
      默认值:
      false
    • isNotIndexed

      boolean isNotIndexed
      默认值:
      false