public class TDB2 extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
BUILD_DATE
The date and time at which this release was built
|
static org.slf4j.Logger |
logInfo
Logger for general information
|
static String |
logInfoName
Logger for general information
|
static org.slf4j.Logger |
logLoader
Logger for loading information
|
static String |
logLoaderName
Logger for loading information
|
static String |
NAME |
static String |
namespace
Used by the assembler
|
static String |
PATH
The root package name for TDB
|
static org.apache.jena.sparql.util.Symbol |
symUnionDefaultGraph
Symbol to use the union of named graphs as the default graph of a query.
|
static org.apache.jena.sparql.util.Symbol |
symUnionDefaultGraph1
TDB1 namespace version of the context symbol for union default graph
|
static org.apache.jena.sparql.util.Symbol |
symUnionDefaultGraph2
TDB2 namespace version of the context symbol for union default graph
|
static String |
tdbIRI
IRI for TDB
|
static String |
tdbParamNS
Root of TDB-defined parameter names
|
static String |
tdbSymbolPrefix
Prefix for TDB-defined parameter names
|
static String |
VERSION
The full name of the current TDB version
|
| Modifier and Type | Method and Description |
|---|---|
static void |
closedown()
Release any and all system resources held by TDB.
|
static org.apache.jena.sparql.util.Context |
getContext() |
static void |
init()
TDB System initialization - normally, this is not explicitly called
because all routes to use TDB will cause initialization to occur.
|
public static final String tdbIRI
public static final String tdbParamNS
public static final String tdbSymbolPrefix
public static final String logLoaderName
public static final org.slf4j.Logger logLoader
public static final String logInfoName
public static final org.slf4j.Logger logInfo
public static final String namespace
public static final org.apache.jena.sparql.util.Symbol symUnionDefaultGraph1
public static final org.apache.jena.sparql.util.Symbol symUnionDefaultGraph2
public static final org.apache.jena.sparql.util.Symbol symUnionDefaultGraph
public static final String PATH
public static final String NAME
public static final String VERSION
public static final String BUILD_DATE
public static org.apache.jena.sparql.util.Context getContext()
public static void closedown()
public static void init()
Licenced under the Apache License, Version 2.0