| Modifier and Type | Method and Description |
|---|---|
Statement |
CCJSqlParser.Merge() |
static Statement |
CCJSqlParserUtil.parse(InputStream is) |
static Statement |
CCJSqlParserUtil.parse(InputStream is,
String encoding) |
Statement |
JSqlParser.parse(Reader statementReader) |
static Statement |
CCJSqlParserUtil.parse(Reader statementReader) |
Statement |
CCJSqlParserManager.parse(Reader statementReader) |
static Statement |
CCJSqlParserUtil.parse(String sql) |
static Statement |
CCJSqlParserUtil.parse(String sql,
Consumer<CCJSqlParser> consumer) |
Statement |
CCJSqlParser.SingleStatement() |
Statement |
CCJSqlParser.Statement() |
| Modifier and Type | Method and Description |
|---|---|
void |
StatementListener.accept(Statement statement) |
| Modifier and Type | Class and Description |
|---|---|
class |
Block |
class |
Commit |
class |
DeclareStatement |
class |
DescribeStatement |
class |
ExplainStatement |
class |
SetStatement |
class |
ShowColumnsStatement |
class |
ShowStatement |
class |
UseStatement |
| Modifier and Type | Method and Description |
|---|---|
List<Statement> |
Statements.getStatements() |
| Modifier and Type | Method and Description |
|---|---|
void |
Statements.setStatements(List<Statement> statements) |
| Modifier and Type | Class and Description |
|---|---|
class |
Alter |
| Modifier and Type | Class and Description |
|---|---|
class |
Comment |
| Modifier and Type | Class and Description |
|---|---|
class |
CreateIndex |
| Modifier and Type | Class and Description |
|---|---|
class |
CreateTable |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterView |
class |
CreateView |
| Modifier and Type | Class and Description |
|---|---|
class |
Delete |
| Modifier and Type | Class and Description |
|---|---|
class |
Drop |
| Modifier and Type | Class and Description |
|---|---|
class |
Execute |
| Modifier and Type | Class and Description |
|---|---|
class |
Insert |
| Modifier and Type | Class and Description |
|---|---|
class |
Merge |
| Modifier and Type | Class and Description |
|---|---|
class |
Replace |
| Modifier and Type | Class and Description |
|---|---|
class |
Select |
| Modifier and Type | Class and Description |
|---|---|
class |
Truncate |
| Modifier and Type | Class and Description |
|---|---|
class |
Update |
| Modifier and Type | Class and Description |
|---|---|
class |
Upsert |
| Modifier and Type | Class and Description |
|---|---|
class |
ValuesStatement |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
TablesNamesFinder.getTableList(Statement statement) |
Copyright © 2004–2019 JSQLParser. All rights reserved.