Package | Description |
---|---|
adql.db.exception | |
adql.parser | |
adql.query | |
adql.query.from | |
adql.query.operand |
Constructor and Description |
---|
UnresolvedJoinException(java.lang.String message,
TextPosition errorPosition)
Build an UnresolvedJoin and specify, in addition of the error message, the position of the column not resolved.
|
Modifier and Type | Field and Description |
---|---|
protected TextPosition |
ParseException.position
Line in the ADQL query where the exception occurs.
|
TextPosition |
IdentifierItems.IdentifierItem.position |
Modifier and Type | Method and Description |
---|---|
TextPosition |
ParseException.getPosition()
Gets the position in the ADQL query of the token which generates this exception.
|
TextPosition |
IdentifierItems.getPosition() |
Modifier and Type | Method and Description |
---|---|
ColumnReference |
ADQLQueryFactory.createColRef(int index,
TextPosition position) |
ADQLOrder |
ADQLQueryFactory.createOrder(int ind,
boolean desc,
TextPosition position) |
Constructor and Description |
---|
ParseException(java.lang.String message,
TextPosition errorPosition) |
Modifier and Type | Method and Description |
---|---|
TextPosition |
ColumnReference.getPosition()
Gets the position in the original ADQL query string.
|
Modifier and Type | Method and Description |
---|---|
void |
ColumnReference.setPosition(TextPosition pos)
Sets the position at which this
ColumnReference has been found in the original ADQL query string. |
Modifier and Type | Method and Description |
---|---|
TextPosition |
ADQLTable.getPosition()
Gets the position in the original ADQL query string.
|
Modifier and Type | Method and Description |
---|---|
void |
ADQLTable.setPosition(TextPosition pos)
Sets the position at which this
ADQLTable has been found in the original ADQL query string. |
Modifier and Type | Method and Description |
---|---|
TextPosition |
ADQLColumn.getPosition()
Gets the position in the original ADQL query string.
|
Modifier and Type | Method and Description |
---|---|
void |
ADQLColumn.setPosition(TextPosition pos)
Sets the position at which this
ADQLColumn has been found in the original ADQL query string. |