org.openanzo.common.rdb.query
Class SQLQueryConstants

java.lang.Object
  extended by org.openanzo.common.rdb.query.SQLQueryConstants

public final class SQLQueryConstants
extends java.lang.Object

Set of constants used in Glitter's RDB queries

Author:
Matthew Roy ( mroy@cambridgesemantics.com )

Field Summary
static java.lang.String defaultGraphsTempTable
          Name of the temporary table where valid default graph ids are placed
static java.lang.String glitterIgnoredVariable
          Constant for the fake variable
static java.lang.String glitterUnitTable
          Constant for FAKE Table used to ensure non empty result sets for queries with no variables
static java.lang.String glitterUnitTableColumn
          Constant for FAKE table's column
static java.lang.String glitterUnitTableColumnFull
          Constant for full FAKE table's column name
static java.lang.String namedGraphsTempTable
          Name of the temporary table where valid named graph ids are placed
static java.lang.String tempGraphsTempTable
          Name of the temporary table where graph ids are placed
 
Constructor Summary
SQLQueryConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

glitterUnitTable

public static final java.lang.String glitterUnitTable
Constant for FAKE Table used to ensure non empty result sets for queries with no variables

See Also:
Constant Field Values

glitterUnitTableColumn

public static final java.lang.String glitterUnitTableColumn
Constant for FAKE table's column

See Also:
Constant Field Values

glitterUnitTableColumnFull

public static final java.lang.String glitterUnitTableColumnFull
Constant for full FAKE table's column name

See Also:
Constant Field Values

glitterIgnoredVariable

public static final java.lang.String glitterIgnoredVariable
Constant for the fake variable

See Also:
Constant Field Values

defaultGraphsTempTable

public static final java.lang.String defaultGraphsTempTable
Name of the temporary table where valid default graph ids are placed

See Also:
Constant Field Values

namedGraphsTempTable

public static final java.lang.String namedGraphsTempTable
Name of the temporary table where valid named graph ids are placed

See Also:
Constant Field Values

tempGraphsTempTable

public static final java.lang.String tempGraphsTempTable
Name of the temporary table where graph ids are placed

See Also:
Constant Field Values
Constructor Detail

SQLQueryConstants

public SQLQueryConstants()


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.