public interface AdqlExample
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns this example's description.
|
java.net.URL |
getInfoUrl()
Returns a documentation URL associated with this example if available.
|
java.lang.String |
getName()
Returns this example's name.
|
java.lang.String |
getText(boolean lineBreaks,
java.lang.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.
|
java.lang.String getText(boolean lineBreaks, java.lang.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 tablejava.lang.String getName()
java.lang.String getDescription()
java.net.URL getInfoUrl()
Copyright © 2017 Central Laboratory of the Research Councils. All Rights Reserved.