Configs enum

Inheritance
Mixed-in types
Available extensions

Values

name → const Configs
const Configs(TEXT(primaryKey: true))
nValue → const Configs
const Configs(BIGINT())
fValue → const Configs
const Configs(DOUBLE())
sValue → const Configs
const Configs(TEXT())

Properties

ASC String

Available on TableColumn, provided by the TableColumnExpresExt extension

no setter
columnName String
no setterinherited
DESC String

Available on TableColumn, provided by the TableColumnExpresExt extension

no setter
fullname String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
ISNULL Where

Available on TableColumn, provided by the WhereEnum extension

no setter
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
nameSQL String
no setterinherited
NOT Where

Available on TableColumn, provided by the WhereEnum extension

no setter
NOTNULL Where

Available on TableColumn, provided by the WhereEnum extension

no setter
proto ColumnProto
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tableName String
no setterinherited
tableProto TableProto
no setterinherited

Methods

AS(String alias) String

Available on TableColumn, provided by the TableColumnExpresExt extension

BETWEEN(Object minValue, Object maxValue) Where

Available on TableColumn, provided by the WhereEnum extension

EQ(dynamic value) Where

Available on TableColumn, provided by the WhereEnum extension

GE(dynamic value) Where

Available on TableColumn, provided by the WhereEnum extension

get<V>(Object? container) → V?
inherited
GLOB(String value) Where

Available on TableColumn, provided by the WhereEnum extension

GT(dynamic value) Where

Available on TableColumn, provided by the WhereEnum extension

IN(AnyList values) Where

Available on TableColumn, provided by the WhereEnum extension

LE(dynamic value) Where

Available on TableColumn, provided by the WhereEnum extension

LIKE(String value) Where

Available on TableColumn, provided by the WhereEnum extension

LT(dynamic value) Where

Available on TableColumn, provided by the WhereEnum extension

MATCH(String value) Where

Available on TableColumn, provided by the WhereEnum extension

NE(dynamic value) Where

Available on TableColumn, provided by the WhereEnum extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
REGEXP(String value) Where

Available on TableColumn, provided by the WhereEnum extension

set(Object model, dynamic value) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator >>(dynamic value) MapEntry<TableColumn, dynamic>
inherited

Constants

values → const List<Configs>
A constant List of the values in this enum, in order of their declaration.