menu
ormed_sqlite package
documentation
migrations.dart
SchemaStatement
SchemaStatement.new const constructor
SchemaStatement.new const constructor
dark_mode
light_mode
SchemaStatement
constructor
const
SchemaStatement
(
String
sql
, {
List
<
Object
?
>
parameters
=
const []
,
StatementPayload?
payload
,
})
Implementation
const SchemaStatement(this.sql, {this.parameters = const [], this.payload});
ormed_sqlite package
documentation
migrations
SchemaStatement
SchemaStatement.new const constructor
SchemaStatement class