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