public interface RawSQLPlan extends RawPlan
Modifier and Type | Method and Description |
---|---|
TextWriteHandle |
getHandle()
Returns the handle for the text of the SQL query.
|
void |
setHandle(TextWriteHandle handle)
Specifies the handle for the text of the SQL query.
|
RawSQLPlan |
withHandle(TextWriteHandle handle)
Assigns the handle and returns the raw plan as a convenience.
|
bindParam
TextWriteHandle getHandle()
void setHandle(TextWriteHandle handle)
handle
- the text handle for the SQL queryRawSQLPlan withHandle(TextWriteHandle handle)
handle
- the text handle for the SQL queryCopyright © 2013-2021 MarkLogic Corporation.