SourceNumericFilter class

Filter for fixed point number data types such as NUMERIC/NUMBER

Constructors

SourceNumericFilter({String? numericFilterOption, int? sourceMaxPrecisionFilter, int? sourceMaxScaleFilter, int? sourceMinPrecisionFilter, int? sourceMinScaleFilter})
SourceNumericFilter.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
numericFilterOption String?
Enum to set the option defining the datatypes numeric filter has to be applied to
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceMaxPrecisionFilter int?
The filter will match columns with precision smaller than or equal to this number.
getter/setter pair
sourceMaxScaleFilter int?
The filter will match columns with scale smaller than or equal to this number.
getter/setter pair
sourceMinPrecisionFilter int?
The filter will match columns with precision greater than or equal to this number.
getter/setter pair
sourceMinScaleFilter int?
The filter will match columns with scale greater than or equal to this number.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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