Package io.army.criteria.postgre
Interface PostgreInsert._PrimaryOptionSpec
- All Superinterfaces:
io.army.criteria.InsertStatement._IgnoreReturnIdsOptionClause<PostgreInsert._PrimaryNullOptionSpec>,io.army.criteria.InsertStatement._MigrationOptionClause<PostgreInsert._PrimaryNullOptionSpec>,io.army.criteria.InsertStatement._NullOptionClause<PostgreInsert._PrimaryPreferLiteralSpec>,io.army.criteria.InsertStatement._PreferLiteralClause<PostgreInsert._PrimaryWithCteSpec>,io.army.criteria.Item,PostgreInsert._PrimaryInsertIntoClause,PostgreInsert._PrimaryNullOptionSpec,PostgreInsert._PrimaryPreferLiteralSpec,PostgreInsert._PrimaryWithCteSpec,PostgreQuery._PostgreStaticWithClause<PostgreInsert._PrimaryInsertIntoClause>,PostgreStatement._PostgreDynamicWithClause<PostgreInsert._PrimaryInsertIntoClause>,io.army.criteria.Statement._DynamicWithClause<PostgreCtes,,PostgreInsert._PrimaryInsertIntoClause> io.army.criteria.Statement._StaticWithClause<PostgreQuery._StaticCteParensSpec<PostgreInsert._PrimaryInsertIntoClause>>
- Enclosing interface:
PostgreInsert
public static interface PostgreInsert._PrimaryOptionSpec
extends io.army.criteria.InsertStatement._MigrationOptionClause<PostgreInsert._PrimaryNullOptionSpec>, io.army.criteria.InsertStatement._IgnoreReturnIdsOptionClause<PostgreInsert._PrimaryNullOptionSpec>, PostgreInsert._PrimaryNullOptionSpec
-
Method Summary
Methods inherited from interface io.army.criteria.InsertStatement._IgnoreReturnIdsOptionClause
ignoreReturnIdsMethods 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._PrimaryInsertIntoClause
insertInto, insertIntoMethods inherited from interface io.army.criteria.Statement._DynamicWithClause
ifWith, ifWithRecursive, with, withRecursiveMethods inherited from interface io.army.criteria.Statement._StaticWithClause
with, withRecursive