Class InsertConflictTarget

  • All Implemented Interfaces:
    Serializable

    public class InsertConflictTarget
    extends Object
    implements Serializable
    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.

    See Also:
    Serialized Form