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
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.sap.cds.ql.cqn.CqnStatement
asDelete, asInsert, asSelect, asUpdate, asUpsert, isDelete, isInsert, isSelect, isUpdate, isUpsert, ref
Methods inherited from interface com.sap.cds.JSONizable
toJson
-
Field Details
-
hints
-
-
Constructor Details
-
StatementBuilder
public StatementBuilder()
-
-
Method Details
-
hints
Description copied from interface:CqnStatement
Returns the runtime hints of this statement.- Specified by:
hints
in 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
-