DbSchema class
The database schema representation
Properties
Methods
-
describe(
) → void - print a description of the schema
-
hasTable(
String name) → bool - Check if a DbTable is present in the schema from it's name
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
table(
String? name) → DbTable? - Get a DbTable in the schema from it's name
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited