ColumnProto class
- Implementers
- ARRAY
- ARRAY
- ARRAY
- BIGINT
- BIGINT
- BIGINT
- BLOB
- BLOB
- BLOB
- BOOLEAN
- BOOLEAN
- BOOLEAN
- CHAR
- CHAR
- CHAR
- DATE
- DATE
- DATE
- DOUBLE
- DOUBLE
- DOUBLE
- FLOAT32
- FLOAT32
- FLOAT32
- INT32
- INT32
- INT32
- JSON
- JSON
- JSON
- JSONB
- JSONB
- JSONB
- NUMERIC
- NUMERIC
- NUMERIC
- TEXT
- TEXT
- TEXT
- TIME
- TIME
- TIME
- TIMESTAMP
- TIMESTAMP
- TIMESTAMP
- TIMESTAMPTZ
- TIMESTAMPTZ
- TIMESTAMPTZ
- TIMETZ
- TIMETZ
- TIMETZ
- UUID
- UUID
- UUID
- VARCHAR
- VARCHAR
- VARCHAR
Constructors
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