SqfEntityFieldVirtual class

This class is required for virtual field definitions using in a table definition Which could generate the field in the table class, but not create a row in the database table. Simple virtual field definition must be below:

  SqfEntityFieldVirtual('fullName', DbType.text),
Implemented types

Constructors

SqfEntityFieldVirtual(String fieldName, DbType dbType)
const

Properties

checkCondition String?
this property is always null in virtual fields
no setteroverride
collate Collate?
this property is always null in virtual fields
no setteroverride
dbType DbType
Set property type
final
defaultValue → dynamic
this property is always null in virtual fields
no setteroverride
fieldName String
Set property's name
final
formLabelText String?
this property is always null in virtual fields
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
isIndex bool?
this property is always null in virtual fields
no setteroverride
isIndexGroup int?
this property is always null in virtual fields
no setteroverride
isNotNull bool?
this property is always null in virtual fields
no setteroverride
isPrimaryKeyField bool?
this property is always null in virtual fields
no setteroverride
isUnique bool?
this property is always null in virtual fields
no setteroverride
maxValue → dynamic
this property is always null in virtual fields
no setteroverride
minValue → dynamic
this property is always null in virtual fields
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sequencedBy SqfEntitySequence?
this property is always null in virtual fields
no setteroverride

Methods

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