Uses of Class
net.sf.jsqlparser.statement.select.TableFunction
-
-
Uses of TableFunction in net.sf.jsqlparser.statement.piped
Methods in net.sf.jsqlparser.statement.piped that return TableFunction Modifier and Type Method Description TableFunctionCallPipeOperator. getTableFunction()Methods in net.sf.jsqlparser.statement.piped with parameters of type TableFunction Modifier and Type Method Description CallPipeOperatorCallPipeOperator. setTableFunction(TableFunction tableFunction)Constructors in net.sf.jsqlparser.statement.piped with parameters of type TableFunction Constructor Description CallPipeOperator(TableFunction tableFunction, Alias alias) -
Uses of TableFunction in net.sf.jsqlparser.statement.select
Methods in net.sf.jsqlparser.statement.select that return TableFunction Modifier and Type Method Description TableFunctionTableFunction. setFunction(Function function)TableFunctionTableFunction. setPrefix(String prefix)TableFunctionTableFunction. withAlias(Alias alias)TableFunctionTableFunction. withPivot(Pivot pivot)TableFunctionTableFunction. withUnPivot(UnPivot unpivot)TableFunctionTableFunction. withWithClause(String withClause)Methods in net.sf.jsqlparser.statement.select with parameters of type TableFunction Modifier and Type Method Description default voidFromItemVisitor. visit(TableFunction tableFunction)<S> TFromItemVisitor. visit(TableFunction tableFunction, S context)<S> TFromItemVisitorAdapter. visit(TableFunction tableFunction, S context) -
Uses of TableFunction in net.sf.jsqlparser.util
Methods in net.sf.jsqlparser.util with parameters of type TableFunction Modifier and Type Method Description voidTablesNamesFinder. visit(TableFunction tableFunction)<S> VoidTablesNamesFinder. visit(TableFunction tableFunction, S context) -
Uses of TableFunction in net.sf.jsqlparser.util.deparser
Methods in net.sf.jsqlparser.util.deparser with parameters of type TableFunction Modifier and Type Method Description voidSelectDeParser. visit(TableFunction tableFunction)<S> StringBuilderSelectDeParser. visit(TableFunction tableFunction, S context) -
Uses of TableFunction in net.sf.jsqlparser.util.validation.validator
Methods in net.sf.jsqlparser.util.validation.validator with parameters of type TableFunction Modifier and Type Method Description voidSelectValidator. visit(TableFunction tableFunction)<S> VoidSelectValidator. visit(TableFunction tableFunction, S context)
-