Uses of Class
com.sap.cds.impl.PreparedCqnStmt
Packages that use PreparedCqnStmt
-
Uses of PreparedCqnStmt in com.sap.cds.impl
Methods in com.sap.cds.impl that return PreparedCqnStmtModifier and TypeMethodDescriptionstatic PreparedCqnStmtPreparedCqnStmt.create(String nativeStatement, List<CqnSelectListItem> selectListItems, List<ExpandProcessor> expands, List<String> excluding, List<PreparedCqnStmt.Parameter> parameters, CqnStructuredTypeRef ref, CdsStructuredType targetType) static PreparedCqnStmtPreparedCqnStmt.createUpdate(String nativeStatement, List<PreparedCqnStmt.Parameter> parameters, CqnStructuredTypeRef ref, CdsEntity entity) Method parameters in com.sap.cds.impl with type arguments of type PreparedCqnStmtModifier and TypeMethodDescriptionvoidPreparedCqnStmt.setFallback(Function<SQLException, PreparedCqnStmt> fallback)