|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AdqlExample
Represents a type of example ADQL query. The query text can be generated as a function of given service metadata.
Method Summary | |
---|---|
String |
getDescription()
Returns this example's description. |
String |
getName()
Returns this example's name. |
String |
getText(boolean lineBreaks,
String lang,
TapCapability tcap,
TableMeta[] tables,
TableMeta table)
Produces ADQL text for a query of the type represented by this object, for a given set of service details. |
Method Detail |
---|
String getText(boolean lineBreaks, String lang, TapCapability tcap, TableMeta[] tables, TableMeta table)
lineBreaks
- whether output ADQL should include multiline
formattinglang
- ADQL language variant (e.g. "ADQL-2.0")tcap
- TAP capability objecttables
- table metadata settable
- currently selected tableString getName()
String getDescription()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |