C# Класс GraphView.RemoveSchemanameInIdentifersVisitor

When a table in the FROM clause is not given an alias, this table will be assigned its table name as its alias, and all references with schema name corresponding to this table should be replaced with the assigned alias by removing the schema name since it is invalid to have a schema identifier before an alias.
Наследование: WSqlFragmentVisitor
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Visit ( WColumnReferenceExpression node ) : void
Visit ( GraphView.WSelectStarExpression node ) : void

Описание методов

Visit() публичный Метод

public Visit ( WColumnReferenceExpression node ) : void
node WColumnReferenceExpression
Результат void

Visit() публичный Метод

public Visit ( GraphView.WSelectStarExpression node ) : void
node GraphView.WSelectStarExpression
Результат void