Package | Description |
---|---|
com.marklogic.client.semantics |
Modifier and Type | Method and Description |
---|---|
RDFTypes |
SPARQLBinding.getDatatype() |
static RDFTypes |
RDFTypes.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RDFTypes[] |
RDFTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SPARQLBindings |
SPARQLBindings.bind(java.lang.String name,
java.lang.String value,
RDFTypes datatype)
Bind a variable of specified type.
|
SPARQLQueryDefinition |
SPARQLQueryDefinition.withBinding(java.lang.String name,
java.lang.String value,
RDFTypes type)
Bind a variable of specified type.
|
Copyright © 2013-2018 MarkLogic Corporation.