DateTimeField class abstract

Inheritance
Implementers

Constructors

DateTimeField(GenericDataFields owner, String fieldName, bool notNullable, bool isPrimaryKey)
DateTimeField.clone(DateTimeField field)

Properties

columnNameToSelect String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isProblem bool
no setterinherited
isRequired bool
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → Option<DateTime>
no setter

Methods

clear() → void
inherited
copy(GenericField field) → void
override
format(String format) String
getValue() → Option<DateTime>
loadDataFromDataset(Dataset dataset) bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setDateToDataset(Dataset dataset) bool
inherited
setNull() → void
setValue(DateTime value) DateTime
toJson() String
override
toProto3() → Option<Map<String, Object>>
override
toString() String
A string representation of this object.
inherited
toStringQuoted() String

Operators

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