public interface FromItemVisitor
| Modifier and Type | Method and Description |
|---|---|
void |
visit(LateralSubSelect lateralSubSelect) |
void |
visit(ParenthesedFromItem aThis) |
void |
visit(ParenthesedSelect selectBody) |
void |
visit(Table tableName) |
void |
visit(TableFunction tableFunction) |
void visit(Table tableName)
void visit(ParenthesedSelect selectBody)
void visit(LateralSubSelect lateralSubSelect)
void visit(TableFunction tableFunction)
void visit(ParenthesedFromItem aThis)
Copyright © 2004–2024 JSQLParser. All rights reserved.