Package com.tencent.wcdb
Annotation Interface WCDBField
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanbooleanbooleanbooleanbooleanboolean
-
Element Details
-
columnName
String columnName- Default:
- ""
-
isPrimary
boolean isPrimary- Default:
- false
-
isAutoIncrement
boolean isAutoIncrement- Default:
- false
-
enableAutoIncrementForExistingTable
boolean enableAutoIncrementForExistingTable- Default:
- false
-
isUnique
boolean isUnique- Default:
- false
-
isNotNull
boolean isNotNull- Default:
- false
-
isNotIndexed
boolean isNotIndexed- Default:
- false
-