supportsVariables property

bool supportsVariables
final

Whether variables are supported and can be written as ? to be bound later.

This is almost always the case, but not in a CREATE VIEW statement.

Implementation

final bool supportsVariables;