| 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 |
IfElseStatement |
class |
PurgeStatement |
class |
ResetStatement |
class |
RollbackStatement |
class |
SavepointStatement |
class |
SetStatement |
class |
ShowColumnsStatement |
class |
ShowStatement |
class |
UnsupportedStatement |
class |
UseStatement |
| Modifier and Type | Method and Description |
|---|---|
<E extends Statement> |
Statements.get(Class<E> type,
int index) |
<E extends Statement> |
Statements.get(Class<E> type,
int index) |
| Modifier and Type | Method and Description |
|---|---|
Statement |
IfElseStatement.getElseStatement() |
Statement |
IfElseStatement.getElseStatement() |
Statement |
IfElseStatement.getIfStatement() |
Statement |
IfElseStatement.getIfStatement() |
| Modifier and Type | Method and Description |
|---|---|
List<Statement> |
Statements.getStatements()
Deprecated.
|
List<Statement> |
Statements.getStatements()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IfElseStatement.setElseStatement(Statement elseStatement) |
void |
IfElseStatement.setElseStatement(Statement elseStatement) |
| Modifier and Type | Method and Description |
|---|---|
void |
Statements.setStatements(List<Statement> statements)
Deprecated.
|
void |
Statements.setStatements(List<Statement> statements)
Deprecated.
|
| Constructor and Description |
|---|
IfElseStatement(Expression condition,
Statement ifStatement) |
IfElseStatement(Expression condition,
Statement ifStatement) |
| Modifier and Type | Class and Description |
|---|---|
class |
Alter |
class |
AlterSession |
class |
AlterSystemStatement |
class |
RenameTableStatement |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterSequence
An
ALTER SEQUENCE statement |
| Modifier and Type | Class and Description |
|---|---|
class |
Analyze |
| 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
|
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
|
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 |
RefreshMaterializedViewStatement
REFRESH MATERIALIZED VIEW [ CONCURRENTLY ] name [ WITH [ NO ] DATA ]
https://www.postgresql.org/docs/16/sql-refreshmaterializedview.html
|
| Modifier and Type | Class and Description |
|---|---|
class |
LateralSubSelect
lateral sub select
|
class |
ParenthesedSelect |
class |
PlainSelect |
class |
Select |
class |
SetOperationList |
class |
TableStatement |
class |
Values |
class |
WithItem |
| Modifier and Type | Class and Description |
|---|---|
class |
ShowIndexStatement |
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 | Method and Description |
|---|---|
List<String> |
TablesNamesFinder.getTableList(Statement statement)
Deprecated.
|
List<String> |
TablesNamesFinder.getTableList(Statement statement)
Deprecated.
|
Set<String> |
TablesNamesFinder.getTables(Statement statement) |
Set<String> |
TablesNamesFinder.getTables(Statement statement) |
| Modifier and Type | Method and Description |
|---|---|
Statement |
ValidationError.getParsedStatement() |
Statement |
ValidationError.getParsedStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationError.setParsedStatement(Statement parsedStatement) |
void |
ValidationError.setParsedStatement(Statement parsedStatement) |
static List<ValidationError> |
Validation.toValidationErrors(String statements,
Statement parsedStatement,
Map<ValidationCapability,Set<ValidationException>> errorMap) |
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) |
static Map<ValidationCapability,Set<ValidationException>> |
Validation.validate(Statement statement,
ValidationContext context) |
ValidationError |
ValidationError.withParsedStatement(Statement parsedStatement) |
ValidationError |
ValidationError.withParsedStatement(Statement parsedStatement) |
| Modifier and Type | Method and Description |
|---|---|
void |
StatementValidator.validate(Statement statement) |
void |
StatementValidator.validate(Statement statement) |
Copyright © 2004–2023 JSQLParser. All rights reserved.