- java.lang.Object
-
- net.sf.jsqlparser.statement.select.FromItemVisitorAdapter<T>
-
- All Implemented Interfaces:
FromItemVisitor<T>
public class FromItemVisitorAdapter<T> extends java.lang.Object implements FromItemVisitor<T>
-
-
Constructor Summary
Constructors Constructor Description FromItemVisitorAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <S> T
visit(Table table, S context)
<S> T
visit(LateralSubSelect lateralSubSelect, S context)
<S> T
visit(ParenthesedFromItem fromItem, S context)
<S> T
visit(ParenthesedSelect select, S context)
<S> T
visit(TableFunction tableFunction, S context)
<S> T
visit(Values values, S context)
-
-
-
Method Detail
-
visit
public <S> T visit(Table table, S context)
- Specified by:
visit
in interfaceFromItemVisitor<T>
-
visit
public <S> T visit(ParenthesedSelect select, S context)
- Specified by:
visit
in interfaceFromItemVisitor<T>
-
visit
public <S> T visit(LateralSubSelect lateralSubSelect, S context)
- Specified by:
visit
in interfaceFromItemVisitor<T>
-
visit
public <S> T visit(TableFunction tableFunction, S context)
- Specified by:
visit
in interfaceFromItemVisitor<T>
-
visit
public <S> T visit(ParenthesedFromItem fromItem, S context)
- Specified by:
visit
in interfaceFromItemVisitor<T>
-
visit
public <S> T visit(Values values, S context)
- Specified by:
visit
in interfaceFromItemVisitor<T>
-
-