Interface PostgreInsert._ChildInsertIntoClause<P>

All Superinterfaces:
io.army.criteria.Item
All Known Subinterfaces:
PostgreInsert._ChildWithCteSpec<P>
Enclosing interface:
PostgreInsert

public static interface PostgreInsert._ChildInsertIntoClause<P> extends io.army.criteria.Item
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> PostgreInsert._TableAliasSpec<T,io.army.criteria.Insert,io.army.criteria.dialect.ReturningInsert>
    insertInto(io.army.meta.ComplexTableMeta<P,T> table)
     
  • Method Details

    • insertInto

      <T> PostgreInsert._TableAliasSpec<T,io.army.criteria.Insert,io.army.criteria.dialect.ReturningInsert> insertInto(io.army.meta.ComplexTableMeta<P,T> table)