Class DataStorePart
java.lang.Object
tech.oxfordsemantic.jrdfox.client.DataStorePart
public class DataStorePart
extends java.lang.Object
Describes a part of the data store. This is a class rather than an enumeration because constants in this class can be or-ed together.
- 
Field SummaryFields Modifier and Type Field Description static intAXIOMSstatic intCOMMIT_PROCEDUREstatic intDATA_STORE_PROPERTIESstatic intDELTA_QUERIESstatic intFACTSstatic intPREFIXESstatic intRULES
- 
Constructor SummaryConstructors Constructor Description DataStorePart()
- 
Method Summary
- 
Field Details- 
DATA_STORE_PROPERTIESpublic static final int DATA_STORE_PROPERTIES- See Also:
- Constant Field Values
 
- 
PREFIXESpublic static final int PREFIXES- See Also:
- Constant Field Values
 
- 
FACTSpublic static final int FACTS- See Also:
- Constant Field Values
 
- 
COMMIT_PROCEDUREpublic static final int COMMIT_PROCEDURE- See Also:
- Constant Field Values
 
- 
DELTA_QUERIESpublic static final int DELTA_QUERIES- See Also:
- Constant Field Values
 
- 
AXIOMSpublic static final int AXIOMS- See Also:
- Constant Field Values
 
- 
RULESpublic static final int RULES- See Also:
- Constant Field Values
 
 
- 
- 
Constructor Details- 
DataStorePartpublic DataStorePart()
 
-