| Modifier and Type | Field and Description |
|---|---|
int |
end
Zero-based position within the SQL text after end of node.
|
SqlNode |
node
Parse tree node (typically a literal).
|
int |
ordinal
Zero-based ordinal in statement.
|
String |
originalSql
Original SQL of whole statement.
|
int |
start
Zero-based position within the SQL text of start of node.
|
| Modifier and Type | Method and Description |
|---|---|
String |
sql()
Returns SQL text of the region of the statement covered by this
Variable.
|
public final String originalSql
public final int ordinal
public final SqlNode node
public final int start
public final int end
public String sql()
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.