public class ResultSet extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
database |
protected String |
schema |
protected String |
server |
Constructor and Description |
---|
ResultSet(TParseTreeNode gspObject,
boolean isTarget) |
Modifier and Type | Method and Description |
---|---|
void |
addColumn(ResultColumn column) |
List<ResultColumn> |
getColumns() |
String |
getDatabase() |
protected String |
getDefaultDatabase() |
protected String |
getDefaultSchema() |
protected String |
getDefaultServer() |
Pair3<Long,Long,String> |
getEndPosition() |
TParseTreeNode |
getGspObject() |
long |
getId() |
ResultSetRelationRows |
getRelationRows() |
String |
getSchema() |
String |
getServer() |
Pair3<Long,Long,String> |
getStartPosition() |
boolean |
isDetermined() |
boolean |
isTarget() |
void |
setDetermined(boolean isDetermined) |
void |
setTarget(boolean isTarget) |
public ResultSet(TParseTreeNode gspObject, boolean isTarget)
protected String getDefaultServer()
protected String getDefaultSchema()
protected String getDefaultDatabase()
public Pair3<Long,Long,String> getStartPosition()
public Pair3<Long,Long,String> getEndPosition()
public List<ResultColumn> getColumns()
public void addColumn(ResultColumn column)
public TParseTreeNode getGspObject()
public long getId()
public boolean isTarget()
public String getDatabase()
public ResultSetRelationRows getRelationRows()
public boolean isDetermined()
public void setDetermined(boolean isDetermined)
public void setTarget(boolean isTarget)