|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
TableNames defines the names of all tables used by the SQL92 implementation. These names can be refered to directly in a class by implementing this interface.
| Field Summary | |
static String |
ADDED_TRIPLES_TABLE
addedTriples table, used during a transaction to store the explicitly added triples. |
static String |
ALL_INFERRED_TABLE
allInferred table, used during a transaction by the RDF-MT inferencer. |
static String |
ALL_NEW_TRIPLES_TABLE
allNewTriples table, used during a transaction to store all statements (both explicit and inferred) that have been added. |
static String |
CLASS_TABLE
Auxiliary table used by RdfSchemaRepository for storing classes. |
static String |
DEPEND_TABLE
depend table, used to keep track of dependencies between statements. |
static String |
DIRECT_SUBCLASSOF_TABLE
Auxiliary table used by RdfSchemaRepository for storing direct subClassOf relations. |
static String |
DIRECT_SUBPROPERTYOF_TABLE
Auxiliary table used by RdfSchemaRepository for storing direct subPropertyOf relations. |
static String |
DOMAIN_TABLE
Auxiliary table used by RdfSchemaRepository for storing domain relations. |
static String |
EXPIRED_LITERALS_TABLE
expiredLiterals table, used to store IDs of literals that are potentially no longer used. |
static String |
EXPIRED_RESOURCES_TABLE
expiredResources table, used to store IDs of resources that are potentially no longer used. |
static String |
EXPIRED_TRIPLES_TABLE
removedTriples table, used to store IDs of statements that were 'removed' during a transaction. |
static String |
EXPIRED_VALUES_TABLE
expiredValues table, used to store IDs of values that are potentially no longer used. |
static String |
GROUNDED_TRIPLES_TABLE
groundedTriples table, used to store IDs of statements that are still 'grounded' after a transaction. |
static String |
INFERRED_TABLE
inferred table, used during a transaction by the RDF-MT inferencer. |
static String |
INSTANCEOF_TABLE
Auxiliary table used by RdfSchemaRepository for storing instanceOf relations. |
static String |
LITERALS_TABLE
Literals table. |
static String |
NAMESPACES_TABLE
Namespaces table. |
static String |
NEW_GROUNDED_TRIPLES_TABLE
|
static String |
NEW_TRIPLES_TABLE
newTriples table, used during a transaction to filter the duplicates from the addedTriples table, and also by the RDF-MT inferencer to infer new statements from the newly added statements. |
static String |
PROPER_INSTANCEOF_TABLE
Auxiliary table used by RdfSchemaRepository for storing proper instanceOf relations. |
static String |
PROPERTY_TABLE
Auxiliary table used by RdfSchemaRepository for storing properties. |
static String |
RANGE_TABLE
Auxiliary table used by RdfSchemaRepository for storing range relations. |
static String |
RAW_TRIPLES_TABLE
rawTriples table, used during a transaction to store the explicitly added triples in it's raw form (i.e. |
static String |
REP_INFO_TABLE
Repository metadata. |
static String |
RESOURCES_TABLE
Resources table. |
static String |
SUBCLASSOF_TABLE
Auxiliary table used by RdfSchemaRepository for storing subClassOf relations. |
static String |
SUBPROPERTYOF_TABLE
Auxiliary table used by RdfSchemaRepository for storing subPropertyOf relations. |
static String |
TRIPLES_TABLE
Triples table. |
| Field Detail |
public static final String REP_INFO_TABLE
public static final String NAMESPACES_TABLE
public static final String RESOURCES_TABLE
public static final String LITERALS_TABLE
public static final String TRIPLES_TABLE
public static final String RAW_TRIPLES_TABLE
public static final String ADDED_TRIPLES_TABLE
public static final String NEW_TRIPLES_TABLE
public static final String EXPIRED_TRIPLES_TABLE
public static final String EXPIRED_VALUES_TABLE
public static final String EXPIRED_RESOURCES_TABLE
public static final String EXPIRED_LITERALS_TABLE
public static final String GROUNDED_TRIPLES_TABLE
public static final String NEW_GROUNDED_TRIPLES_TABLE
public static final String ALL_NEW_TRIPLES_TABLE
public static final String INFERRED_TABLE
public static final String ALL_INFERRED_TABLE
public static final String DEPEND_TABLE
public static final String CLASS_TABLE
public static final String PROPERTY_TABLE
public static final String SUBCLASSOF_TABLE
public static final String DIRECT_SUBCLASSOF_TABLE
public static final String SUBPROPERTYOF_TABLE
public static final String DIRECT_SUBPROPERTYOF_TABLE
public static final String INSTANCEOF_TABLE
public static final String PROPER_INSTANCEOF_TABLE
public static final String DOMAIN_TABLE
public static final String RANGE_TABLE
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||