Interface PostgreInsert._ComplexOptionSpec<I extends io.army.criteria.Item>

All Superinterfaces:
io.army.criteria.InsertStatement._IgnoreReturnIdsOptionClause<PostgreInsert._ComplexNullOptionSpec<I>>, io.army.criteria.InsertStatement._MigrationOptionClause<PostgreInsert._ComplexNullOptionSpec<I>>, io.army.criteria.InsertStatement._NullOptionClause<PostgreInsert._ComplexPreferLiteralSpec<I>>, io.army.criteria.InsertStatement._PreferLiteralClause<PostgreInsert._ComplexWithCteSpec<I>>, io.army.criteria.Item, PostgreInsert._ComplexInsertIntoClause<I>, PostgreInsert._ComplexNullOptionSpec<I>, PostgreInsert._ComplexPreferLiteralSpec<I>, PostgreInsert._ComplexWithCteSpec<I>, PostgreQuery._PostgreStaticWithClause<PostgreInsert._ComplexInsertIntoClause<I>>, PostgreStatement._PostgreDynamicWithClause<PostgreInsert._ComplexInsertIntoClause<I>>, io.army.criteria.Statement._DynamicWithClause<PostgreCtes,PostgreInsert._ComplexInsertIntoClause<I>>, io.army.criteria.Statement._StaticWithClause<PostgreQuery._StaticCteParensSpec<PostgreInsert._ComplexInsertIntoClause<I>>>
Enclosing interface:
PostgreInsert

public static interface PostgreInsert._ComplexOptionSpec<I extends io.army.criteria.Item> extends io.army.criteria.InsertStatement._MigrationOptionClause<PostgreInsert._ComplexNullOptionSpec<I>>, io.army.criteria.InsertStatement._IgnoreReturnIdsOptionClause<PostgreInsert._ComplexNullOptionSpec<I>>, PostgreInsert._ComplexNullOptionSpec<I>
  • Method Summary

    Methods inherited from interface io.army.criteria.InsertStatement._IgnoreReturnIdsOptionClause

    ignoreReturnIds

    Methods inherited from interface io.army.criteria.InsertStatement._MigrationOptionClause

    migration

    Methods inherited from interface io.army.criteria.InsertStatement._NullOptionClause

    nullMode

    Methods inherited from interface io.army.criteria.InsertStatement._PreferLiteralClause

    literalMode

    Methods inherited from interface io.army.criteria.postgre.PostgreInsert._ComplexInsertIntoClause

    insertInto

    Methods inherited from interface io.army.criteria.Statement._DynamicWithClause

    ifWith, ifWithRecursive, with, withRecursive

    Methods inherited from interface io.army.criteria.Statement._StaticWithClause

    with, withRecursive