GeoLocationsCompanion class

Inheritance

Constructors

GeoLocationsCompanion({Value<String> ip = const Value.absent(), Value<String> data = const Value.absent(), Value<String?> language = const Value.absent(), Value<PreciseDateTime> updatedAt = const Value.absent(), Value<int> rowid = const Value.absent()})
const
GeoLocationsCompanion.insert({required String ip, required String data, Value<String?> language = const Value.absent(), required PreciseDateTime updatedAt, Value<int> rowid = const Value.absent()})

Properties

data Value<String>
final
hashCode int
The hash code for this object.
no setterinherited
ip Value<String>
final
language Value<String?>
final
rowid Value<int>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updatedAt Value<PreciseDateTime>
final

Methods

copyWith({Value<String>? ip, Value<String>? data, Value<String?>? language, Value<PreciseDateTime>? updatedAt, Value<int>? rowid}) GeoLocationsCompanion
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<String>? ip, Expression<String>? data, Expression<String>? language, Expression<int>? updatedAt, Expression<int>? rowid}) Insertable<GeoLocationRow>