This package contains jOOQ's public API.
-
interface
This type is used for the
Insert
's DSL API.
Add a ON CONFLICT ON CONSTRAINT
clause to this INSERT statement.
Add a ON CONFLICT ON CONSTRAINT
clause to this INSERT statement.
Add a ON CONFLICT ON CONSTRAINT
clause to this INSERT statement.
InsertOnConflictWhereIndexPredicateStep.where(String sql)
Add a WHERE
clause to supply an index predicate to the
INSERT
statement's ON CONFLICT …
clause.
Add a WHERE
clause to supply an index predicate to the
INSERT
statement's ON CONFLICT …
clause.
Add a WHERE
clause to supply an index predicate to the
INSERT
statement's ON CONFLICT …
clause.
Add a
WHERE
clause to supply an index predicate to the
INSERT
statement's
ON CONFLICT …
clause,
connecting them with each other using
Operator.AND
.
Add a WHERE
clause to supply an index predicate to the
INSERT
statement's ON CONFLICT …
clause.
InsertOnConflictWhereIndexPredicateStep.where(Condition... conditions)
Add a
WHERE
clause to supply an index predicate to the
INSERT
statement's
ON CONFLICT …
clause,
connecting them with each other using
Operator.AND
.
Add a WHERE
clause to supply an index predicate to the
INSERT
statement's ON CONFLICT …
clause.
InsertOnConflictWhereIndexPredicateStep.where(SQL sql)
Add a WHERE
clause to supply an index predicate to the
INSERT
statement's ON CONFLICT …
clause.