quotedTableName property

String get quotedTableName

tableName quoted for the current dialect. Prefer it over tableName in raw SQL, since dialects quote schemas differently.

Implementation

String get quotedTableName => ValueEncoder.instance.quoteTableName(tableName);