|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.hp.hpl.jena.sdb.SDB
public class SDB
| Field Summary | |
|---|---|
static com.hp.hpl.jena.sparql.util.Symbol |
annotateGeneratedSQL
|
static java.lang.String |
BUILD_DATE
The date and time at which this release was built |
static com.hp.hpl.jena.sparql.util.Symbol |
jdbcFetchSize
|
static com.hp.hpl.jena.sparql.util.Symbol |
jdbcStream
Control/attempt JDBC streaming - mosty databases allow only one outstanding streaming request |
static java.lang.String |
MAJOR_VERSION
The major version number for this release of SDB (ie '2' for SDB 2.0) |
static java.lang.String |
MINOR_VERSION
The minor version number for this release of SDB (ie '0' for SDB 2.0) |
static java.lang.String |
NAME
The product name |
static java.lang.String |
namespace
SDB namespace |
static java.lang.String |
PATH
The root package name for SDB |
static com.hp.hpl.jena.sparql.util.Symbol |
streamGraphAPI
Control whether GraphSDB streams results to find - must ensure all Jena iterators are closed if this is set true |
static java.lang.String |
symbolPrefix
|
static java.lang.String |
symbolSpace
|
static com.hp.hpl.jena.sparql.util.Symbol |
unionDefaultGraph
|
static com.hp.hpl.jena.sparql.util.Symbol |
useQuadRewrite
|
static java.lang.String |
VERSION
The full name of the current SDB version |
static java.lang.String |
VERSION_STATUS
The version status for this release of SDB (eg '-beta1' or the empty string) |
static java.lang.String |
WEBSITE
The SDB web site : see also http://jena.sourceforge.net |
| Constructor Summary | |
|---|---|
SDB()
|
|
| Method Summary | |
|---|---|
static com.hp.hpl.jena.sparql.util.Symbol |
allocSymbol(java.lang.String shortName)
|
static Store |
createInMemoryStore()
Create an H2-backed in-memory store for testing. |
static com.hp.hpl.jena.sparql.util.Context |
getContext()
|
static com.hp.hpl.jena.shared.PrefixMapping |
getGlobalPrefixMapping()
|
static void |
init()
|
static void |
whenRequiredByAssembler(com.hp.hpl.jena.assembler.assemblers.AssemblerGroup g)
Used by Jena assemblers for registration |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String namespace
public static final java.lang.String symbolPrefix
public static final java.lang.String symbolSpace
public static final com.hp.hpl.jena.sparql.util.Symbol useQuadRewrite
public static final com.hp.hpl.jena.sparql.util.Symbol unionDefaultGraph
public static final com.hp.hpl.jena.sparql.util.Symbol streamGraphAPI
public static final com.hp.hpl.jena.sparql.util.Symbol jdbcStream
public static final com.hp.hpl.jena.sparql.util.Symbol jdbcFetchSize
public static final com.hp.hpl.jena.sparql.util.Symbol annotateGeneratedSQL
public static final java.lang.String PATH
public static final java.lang.String NAME
public static final java.lang.String WEBSITE
public static final java.lang.String VERSION
public static final java.lang.String MAJOR_VERSION
public static final java.lang.String MINOR_VERSION
public static final java.lang.String VERSION_STATUS
public static final java.lang.String BUILD_DATE
| Constructor Detail |
|---|
public SDB()
| Method Detail |
|---|
public static com.hp.hpl.jena.sparql.util.Context getContext()
public static void init()
public static void whenRequiredByAssembler(com.hp.hpl.jena.assembler.assemblers.AssemblerGroup g)
public static com.hp.hpl.jena.shared.PrefixMapping getGlobalPrefixMapping()
public static com.hp.hpl.jena.sparql.util.Symbol allocSymbol(java.lang.String shortName)
public static Store createInMemoryStore()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||