Gets the full name of the table which is used in FROM clause.
String
GetPrimalExpr(DbQueryFormats formats)
Gets the “primal” table expression. Usually it’s the name this table is referenced by in the DB. However, for a virtual table it’s simply its expression.
String
GetSqlExpr(DbQueryFormats formats)
Gets the SQL expression that represents the table in WHERE clause.
String
GetSqlName(DbQueryFormats formats)
Gets the name that represents the table in SQL expressions.