supportsColumnTableName property

bool get supportsColumnTableName

Whether the SQLite library supports extracting the table name information out of a column.

Implementation

bool get supportsColumnTableName {
  return rawStatement.supportsReadingTableNameForColumn;
}