| Package | Description |
|---|---|
| net.sf.jsqlparser.parser |
| Modifier and Type | Field and Description |
|---|---|
protected CCJSqlParser |
SimpleNode.parser |
| Modifier and Type | Method and Description |
|---|---|
CCJSqlParser |
CCJSqlParser.me() |
static CCJSqlParser |
CCJSqlParserUtil.newParser(InputStream is) |
static CCJSqlParser |
CCJSqlParserUtil.newParser(InputStream is,
String encoding) |
static CCJSqlParser |
CCJSqlParserUtil.newParser(String sql) |
CCJSqlParser |
CCJSqlParser.withConfiguration(FeatureConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
static Statement |
CCJSqlParserUtil.parseStatement(CCJSqlParser parser) |
static Statements |
CCJSqlParserUtil.parseStatements(CCJSqlParser parser) |
| Modifier and Type | Method and Description |
|---|---|
static Statement |
CCJSqlParserUtil.parse(String sql,
Consumer<CCJSqlParser> consumer)
Parses an sql statement while allowing via consumer to configure the used parser before.
|
| Constructor and Description |
|---|
SimpleNode(CCJSqlParser p,
int i) |
Copyright © 2004–2021 JSQLParser. All rights reserved.