uk.ac.starlink.vo
Class AdqlSyntax
java.lang.Object
uk.ac.starlink.table.jdbc.SqlSyntax
uk.ac.starlink.vo.AdqlSyntax
public class AdqlSyntax
- extends SqlSyntax
SqlSyntax instance for the ADQL 2.0 grammar.
This class is a singleton.
- Since:
- 22 Jun 2011
- Author:
- Mark Taylor
- See Also:
- ADQL 2.0 Standard
Field Summary |
static String[] |
ADQL_RESERVED
ADQL reserved words additional to the SQL92 set,
taken from the ADQL standard. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ADQL_RESERVED
public static final String[] ADQL_RESERVED
- ADQL reserved words additional to the SQL92 set,
taken from the ADQL standard.
getInstance
public static AdqlSyntax getInstance()
- Returns the sole instance of this class.
- Returns:
- AdqlSyntax instance
Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.