Commit cc7aa01
support oracle alter table truncate partition (#1954)
* feat: oracle alter table truncate partition
* feat: oracle alter table truncate partition
* feat: code format
* feat: code format
---------
Co-authored-by: mjh <[email protected]>1 parent d9c4449 commit cc7aa01
File tree
4 files changed
+29
-1
lines changed- src
- main
- java/net/sf/jsqlparser/statement/alter
- jjtree/net/sf/jsqlparser/parser
- test/java/net/sf/jsqlparser/statement/alter
4 files changed
+29
-1
lines changedLines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
| 72 | + | |
71 | 73 | | |
72 | 74 | | |
73 | 75 | | |
| |||
402 | 404 | | |
403 | 405 | | |
404 | 406 | | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
405 | 420 | | |
406 | 421 | | |
407 | 422 | | |
| |||
441 | 456 | | |
442 | 457 | | |
443 | 458 | | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
444 | 462 | | |
445 | 463 | | |
446 | 464 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6255 | 6255 | | |
6256 | 6256 | | |
6257 | 6257 | | |
| 6258 | + | |
6258 | 6259 | | |
6259 | 6260 | | |
6260 | 6261 | | |
| |||
6546 | 6547 | | |
6547 | 6548 | | |
6548 | 6549 | | |
| 6550 | + | |
| 6551 | + | |
6549 | 6552 | | |
6550 | 6553 | | |
6551 | 6554 | | |
| |||
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
981 | 981 | | |
982 | 982 | | |
983 | 983 | | |
| 984 | + | |
| 985 | + | |
| 986 | + | |
| 987 | + | |
| 988 | + | |
| 989 | + | |
| 990 | + | |
984 | 991 | | |
0 commit comments