Package | Description |
---|---|
gudusoft.gsqlparser.dlineage | |
gudusoft.gsqlparser.dlineage.dataflow.model.json | |
gudusoft.gsqlparser.dlineage.dataflow.model.xml | |
gudusoft.gsqlparser.dlineage.util |
Modifier and Type | Method and Description |
---|---|
DbObjectPosition |
IDataFlowAnalyzer.getSelectedDbObjectInfo(Coordinate start,
Coordinate end)
Deprecated.
please use SqlInfoHelper.getSelectedDbObjectInfo
|
DbObjectPosition |
DataFlowAnalyzer.getSelectedDbObjectInfo(Coordinate start,
Coordinate end)
Deprecated.
please use SqlInfoHelper.getSelectedDbObjectInfo
|
DbObjectPosition |
ParallelDataFlowAnalyzer.getSelectedDbObjectInfo(Coordinate start,
Coordinate end) |
Modifier and Type | Method and Description |
---|---|
Coordinate[] |
Argument.getCoordinates() |
Coordinate[] |
Column.getCoordinates() |
Coordinate[] |
Error.getCoordinates() |
Coordinate[] |
RelationshipElement.getCoordinates() |
Coordinate[] |
Error.getOriginCoordinates() |
static Coordinate[] |
Coordinate.parse(String coordinate) |
Modifier and Type | Method and Description |
---|---|
void |
Argument.setCoordinates(Coordinate[] coordinates) |
void |
Column.setCoordinates(Coordinate[] coordinates) |
void |
Error.setCoordinates(Coordinate[] coordinates) |
void |
RelationshipElement.setCoordinates(Coordinate[] coordinates) |
void |
Error.setOriginCoordinates(Coordinate[] originCoordinates) |
Modifier and Type | Method and Description |
---|---|
Coordinate |
table.getEndPos(int index) |
Coordinate |
column.getEndPos(int index) |
Coordinate |
error.getEndPos(int index) |
static Coordinate |
PositionUtil.getEndPos(String coordinate,
int index) |
Coordinate |
table.getStartPos(int index) |
Coordinate |
column.getStartPos(int index) |
Coordinate |
error.getStartPos(int index) |
static Coordinate |
PositionUtil.getStartPos(String coordinate,
int index) |
Modifier and Type | Method and Description |
---|---|
static Coordinate[][] |
SqlInfoHelper.parseCoordinateString(String coordinate) |
Modifier and Type | Method and Description |
---|---|
DbObjectPosition |
SqlInfoHelper.getSelectedDbObjectInfo(Coordinate start,
Coordinate end) |
DbObjectPosition |
SqlInfoHelper.getSelectedDbObjectStatementInfo(EDbVendor vendor,
Coordinate start,
Coordinate end) |