RefreshSecretsCompanion class
- Inheritance
-
- Object
- UpdateCompanion<
RefreshSecretRow> - RefreshSecretsCompanion
Constructors
-
RefreshSecretsCompanion.new({Value<
String> userId = const Value.absent(), Value<String> refresh = const Value.absent(), Value<String> access = const Value.absent(), Value<int> rowid = const Value.absent()}) -
const
-
RefreshSecretsCompanion.insert({required String userId, required String refresh, required String access, Value<
int> rowid = const Value.absent()})
Properties
Methods
-
copyWith(
{Value< String> ? userId, Value<String> ? refresh, Value<String> ? access, Value<int> ? rowid}) → RefreshSecretsCompanion -
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> ? userId, Expression<String> ? refresh, Expression<String> ? access, Expression<int> ? rowid}) → Insertable<RefreshSecretRow>