NumericField_WithDefault_PG class

Inheritance

Constructors

NumericField_WithDefault_PG(GenericDataFields owner, String fieldName, bool notNullable, bool isPrimaryKey, double defaultValue)
NumericField_WithDefault_PG.clone(NumericField_WithDefault_PG field)

Properties

columnNameToSelect String
no setteroverride
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<double>
no setterinherited

Methods

clear() → void
inherited
copy(GenericField field) → void
inherited
getValue() → Option<double>
inherited
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
inherited
setValue(double value) double
inherited
toJson() String
inherited
toProto3() → Option<Map<String, Object>>
inherited
toString() String
A string representation of this object.
inherited
toStringQuoted() String
inherited

Operators

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