Package io.army.criteria.postgre
Interface PostgreInsert._StaticSubOptionSpec<I extends io.army.criteria.Item>
- All Superinterfaces:
io.army.criteria.InsertStatement._MigrationOptionClause<PostgreInsert._StaticSubNullOptionSpec<I>>,io.army.criteria.InsertStatement._NullOptionClause<PostgreInsert._StaticSubPreferLiteralSpec<I>>,io.army.criteria.InsertStatement._PreferLiteralClause<PostgreInsert._CteInsertIntoClause<I>>,io.army.criteria.Item,PostgreInsert._CteInsertIntoClause<I>,PostgreInsert._StaticSubNullOptionSpec<I>,PostgreInsert._StaticSubPreferLiteralSpec<I>
- All Known Subinterfaces:
PostgreQuery._StaticCteComplexCommandSpec<I>
- Enclosing interface:
PostgreInsert
public static interface PostgreInsert._StaticSubOptionSpec<I extends io.army.criteria.Item>
extends io.army.criteria.InsertStatement._MigrationOptionClause<PostgreInsert._StaticSubNullOptionSpec<I>>, PostgreInsert._StaticSubNullOptionSpec<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._MigrationOptionClause
migrationMethods inherited from interface io.army.criteria.InsertStatement._NullOptionClause
nullModeMethods inherited from interface io.army.criteria.InsertStatement._PreferLiteralClause
literalModeMethods inherited from interface io.army.criteria.postgre.PostgreInsert._CteInsertIntoClause
insertInto