ColumnProto class

Implementers

Constructors

ColumnProto({String? name, required String type, bool primaryKey = false, bool notNull = false, int autoInc = 0, bool unique = false, bool index = false, String? check, String? uniqueName, String? defaultValue, String? extras})
const

Properties

autoInc int
final
check String?
final
defaultValue String?
final
extras String?
final
hashCode int
The hash code for this object.
no setterinherited
index bool
final
name String?
final
notNull bool
final
primaryKey bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
final
unique bool
final
uniqueName String?
final

Methods

decode(Object? value) Object?
decode from database value to dart value
encode(Object? value) Object?
encode datr value to database value
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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