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

All Superinterfaces:
io.army.criteria.InsertStatement._NullOptionClause<PostgreInsert._StaticSubPreferLiteralSpec<I>>, io.army.criteria.InsertStatement._PreferLiteralClause<PostgreInsert._CteInsertIntoClause<I>>, io.army.criteria.Item, PostgreInsert._CteInsertIntoClause<I>, PostgreInsert._StaticSubPreferLiteralSpec<I>
All Known Subinterfaces:
PostgreInsert._StaticSubOptionSpec<I>, PostgreQuery._StaticCteComplexCommandSpec<I>
Enclosing interface:
PostgreInsert

public static interface PostgreInsert._StaticSubNullOptionSpec<I extends io.army.criteria.Item> extends io.army.criteria.InsertStatement._NullOptionClause<PostgreInsert._StaticSubPreferLiteralSpec<I>>, PostgreInsert._StaticSubPreferLiteralSpec<I>

static sub-statement syntax forbid the WITH clause of cte insert,because it destroy the Readability of code.

  • Method Summary

    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._CteInsertIntoClause

    insertInto