Uses of Interface
com.sap.cds.ql.Insert
Packages that use Insert
-
Uses of Insert in com.sap.cds.ql
Methods in com.sap.cds.ql that return InsertModifier and TypeMethodDescriptionstatic Insertstatic InsertCreates an insert statement from a given CQN String.Sets the entries to be inserted into the entity set.Add a single entry to be inserted into the entity set.Add a single entry to be inserted into the entity set.CqnBuilder.insert(CqnStructuredTypeRef ref) CqnBuilder.insert(CdsEntity entity, UnaryOperator<StructuredType<?>> path) <E extends StructuredType<?>>
InsertCqnBuilder.insert(E entity) <E extends StructuredType<E>,R extends StructuredType<R>>
InsertCqnBuilder.insert(String entityName, UnaryOperator<StructuredType<?>> path) static InsertInsert.into(CqnStructuredTypeRef ref) Creates an insert statement to insert entries into a specified entity set.static InsertCreates an insert statement to insert entries into a specified entity set.static <E extends StructuredType<?>>
InsertInsert.into(E entity) Creates an insert statement to insert entries into a specified entity set.static <E extends StructuredType<E>>
InsertCreates an insert statement to insert entries into a specified entity set.static <R extends StructuredType<R>,T extends StructuredType<T>>
InsertCreates an insert statement to insert entries into a specified entity set.static InsertCreates an insert statement to insert entries into a specified entity set.static InsertInsert.into(String entityName, UnaryOperator<StructuredType<?>> path) Creates an insert statement to insert entries into a specified entity set.