Package | Description |
---|---|
adql.parser | |
adql.query.operand.function | |
adql.translator |
Modifier and Type | Method | Description |
---|---|---|
SQLFunction |
ADQLQueryFactory.createSQLFunction(SQLFunctionType type,
ADQLOperand op,
boolean distinctValues) |
|
SQLFunction |
ADQLParser.SqlFunction() |
Constructor | Description |
---|---|
SQLFunction(SQLFunction toCopy) |
Builds a SQL function by copying the given one.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
ADQLTranslator.translate(SQLFunction fct) |
|
java.lang.String |
JDBCTranslator.translate(SQLFunction fct) |