PetSchema class
The schema of the conformance pets table.
Uses only core column registrations, so it works over any driver's delegate.
Properties
-
$
→ Table<
Schema< Pet> , Pet> -
The
Tablebacking this schema reference.finalinherited - hashCode → int
-
The hash code for this object.
no setterinherited
-
id
→ ColumnType<
int?> -
The
idcolumn.final -
name
→ ColumnType<
String> -
The
namecolumn.final -
ownerId
→ ColumnType<
int> -
The
owner_idcolumn.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
fromRow(
RowReader read) → Pet -
Construct a row instance from a typed
readfunction. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited