| 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) |
Statement |
CCJSqlParser.SingleStatement() |
Statement |
CCJSqlParser.Statement() |
| Modifier and Type | Class and Description |
|---|---|
class |
Commit |
class |
SetStatement |
| 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 |
CreateIndex
A "CREATE INDEX" statement
|
| Modifier and Type | Class and Description |
|---|---|
class |
CreateTable
A "CREATE TABLE" statement
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterView
A "CREATE VIEW" statement
|
class |
CreateView
A "CREATE VIEW" statement
|
| 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
The insert statement.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Merge
Merge - statement
|
| Modifier and Type | Class and Description |
|---|---|
class |
Replace
The replace statement.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Select |
| Modifier and Type | Class and Description |
|---|---|
class |
Truncate
A TRUNCATE TABLE statement
|
| Modifier and Type | Class and Description |
|---|---|
class |
Update
The update statement.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Upsert
The UPSERT INTO statement.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
TablesNamesFinder.getTableList(Statement statement)
Main entry for this Tool class.
|
Copyright © 2004–2017 JSQLParser. All rights reserved.