FieldDescribe class

Constructors

FieldDescribe({String name = "", String type = "", bool primary = false, bool unique = false, bool autoincrement = false, int length = 0})

Properties

autoincrement bool
是否自增
final
hashCode int
The hash code for this object.
no setterinherited
length int
字段长度(创建字段时若指定长度用varchar(length)类型,未指定用TEXT类型)
final
name String
字段名
final
primary bool
是否主键
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
字段类型
final
unique bool
是否唯一
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited