Uses of Class
net.sf.jsqlparser.statement.Statements
-
-
Uses of Statements in net.sf.jsqlparser.parser
Methods in net.sf.jsqlparser.parser that return Statements Modifier and Type Method Description static Statements
CCJSqlParserUtil. parseStatements(java.lang.String sqls)
Parse a statement list.static Statements
CCJSqlParserUtil. parseStatements(java.lang.String sqls, java.util.concurrent.ExecutorService executorService, java.util.function.Consumer<CCJSqlParser> consumer)
Parse a statement list.static Statements
CCJSqlParserUtil. parseStatements(java.lang.String sqls, java.util.function.Consumer<CCJSqlParser> consumer)
static Statements
CCJSqlParserUtil. parseStatements(CCJSqlParser parser, java.util.concurrent.ExecutorService executorService)
Statements
CCJSqlParser. Statements()
-
Uses of Statements in net.sf.jsqlparser.statement
Fields in net.sf.jsqlparser.statement declared as Statements Modifier and Type Field Description private Statements
Block. statements
Methods in net.sf.jsqlparser.statement that return Statements Modifier and Type Method Description Statements
Block. getStatements()
Methods in net.sf.jsqlparser.statement with parameters of type Statements Modifier and Type Method Description void
Block. setStatements(Statements statements)
void
StatementVisitor. visit(Statements stmts)
void
StatementVisitorAdapter. visit(Statements stmts)
Block
Block. withStatements(Statements statements)
-
Uses of Statements in net.sf.jsqlparser.util
Methods in net.sf.jsqlparser.util with parameters of type Statements Modifier and Type Method Description void
TablesNamesFinder. visit(Statements stmts)
-
Uses of Statements in net.sf.jsqlparser.util.deparser
Methods in net.sf.jsqlparser.util.deparser with parameters of type Statements Modifier and Type Method Description void
StatementDeParser. visit(Statements stmts)
-
Uses of Statements in net.sf.jsqlparser.util.validation
Fields in net.sf.jsqlparser.util.validation declared as Statements Modifier and Type Field Description private Statements
ParseCapability. parsedStatement
private Statements
Validation. parsedStatements
Methods in net.sf.jsqlparser.util.validation that return Statements Modifier and Type Method Description Statements
ParseCapability. getParsedStatements()
Statements
Validation. getParsedStatements()
-
Uses of Statements in net.sf.jsqlparser.util.validation.validator
Methods in net.sf.jsqlparser.util.validation.validator with parameters of type Statements Modifier and Type Method Description void
StatementValidator. visit(Statements stmts)
-