Table class

Table annotation use on mixin to identify

Constructors

Table({String? name, NameConversion nameConversion = snakeCapitalCaseConversion, SQLTableAdditionalDefinition? additional, List? annotations, bool constantClass = false})
create table annotation
const

Properties

additional SQLTableAdditionalDefinition?
A function that return a tail sql definition for create table definition.
final
annotations List?
The output annotations for the class generated by this the generator.
final
constantClass bool
The generate class will be a constant class.
final
hashCode int
The hash code for this object.
no setterinherited
name String?
table name
final
nameConversion NameConversion
function use to convert name between dart and sql
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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