public static final class ScriptOperations.SavedSearchResult extends Object
Modifier and Type | Field and Description |
---|---|
String |
m_PrimaryColumnAlias |
AttributeValueTable[] |
m_RowResults |
Constructor and Description |
---|
SavedSearchResult(AttributeValueTable[] rowResults,
String priColAlias)
Constructs a SavedSearchResult.
|
public AttributeValueTable[] m_RowResults
public String m_PrimaryColumnAlias
public SavedSearchResult(AttributeValueTable[] rowResults, String priColAlias)
rowResults
- the results of the querypriColAlias
- the column alias for the primary Object, if definedCopyright © 2023. All rights reserved.