Uses of Class
net.sf.jsqlparser.statement.UnsupportedStatement
-
Packages that use UnsupportedStatement Package Description net.sf.jsqlparser.statement net.sf.jsqlparser.util net.sf.jsqlparser.util.deparser net.sf.jsqlparser.util.validation.validator -
-
Uses of UnsupportedStatement in net.sf.jsqlparser.statement
Methods in net.sf.jsqlparser.statement with parameters of type UnsupportedStatement Modifier and Type Method Description default void
StatementVisitor. visit(UnsupportedStatement unsupportedStatement)
<S> T
StatementVisitor. visit(UnsupportedStatement unsupportedStatement, S context)
<S> T
StatementVisitorAdapter. visit(UnsupportedStatement unsupportedStatement, S context)
-
Uses of UnsupportedStatement in net.sf.jsqlparser.util
Methods in net.sf.jsqlparser.util with parameters of type UnsupportedStatement Modifier and Type Method Description void
TablesNamesFinder. visit(UnsupportedStatement unsupportedStatement)
<S> Void
TablesNamesFinder. visit(UnsupportedStatement unsupportedStatement, S context)
-
Uses of UnsupportedStatement in net.sf.jsqlparser.util.deparser
Methods in net.sf.jsqlparser.util.deparser with parameters of type UnsupportedStatement Modifier and Type Method Description <S> StringBuilder
StatementDeParser. visit(UnsupportedStatement unsupportedStatement, S context)
-
Uses of UnsupportedStatement in net.sf.jsqlparser.util.validation.validator
Methods in net.sf.jsqlparser.util.validation.validator with parameters of type UnsupportedStatement Modifier and Type Method Description void
StatementValidator. visit(UnsupportedStatement unsupportedStatement)
<S> Void
StatementValidator. visit(UnsupportedStatement unsupportedStatement, S context)
-