public class Query extends Object
| Constructor and Description |
|---|
Query() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDdl()
DDL is executed only once.
|
Long |
getExpectedAggregateRowCount()
Expected aggregate row count is matched if specified
|
String |
getId()
Query ID, Use UUID if none specified
|
String |
getQueryGroup()
queryGroup attribute is just a string value to help correlate queries across sets or files.
|
String |
getStatement()
SQL statement
|
String |
getTenantId()
Tenant Id used by connection of this query
|
void |
setDdl(String ddl) |
void |
setExpectedAggregateRowCount(Long expectedAggregateRowCount) |
void |
setHint(String queryHint)
Set hint to query
|
void |
setId(String id) |
void |
setQueryGroup(String queryGroup) |
void |
setStatement(String statement) |
void |
setTenantId(String tenantId) |
public String getStatement()
public void setStatement(String statement)
public String getTenantId()
public void setTenantId(String tenantId)
public Long getExpectedAggregateRowCount()
public void setExpectedAggregateRowCount(Long expectedAggregateRowCount)
public String getDdl()
public void setDdl(String ddl)
public String getQueryGroup()
public void setQueryGroup(String queryGroup)
public void setHint(String queryHint)
queryHint - public String getId()
public void setId(String id)
Copyright © 2017 Apache Software Foundation. All Rights Reserved.