| 限定符和类型 | 方法和说明 |
|---|---|
Statement |
CCJSqlParser.Merge(List<WithItem> with) |
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 com.javaoffers.thrid.sqlparse.statement while allowing via consumer to configure the used
com.javaoffers.thrid.sqlparse.parser before.
|
static Statement |
CCJSqlParserUtil.parseStatement(CCJSqlParser parser) |
Statement |
CCJSqlParser.SingleStatement() |
Statement |
CCJSqlParser.Statement() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
StatementListener.accept(Statement statement) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Block |
class |
Commit |
class |
CreateFunctionalStatement
A base for the declaration of function like statements
|
class |
DeclareStatement |
class |
DescribeStatement |
class |
ExplainStatement
An
EXPLAIN com.javaoffers.thrid.sqlparse.statement |
class |
IfElseStatement |
class |
PurgeStatement |
class |
ResetStatement |
class |
RollbackStatement |
class |
SavepointStatement |
class |
SetStatement |
class |
ShowColumnsStatement |
class |
ShowStatement |
class |
UseStatement |
| 限定符和类型 | 方法和说明 |
|---|---|
Statement |
IfElseStatement.getElseStatement() |
Statement |
IfElseStatement.getIfStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Statement> |
Statements.getStatements() |
| 限定符和类型 | 方法和说明 |
|---|---|
Statements |
Statements.addStatements(Statement... statements) |
void |
IfElseStatement.setElseStatement(Statement elseStatement) |
| 限定符和类型 | 方法和说明 |
|---|---|
Statements |
Statements.addStatements(Collection<? extends Statement> statements) |
void |
Statements.setStatements(List<Statement> statements) |
Statements |
Statements.withStatements(List<Statement> statements) |
| 构造器和说明 |
|---|
IfElseStatement(Expression condition,
Statement ifStatement) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Alter |
class |
AlterSession |
class |
AlterSystemStatement |
class |
RenameTableStatement |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AlterSequence
An
ALTER SEQUENCE com.javaoffers.thrid.sqlparse.statement |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Comment |
| 限定符和类型 | 类和说明 |
|---|---|
class |
CreateFunction
A
CREATE PROCEDURE com.javaoffers.thrid.sqlparse.statement |
| 限定符和类型 | 类和说明 |
|---|---|
class |
CreateIndex |
| 限定符和类型 | 类和说明 |
|---|---|
class |
CreateProcedure
A
CREATE PROCEDURE com.javaoffers.thrid.sqlparse.statement |
| 限定符和类型 | 类和说明 |
|---|---|
class |
CreateSchema |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Statement> |
CreateSchema.getStatements()
The statements executed as part of the com.javaoffers.thrid.sqlparse.schema creation
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
CreateSchema.addStatement(Statement statement)
Add a com.javaoffers.thrid.sqlparse.statement to the com.javaoffers.thrid.sqlparse.schema definition
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
CreateSequence
A
CREATE SEQUENCE com.javaoffers.thrid.sqlparse.statement |
| 限定符和类型 | 类和说明 |
|---|---|
class |
CreateSynonym |
| 限定符和类型 | 类和说明 |
|---|---|
class |
CreateTable |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AlterView |
class |
CreateView |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Delete |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Drop |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Execute |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Grant |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Insert |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Merge |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Replace |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Select |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ShowTablesStatement
A
SHOW TABLES com.javaoffers.thrid.sqlparse.statement |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Truncate |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Update |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Upsert |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ValuesStatement |
| 限定符和类型 | 方法和说明 |
|---|---|
List<String> |
TablesNamesFinder.getTableList(Statement statement) |
| 限定符和类型 | 方法和说明 |
|---|---|
Statement |
ValidationError.getParsedStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
StatementValidator.validate(Statement statement) |
Copyright © 2026. All rights reserved.