public final class RenderUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
escape(String theString)
Properly escape out any special characters in the query string.
|
static String |
getSerqlQueryString(org.eclipse.rdf4j.model.Value theValue)
Deprecated.
Use {
toSeRQL(Value) instead. |
static String |
getSPARQLQueryString(org.eclipse.rdf4j.model.Value theValue)
Deprecated.
Use
toSPARQL(Value) instead. |
static String |
toSeRQL(org.eclipse.rdf4j.model.Value theValue)
Return the query string rendering of the
Value |
static String |
toSPARQL(org.eclipse.rdf4j.model.Value theValue)
Return the SPARQL query string rendering of the
Value |
static StringBuilder |
toSPARQL(org.eclipse.rdf4j.model.Value value,
StringBuilder builder)
Append the SPARQL query string rendering of the
Value to the supplied
StringBuilder. |
@Deprecated public static String getSPARQLQueryString(org.eclipse.rdf4j.model.Value theValue)
toSPARQL(Value) instead.ValuetheValue - the value to renderpublic static String toSPARQL(org.eclipse.rdf4j.model.Value theValue)
ValuetheValue - the value to renderpublic static StringBuilder toSPARQL(org.eclipse.rdf4j.model.Value value, StringBuilder builder)
Value to the supplied
StringBuilder.value - the value to renderbuilder - the StringBuilder to append toStringBuilder with the value appended.@Deprecated public static String getSerqlQueryString(org.eclipse.rdf4j.model.Value theValue)
toSeRQL(Value) instead.ValuetheValue - the value to renderpublic static String toSeRQL(org.eclipse.rdf4j.model.Value theValue)
ValuetheValue - the value to renderpublic static String escape(String theString)
theString - the query string to escape chars inCopyright © 2015-2018 Eclipse Foundation. All Rights Reserved.