Package com.smartgwt.client.ai
Class ExecuteQueryDataQuestionStepResult
java.lang.Object
com.smartgwt.client.core.JsObject
com.smartgwt.client.core.DataClass
com.smartgwt.client.ai.ExecuteQueryDataQuestionStepResult
- All Implemented Interfaces:
HasHandlers
-
Field Summary
Fields inherited from class com.smartgwt.client.core.DataClass
factoryCreated, factoryProperties
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionIf available, an estimate of the total number of rows that would be returned by the query if it were not limited byDSRequest.startRow
and/orDSRequest.endRow
.getOrCreateRef
(JavaScriptObject jsObj) Record[]
The records resulting from the query.getStep()
If available, the total number of rows that would be returned by the query if it were not limited byDSRequest.startRow
and/orDSRequest.endRow
.setEstimatedTotalRows
(String estimatedTotalRows) If available, an estimate of the total number of rows that would be returned by the query if it were not limited byDSRequest.startRow
and/orDSRequest.endRow
.setRecords
(Record... records) The records resulting from the query.setTotalRows
(Integer totalRows) If available, the total number of rows that would be returned by the query if it were not limited byDSRequest.startRow
and/orDSRequest.endRow
.Methods inherited from class com.smartgwt.client.core.DataClass
applyFactoryProperties, doAddHandler, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsDoubleArray, getAttributeAsElement, getAttributeAsFloat, getAttributeAsInt, getAttributeAsIntArray, getAttributeAsJavaScriptObject, getAttributeAsLong, getAttributeAsMap, getAttributeAsObject, getAttributeAsRecord, getAttributeAsString, getAttributeAsStringArray, getAttributes, getHandlerCount, isFactoryCreated, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributeAsJavaObject, setFactoryCreated
-
Constructor Details
-
ExecuteQueryDataQuestionStepResult
public ExecuteQueryDataQuestionStepResult() -
ExecuteQueryDataQuestionStepResult
-
-
Method Details
-
getOrCreateRef
-
setEstimatedTotalRows
If available, an estimate of the total number of rows that would be returned by the query if it were not limited byDSRequest.startRow
and/orDSRequest.endRow
.The string is in the same format as
DSResponse.estimatedTotalRows
.- Parameters:
estimatedTotalRows
- New estimatedTotalRows value. Default value is *initialized by the implementation*- Returns:
ExecuteQueryDataQuestionStepResult
instance, for chaining setter calls
-
getEstimatedTotalRows
If available, an estimate of the total number of rows that would be returned by the query if it were not limited byDSRequest.startRow
and/orDSRequest.endRow
.The string is in the same format as
DSResponse.estimatedTotalRows
.- Returns:
- Current estimatedTotalRows value. Default value is *initialized by the implementation*
-
setRecords
The records resulting from the query.- Parameters:
records
- New records value. Default value is *initialized by the implementation*- Returns:
ExecuteQueryDataQuestionStepResult
instance, for chaining setter calls
-
getRecords
The records resulting from the query.- Returns:
- Current records value. Default value is *initialized by the implementation*
-
setStep
- Parameters:
step
- New step value. Default value is *initialized by the implementation*- Returns:
ExecuteQueryDataQuestionStepResult
instance, for chaining setter calls
-
getStep
- Returns:
- Current step value. Default value is *initialized by the implementation*
-
setTotalRows
If available, the total number of rows that would be returned by the query if it were not limited byDSRequest.startRow
and/orDSRequest.endRow
.This may be
null
if the exact total number of rows is unknown.- Parameters:
totalRows
- New totalRows value. Default value is *initialized by the implementation*- Returns:
ExecuteQueryDataQuestionStepResult
instance, for chaining setter calls
-
getTotalRows
If available, the total number of rows that would be returned by the query if it were not limited byDSRequest.startRow
and/orDSRequest.endRow
.This may be
null
if the exact total number of rows is unknown.- Returns:
- Current totalRows value. Default value is *initialized by the implementation*
-