Modifier and Type | Field and Description |
---|---|
protected String |
database |
protected String |
schema |
protected String |
server |
Constructor and Description |
---|
Process(TCustomSqlStatement gspObject) |
Process(TFunctionCall gspObject) |
Modifier and Type | Method and Description |
---|---|
void |
appendColumn(Object tableColumn) |
String |
getCustomType() |
String |
getDatabase() |
protected String |
getDefaultDatabase() |
protected String |
getDefaultSchema() |
protected String |
getDefaultServer() |
Pair3<Long,Long,String> |
getEndPosition() |
TCustomSqlStatement |
getGspObject() |
long |
getId() |
String |
getName() |
Long |
getProcedureId() |
String |
getProcedureName() |
String |
getQueryHashId() |
String |
getSchema() |
String |
getServer() |
Pair3<Long,Long,String> |
getStartPosition() |
List<Object> |
getTargetColumns() |
List<Transform> |
getTransforms() |
String |
getType() |
void |
setName(String name) |
void |
setProcedureName(String procedureName) |
void |
setQueryHashId(String queryHashId) |
void |
setType(String type) |
public Process(TCustomSqlStatement gspObject)
public Process(TFunctionCall gspObject)
protected String getDefaultServer()
protected String getDefaultSchema()
protected String getDefaultDatabase()
public Pair3<Long,Long,String> getStartPosition()
public Pair3<Long,Long,String> getEndPosition()
public TCustomSqlStatement getGspObject()
public long getId()
public String getDatabase()
public String getProcedureName()
public void setProcedureName(String procedureName)
public String getQueryHashId()
public void setQueryHashId(String queryHashId)
public void appendColumn(Object tableColumn)
public List<Object> getTargetColumns()
public String getCustomType()
public Long getProcedureId()
public List<Transform> getTransforms()