| Modifier and Type | Method and Description |
|---|---|
static Statement |
CCJSqlParserUtil.parse(InputStream is) |
static Statement |
CCJSqlParserUtil.parse(InputStream is,
String encoding) |
Statement |
JSqlParser.parse(Reader statementReader) |
Statement |
CCJSqlParserManager.parse(Reader statementReader) |
static Statement |
CCJSqlParserUtil.parse(Reader statementReader) |
static Statement |
CCJSqlParserUtil.parse(String sql) |
Statement |
CCJSqlParser.SingleStatement() |
Statement |
CCJSqlParser.Statement() |
| 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 |
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 |
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.
|
Copyright © 2006–2018 TinyGroup. All rights reserved.