Package com.sap.cds.ql
Class StatementBuilder<T>
java.lang.Object
com.sap.cds.ql.StatementBuilder<T>
- All Implemented Interfaces:
JSONizable,CqnStatement
- Direct Known Subclasses:
Select
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.sap.cds.ql.cqn.CqnStatement
asDelete, asInsert, asSelect, asUpdate, asUpsert, isDelete, isInsert, isSelect, isUpdate, isUpsert, refMethods inherited from interface com.sap.cds.JSONizable
toJson
-
Field Details
-
hints
-
-
Constructor Details
-
StatementBuilder
public StatementBuilder()
-
-
Method Details
-
hints
Description copied from interface:CqnStatementReturns the runtime hints of this statement.- Specified by:
hintsin interfaceCqnStatement- Returns:
- the runtime hints
-
hints
Sets the hints for the statement.- Parameters:
hints- the hint map- Returns:
- this statement
-
hints
Adds hints to the statement.- Parameters:
hints- the hints- Returns:
- this statement
-
hint
Adds a hint to the statement.- Parameters:
name- the hint namevalue- the hint value- Returns:
- this statement
-
toString
-