| Class and Description |
|---|
| Insert |
| Class and Description |
|---|
| ConflictActionType |
| Insert |
| InsertConflictAction
https://www.postgresql.org/docs/current/sql-insert.html
conflict_action is one of:
DO NOTHING
DO UPDATE SET { column_name = { expression | DEFAULT } |
( column_name [, ...] ) = [ ROW ] ( { expression | DEFAULT } [, ...] ) |
( column_name [, ...] ) = ( sub-SELECT )
} [,
|
| InsertConflictTarget
https://www.postgresql.org/docs/current/sql-insert.html
conflict_target can be one of:
( { index_column_name | ( index_expression ) } [ COLLATE collation ] [ opclass ] [, ...] ) [ WHERE index_predicate ]
ON CONSTRAINT constraint_name
Currently, COLLATE is not supported yet.
|
| InsertModifierPriority |
| Class and Description |
|---|
| Insert |
| Class and Description |
|---|
| Insert |
| Class and Description |
|---|
| Insert |
Copyright © 2004–2024 JSQLParser. All rights reserved.