|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.server.repository.query.ServerSQL
public final class ServerSQL
Constants used during glitter queries
| 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 |
|---|
public static final java.lang.String InsertTempDatasetGraph
public static final java.lang.String ClearTempDatasetGraphs
public static final java.lang.String statementTable
public static final java.lang.String glitterUnitTable
public static final java.lang.String glitterUnitTableColumn
public static final java.lang.String glitterUnitTableColumnFull
public static final java.lang.String glitterIgnoredVariable
public static final java.lang.String defaultGraphsTempTable
public static final java.lang.String namedGraphsTempTable
public static final java.lang.String tempGraphsTempTable
| Constructor Detail |
|---|
public ServerSQL()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||