java.lang.Object
org.apache.jena.sparql.ARQConstants
Internal constants - configuration is in class ARQ
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
Marker for generated variables for non-distinguished in query patterns (??static final String
Marker for general temporary variables (not blank node variables)static final String
Marker for variables renamed to make variables hidden because of quad transformationstatic final String
Marker for variables renamed to make variables hidden by scope have globally unique namesstatic final String
Marker for RDF-star variablesstatic final String
The ARQ aggregate function library URI spacestatic final String
The ARQ function librarystatic final String
The ARQ function library URI spacestatic final String
Deprecated.Use #ARQFunctionLibraryURIstatic final String
The ARQ property function librarystatic final String
The ARQ procedure library URI spacestatic final String
The ARQ property function librarystatic final String
The ARQ property function library URI spacestatic final String
Deprecated.Use #ARQFunctionLibraryURIstatic final Symbol
Context key for making all SELECT queries have DISTINCT applied, whether stated or notstatic final String
The ARQ function library URI spacestatic final String
The prefix of XQuery/Xpath functions and operatorstatic final String
The prefix of SPARQL functions and operatorstatic final String
URI scheme that triggers the loader to load a java classstatic final String
Function called when JavaScript is initialized.static final String
The URI prefix that triggers JavaScript functionsstatic final String
The prefix of XQuery/Xpath functions and operator math:static final String
OWL namespace prefixstatic final String
RDF namespace prefixstatic final String
RDFS namespace prefixstatic final Symbol
The describe handler registry keystatic final Symbol
The extension library registry keystatic final Symbol
The function library registry keystatic final Symbol
The function library registry keystatic final Symbol
The property function registry keystatic final Symbol
The query engine registry keystatic final Symbol
The service executor library registry keystatic final String
The namespace of the XML results formatstatic final Symbol
Internal use context symbol for an AtomicBoolean to signal that a query has been cancelled.static final Symbol
Graphs forming the default graph (Collection<Node>) (Dynamic dataset)static final Symbol
Graphs forming the named graphs (Collection<Node>) (Dynamic dataset)static final Symbol
Context symbol for a suppliedPrologue
(used for text out of result sets).static final Symbol
Context key for the algebra expression of the query execution after optimizationstatic final Symbol
Context key for the dataset for the current query execution.static final Symbol
Context key for the query for the current query execution (may be null if was not created from a query string )static final Symbol
Context key for the current time of query executionstatic final Symbol
Context key for the dataset description (if any).static final Symbol
Context key for the OpExecutor to be usedstatic final Symbol
Context key for the optimizer used in this executionstatic final Symbol
Context key for the optimizer factory to be usedstatic final String
Marker for system symbolsstatic final Symbol
Context key for the execution-scoped bNode variable generatorstatic final Symbol
Context key for the execution-scoped named variable generatorstatic final Symbol
static final Symbol
Context key for ARQ versionstatic final Symbol
Context key for Jena versionstatic final String
XML namespacestatic final String
XML Schema namespacestatic final String
XSD namespace prefix -
Constructor Summary
-
Method Summary
-
Field Details
-
fnPrefix
The prefix of XQuery/Xpath functions and operator- See Also:
-
mathPrefix
The prefix of XQuery/Xpath functions and operator math:- See Also:
-
rdfPrefix
RDF namespace prefix- See Also:
-
rdfsPrefix
RDFS namespace prefix- See Also:
-
owlPrefix
OWL namespace prefix- See Also:
-
xsdPrefix
XSD namespace prefix- See Also:
-
fnSparql
The prefix of SPARQL functions and operator- See Also:
-
srxPrefix
The namespace of the XML results format- See Also:
-
XML_NS
XML namespace- See Also:
-
XML_SCHEMA_NS
XML Schema namespace- See Also:
-
JavaScriptURI
The URI prefix that triggers JavaScript functions- See Also:
-
JavaScriptInitFunction
Function called when JavaScript is initialized.- See Also:
-
javaClassURIScheme
URI scheme that triggers the loader to load a java class- See Also:
-
CDTFunctionLibraryURI
The ARQ function library URI space- See Also:
-
ARQFunctionLibraryURI
The ARQ function library URI space- See Also:
-
ARQAggregateLibraryURI
The ARQ aggregate function library URI space- See Also:
-
ARQFunctionLibraryURI_Jena2
Deprecated.Use #ARQFunctionLibraryURIThe ARQ function library URI space - old Jena2 name- See Also:
-
ARQPropertyFunctionLibraryURI
The ARQ property function library URI space- See Also:
-
ARQPropertyFunctionLibraryURI_Jena2
Deprecated.Use #ARQFunctionLibraryURIThe ARQ property function library URI space - old Jena2 name- See Also:
-
ARQProcedureLibraryURI
The ARQ procedure library URI space- See Also:
-
ARQFunctionLibrary
The ARQ function library- See Also:
-
ARQPropertyFunctionLibrary
The ARQ property function library- See Also:
-
ARQProcedureLibrary
The ARQ property function library- See Also:
-
allocVarAnonMarker
Marker for generated variables for non-distinguished in query patterns (??a etc)- See Also:
-
allocVarMarker
Marker for general temporary variables (not blank node variables)- See Also:
-
allocVarScopeHiding
Marker for variables renamed to make variables hidden by scope have globally unique names- See Also:
-
allocVarQuad
Marker for variables renamed to make variables hidden because of quad transformation- See Also:
-
allocPathVariables
- See Also:
-
allocQueryVariables
- See Also:
-
allocVarTripleTerm
Marker for RDF-star variables- See Also:
-
allocParserAnonVars
- See Also:
-
allocSSEUnamedVars
- See Also:
-
allocSSEAnonVars
- See Also:
-
allocSSENamedVars
- See Also:
-
systemVarNS
Marker for system symbols- See Also:
-
sysCurrentQuery
Context key for the query for the current query execution (may be null if was not created from a query string ) -
sysOpExecutorFactory
Context key for the OpExecutor to be used -
sysOptimizerFactory
Context key for the optimizer factory to be used -
sysOptimizer
Context key for the optimizer used in this execution -
sysCurrentDataset
Context key for the dataset for the current query execution. -
sysVarAllocRDFStar
-
sysDatasetDescription
Context key for the dataset description (if any). See the SPARQL protocol.A dataset description specified outside the query should override a dataset description in query and also the implicit dataset of a service. The order is:
- Dataset description from the protocol
- Dataset description from the query (FROM/FROM NAMED)
- Dataset of the service
-
sysCurrentAlgebra
Context key for the algebra expression of the query execution after optimization -
sysCurrentTime
Context key for the current time of query execution -
sysVersionARQ
Context key for ARQ version -
sysVersionJena
Context key for Jena version -
sysVarAllocNamed
Context key for the execution-scoped named variable generator -
sysVarAllocAnon
Context key for the execution-scoped bNode variable generator -
symDatasetDefaultGraphs
Graphs forming the default graph (Collection<Node>) (Dynamic dataset) -
symDatasetNamedGraphs
Graphs forming the named graphs (Collection<Node>) (Dynamic dataset) -
symPrologue
Context symbol for a suppliedPrologue
(used for text out of result sets). -
symCancelQuery
Internal use context symbol for an AtomicBoolean to signal that a query has been cancelled. Used byQueryExecutionMain
andQueryIterProcessBinding
. JENA-2141. -
autoDistinct
Context key for making all SELECT queries have DISTINCT applied, whether stated or not -
registryPropertyFunctions
The property function registry key -
registryDescribeHandlers
The describe handler registry key -
registryQueryEngines
The query engine registry key -
registryFunctions
The function library registry key -
registryServiceExecutors
The service executor library registry key -
registryProcedures
The function library registry key -
registryExtensions
The extension library registry key
-
-
Constructor Details
-
ARQConstants
public ARQConstants()
-
-
Method Details
-
getGlobalPrefixMap
public static org.apache.jena.shared.PrefixMapping getGlobalPrefixMap() -
init
public static void init()
-