public class SelectVisitorAdapter extends Object implements SelectVisitor
| Constructor and Description |
|---|
SelectVisitorAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
visit(LateralSubSelect lateralSubSelect) |
void |
visit(ParenthesedSelect parenthesedSelect) |
void |
visit(PlainSelect plainSelect) |
void |
visit(SetOperationList setOpList) |
void |
visit(TableStatement tableStatement) |
void |
visit(Values aThis) |
void |
visit(WithItem withItem) |
public void visit(ParenthesedSelect parenthesedSelect)
visit in interface SelectVisitorpublic void visit(PlainSelect plainSelect)
visit in interface SelectVisitorpublic void visit(SetOperationList setOpList)
visit in interface SelectVisitorpublic void visit(WithItem withItem)
visit in interface SelectVisitorpublic void visit(Values aThis)
visit in interface SelectVisitorpublic void visit(LateralSubSelect lateralSubSelect)
visit in interface SelectVisitorpublic void visit(TableStatement tableStatement)
visit in interface SelectVisitorCopyright © 2004–2023 JSQLParser. All rights reserved.