| Modifier and Type | Method and Description |
|---|---|
Statement |
CCJSqlParser.Merge() |
static Statement |
CCJSqlParserUtil.parse(InputStream is) |
static Statement |
CCJSqlParserUtil.parse(InputStream is,
String encoding) |
Statement |
CCJSqlParserManager.parse(Reader statementReader) |
static Statement |
CCJSqlParserUtil.parse(Reader statementReader) |
Statement |
JSqlParser.parse(Reader statementReader) |
static Statement |
CCJSqlParserUtil.parse(String sql) |
static Statement |
CCJSqlParserUtil.parse(String sql,
Consumer<CCJSqlParser> consumer)
Parses an sql statement while allowing via consumer to configure the used parser before.
|
static Statement |
CCJSqlParserUtil.parseStatement(CCJSqlParser parser) |
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 |
CreateFunctionalStatement
A base for the declaration of function like statements
|
class |
DeclareStatement |
class |
DescribeStatement |
class |
ExplainStatement
An
EXPLAIN statement |
class |
SetStatement |
class |
ShowColumnsStatement |
class |
ShowStatement |
class |
UseStatement |
| Modifier and Type | Method and Description |
|---|---|
List<Statement> |
Statements.getStatements() |
| Modifier and Type | Method and Description |
|---|---|
Statements |
Statements.addStatements(Statement... statements) |
| Modifier and Type | Method and Description |
|---|---|
Statements |
Statements.addStatements(Collection<? extends Statement> statements) |
void |
Statements.setStatements(List<Statement> statements) |
Statements |
Statements.withStatements(List<Statement> statements) |
| Modifier and Type | Class and Description |
|---|---|
class |
Alter |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterSequence
An
ALTER SEQUENCE statement |
| Modifier and Type | Class and Description |
|---|---|
class |
Comment |
| Modifier and Type | Class and Description |
|---|---|
class |
CreateFunction
A
CREATE PROCEDURE statement |
| Modifier and Type | Class and Description |
|---|---|
class |
CreateIndex |
| Modifier and Type | Class and Description |
|---|---|
class |
CreateProcedure
A
CREATE PROCEDURE statement |
| Modifier and Type | Class and Description |
|---|---|
class |
CreateSchema |
| Modifier and Type | Method and Description |
|---|---|
List<Statement> |
CreateSchema.getStatements()
The statements executed as part of the schema creation
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CreateSchema.addStatement(Statement statement)
Add a statement to the schema definition
|
| Modifier and Type | Class and Description |
|---|---|
class |
CreateSequence
A
CREATE SEQUENCE statement |
| Modifier and Type | Class and Description |
|---|---|
class |
CreateSynonym |
| 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 |
Grant |
| 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 |
ShowTablesStatement
A
SHOW TABLES statement |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
Statement |
ValidationError.getParsedStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationError.setParsedStatement(Statement parsedStatement) |
static List<ValidationError> |
Validation.toValidationErrors(String statements,
Statement parsedStatement,
Map<ValidationCapability,Set<ValidationException>> errorMap) |
static Map<ValidationCapability,Set<ValidationException>> |
Validation.validate(Statement statement,
ValidationContext context) |
ValidationError |
ValidationError.withParsedStatement(Statement parsedStatement) |
| Modifier and Type | Method and Description |
|---|---|
void |
StatementValidator.validate(Statement statement) |
Copyright © 2004–2021 JSQLParser. All rights reserved.