| Package | Description |
|---|---|
| net.sf.jsqlparser.statement.delete | |
| net.sf.jsqlparser.statement.insert | |
| net.sf.jsqlparser.statement.merge | |
| net.sf.jsqlparser.statement.update |
| Modifier and Type | Method and Description |
|---|---|
OutputClause |
Delete.getOutputClause() |
OutputClause |
Delete.getOutputClause() |
| Modifier and Type | Method and Description |
|---|---|
void |
Delete.setOutputClause(OutputClause outputClause) |
void |
Delete.setOutputClause(OutputClause outputClause) |
| Modifier and Type | Method and Description |
|---|---|
OutputClause |
Insert.getOutputClause() |
OutputClause |
Insert.getOutputClause() |
| Modifier and Type | Method and Description |
|---|---|
void |
Insert.setOutputClause(OutputClause outputClause) |
void |
Insert.setOutputClause(OutputClause outputClause) |
| Modifier and Type | Method and Description |
|---|---|
OutputClause |
Merge.getOutputClause() |
OutputClause |
Merge.getOutputClause() |
| Modifier and Type | Method and Description |
|---|---|
Merge |
Merge.setOutputClause(OutputClause outputClause) |
Merge |
Merge.setOutputClause(OutputClause outputClause) |
| Modifier and Type | Method and Description |
|---|---|
OutputClause |
Update.getOutputClause() |
OutputClause |
Update.getOutputClause() |
| Modifier and Type | Method and Description |
|---|---|
void |
Update.setOutputClause(OutputClause outputClause) |
void |
Update.setOutputClause(OutputClause outputClause) |
Copyright © 2004–2023 JSQLParser. All rights reserved.