CustomExpression<D extends Object> constructor
const
CustomExpression<D extends Object> (
- String content,
- {Iterable<
TableInfo< watchedTables = const [],Table, dynamic> > - Precedence precedence = Precedence.unknown}
Constructs a custom expression by providing the raw sql content.
Implementation
const CustomExpression(this.content,
{this.watchedTables = const [], this.precedence = Precedence.unknown})
: _dialectSpecificContent = null;