Package com.sap.cds.ql
Interface Statement<T>
- All Known Subinterfaces:
Delete<T>,FilterableStatement<T,,S> Insert,Update<T>,Upsert
- All Known Implementing Classes:
Select
public interface Statement<T>
-
Method Summary
-
Method Details
-
hints
Sets the hints for the statement.- Parameters:
hints- the hint map- Returns:
- this statement
-
hint
Adds a hint to the statement.- Parameters:
name- the hint namevalue- the hint value- Returns:
- this statement
-