uk.ac.starlink.vo
Class AdqlSyntax

java.lang.Object
  extended by uk.ac.starlink.table.jdbc.SqlSyntax
      extended by 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.
 
Fields inherited from class uk.ac.starlink.table.jdbc.SqlSyntax
SQL92_IDENTIFIER_REGEX, SQL92_RESERVED
 
Method Summary
static AdqlSyntax getInstance()
          Returns the sole instance of this class.
 
Methods inherited from class uk.ac.starlink.table.jdbc.SqlSyntax
getParanoidReservedWords, getReservedWords, isIdentifier, isReserved, quote, quoteIfNecessary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ADQL_RESERVED

public static final String[] ADQL_RESERVED
ADQL reserved words additional to the SQL92 set, taken from the ADQL standard.

Method Detail

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.