| Package | Description |
|---|---|
| net.sf.jsqlparser.statement | |
| net.sf.jsqlparser.statement.delete | |
| net.sf.jsqlparser.statement.insert | |
| net.sf.jsqlparser.statement.update |
| Modifier and Type | Method and Description |
|---|---|
ReturningClause |
ReturningClause.setKeyword(net.sf.jsqlparser.statement.ReturningClause.Keyword keyword) |
ReturningClause |
ReturningClause.setKeyword(net.sf.jsqlparser.statement.ReturningClause.Keyword keyword) |
| Modifier and Type | Method and Description |
|---|---|
ReturningClause |
Delete.getReturningClause() |
ReturningClause |
Delete.getReturningClause() |
| Modifier and Type | Method and Description |
|---|---|
Delete |
Delete.setReturningClause(ReturningClause returningClause) |
Delete |
Delete.setReturningClause(ReturningClause returningClause) |
| Modifier and Type | Method and Description |
|---|---|
ReturningClause |
Insert.getReturningClause() |
ReturningClause |
Insert.getReturningClause() |
| Modifier and Type | Method and Description |
|---|---|
Insert |
Insert.setReturningClause(ReturningClause returningClause) |
Insert |
Insert.setReturningClause(ReturningClause returningClause) |
| Modifier and Type | Method and Description |
|---|---|
ReturningClause |
Update.getReturningClause() |
ReturningClause |
Update.getReturningClause() |
| Modifier and Type | Method and Description |
|---|---|
Update |
Update.setReturningClause(ReturningClause returningClause) |
Update |
Update.setReturningClause(ReturningClause returningClause) |
Copyright © 2004–2023 JSQLParser. All rights reserved.