Package io.army.criteria.postgre
Interface PostgreInsert._OnConflictSpec<T,I extends io.army.criteria.Item,Q extends io.army.criteria.Item>
- All Superinterfaces:
io.army.criteria.DialectStatement._DynamicReturningClause<io.army.criteria.Statement._DqlInsertClause<Q>>,io.army.criteria.DialectStatement._StaticInsertReturningClause<PostgreInsert._StaticReturningCommaSpec<Q>>,io.army.criteria.DialectStatement._StaticReturningClause<PostgreInsert._StaticReturningCommaSpec<Q>>,io.army.criteria.Item,PostgreInsert._ReturningSpec<I,,Q> io.army.criteria.Statement._DmlInsertClause<I>
- All Known Subinterfaces:
PostgreInsert._PostgreValuesStaticParensCommaSpec<T,I, Q>
- Enclosing interface:
PostgreInsert
public static interface PostgreInsert._OnConflictSpec<T,I extends io.army.criteria.Item,Q extends io.army.criteria.Item>
extends PostgreInsert._ReturningSpec<I,Q>
-
Method Summary
Methods inherited from interface io.army.criteria.DialectStatement._DynamicReturningClause
returning, returningAllMethods inherited from interface io.army.criteria.DialectStatement._StaticInsertReturningClause
returningMethods inherited from interface io.army.criteria.DialectStatement._StaticReturningClause
returning, returning, returning, returning, returning, returning, returning, returningMethods inherited from interface io.army.criteria.Statement._DmlInsertClause
asInsert
-
Method Details
-
onConflict
PostgreInsert._ConflictTargetOptionSpec<T,I, onConflict()Q>
-