public class SDB extends Object
Modifier and Type | Field and Description |
---|---|
static Symbol |
annotateGeneratedSQL |
static String |
BUILD_DATE
The date and time at which this release was built
|
static Symbol |
jdbcFetchSize |
static Symbol |
jdbcStream
Control/attempt JDBC streaming - mosty databases allow only one outstanding streaming request
|
static String |
NAME
The product name
|
static String |
namespace
SDB namespace
|
static String |
PATH
The root package name for SDB
|
static String |
sdbIRI
IRI for SDB
|
static Symbol |
streamGraphAPI
Control whether GraphSDB streams results to find - must ensure all Jena iterators are closed if this is set true
|
static String |
symbolPrefix |
static String |
symbolSpace |
static Symbol |
unionDefaultGraph |
static Symbol |
useQuadRewrite |
static String |
VERSION
The full name of the current ARQ version
|
Constructor and Description |
---|
SDB() |
Modifier and Type | Method and Description |
---|---|
static Symbol |
allocSymbol(String shortName) |
static Context |
getContext() |
static PrefixMapping |
getGlobalPrefixMapping() |
static void |
init() |
static void |
whenRequiredByAssembler(com.hp.hpl.jena.assembler.assemblers.AssemblerGroup g)
Used by Jena assemblers for registration
|
public static final String sdbIRI
public static final String namespace
public static final String symbolPrefix
public static final String symbolSpace
public static final Symbol useQuadRewrite
public static final Symbol unionDefaultGraph
public static final Symbol streamGraphAPI
public static final Symbol jdbcStream
public static final Symbol jdbcFetchSize
public static final Symbol annotateGeneratedSQL
public static final String PATH
public static final String NAME
public static final String VERSION
public static final String BUILD_DATE
public static Context getContext()
public static void init()
public static void whenRequiredByAssembler(com.hp.hpl.jena.assembler.assemblers.AssemblerGroup g)
public static PrefixMapping getGlobalPrefixMapping()
Licenced under the Apache License, Version 2.0