CreateIndexSQL constructor
CreateIndexSQL(
- SQLDialect dialect,
- String table,
- String column,
- String? indexName, {
- String q = '"',
Implementation
CreateIndexSQL(
SQLDialect dialect,
this.table,
this.column,
this.indexName, {
String q = '"',
}) : super(dialect, q);