org.openanzo.server.repository.query
Class ServerSQL

java.lang.Object
  extended by org.openanzo.server.repository.query.ServerSQL

public final class ServerSQL
extends java.lang.Object

Constants used during glitter queries

Author:
Matthew Roy ( mroy@cambridgesemantics.com )

Field Summary
static java.lang.String ClearTempDatasetGraphs
          Reference to the prepared statement to clear the temp graph table
static java.lang.String defaultGraphsTempTable
          Name of the temporary table that holds the default graph's URIs
static java.lang.String glitterIgnoredVariable
          Variable name that references the glitter column
static java.lang.String glitterUnitTable
          Name of the Glitter empty table
static java.lang.String glitterUnitTableColumn
          Name of the column in the glitter empty table
static java.lang.String glitterUnitTableColumnFull
          Full name of the column in the glitter empty table
static java.lang.String InsertTempDatasetGraph
          Reference to the prepared statement to insert graphs into the temp graph table
static java.lang.String namedGraphsTempTable
          Name of the temporary table that holds the named graph's URIs
static java.lang.String statementTable
          Name of the statements table
static java.lang.String tempGraphsTempTable
          Name of the temporary table that holds graph URIs
 
Constructor Summary
ServerSQL()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

InsertTempDatasetGraph

public static final java.lang.String InsertTempDatasetGraph
Reference to the prepared statement to insert graphs into the temp graph table

See Also:
Constant Field Values

ClearTempDatasetGraphs

public static final java.lang.String ClearTempDatasetGraphs
Reference to the prepared statement to clear the temp graph table

See Also:
Constant Field Values

statementTable

public static final java.lang.String statementTable
Name of the statements table

See Also:
Constant Field Values

glitterUnitTable

public static final java.lang.String glitterUnitTable
Name of the Glitter empty table

See Also:
Constant Field Values

glitterUnitTableColumn

public static final java.lang.String glitterUnitTableColumn
Name of the column in the glitter empty table

See Also:
Constant Field Values

glitterUnitTableColumnFull

public static final java.lang.String glitterUnitTableColumnFull
Full name of the column in the glitter empty table

See Also:
Constant Field Values

glitterIgnoredVariable

public static final java.lang.String glitterIgnoredVariable
Variable name that references the glitter column

See Also:
Constant Field Values

defaultGraphsTempTable

public static final java.lang.String defaultGraphsTempTable
Name of the temporary table that holds the default graph's URIs

See Also:
Constant Field Values

namedGraphsTempTable

public static final java.lang.String namedGraphsTempTable
Name of the temporary table that holds the named graph's URIs

See Also:
Constant Field Values

tempGraphsTempTable

public static final java.lang.String tempGraphsTempTable
Name of the temporary table that holds graph URIs

See Also:
Constant Field Values
Constructor Detail

ServerSQL

public ServerSQL()


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