|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.common.rdb.query.SQLQueryConstants
public final class SQLQueryConstants
Set of constants used in Glitter's RDB queries
| 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 |
|---|
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 SQLQueryConstants()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||