WindowRectanglesCompanion class
- Inheritance
-
- Object
- UpdateCompanion<
WindowRectangleRow> - WindowRectanglesCompanion
Constructors
-
WindowRectanglesCompanion({Value<
int> id = const Value.absent(), Value<double?> width = const Value.absent(), Value<double?> height = const Value.absent(), Value<double?> dx = const Value.absent(), Value<double?> dy = const Value.absent()}) -
const
-
WindowRectanglesCompanion.insert({Value<
int> id = const Value.absent(), Value<double?> width = const Value.absent(), Value<double?> height = const Value.absent(), Value<double?> dx = const Value.absent(), Value<double?> dy = const Value.absent()})
Properties
Methods
-
copyWith(
{Value< int> ? id, Value<double?> ? width, Value<double?> ? height, Value<double?> ? dx, Value<double?> ? dy}) → WindowRectanglesCompanion -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toColumns(
bool nullToAbsent) → Map< String, Expression< Object> > -
Converts this object into a map of column names to expressions to insert
or update.
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
custom(
{Expression< int> ? id, Expression<double> ? width, Expression<double> ? height, Expression<double> ? dx, Expression<double> ? dy}) → Insertable<WindowRectangleRow>