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) |
protected String server
protected String schema
protected String database
public ResultSet(TParseTreeNode gspObject, boolean isTarget)
protected String getDefaultServer()
protected String getDefaultSchema()
protected String getDefaultDatabase()
public List<ResultColumn> getColumns()
public void addColumn(ResultColumn column)
public TParseTreeNode getGspObject()
public long getId()
public boolean isTarget()
public String getSchema()
public String getDatabase()
public ResultSetRelationRows getRelationRows()
public String getServer()
public boolean isDetermined()
public void setDetermined(boolean isDetermined)
public void setTarget(boolean isTarget)
Copyright © 2023. All rights reserved.