| Interface and Description |
|---|
| org.topbraid.spin.model.update.Delete |
| org.topbraid.spin.model.update.Insert |
| Class and Description |
|---|
| org.topbraid.spin.model.update.impl.DeleteImpl |
| org.topbraid.spin.model.update.impl.InsertImpl |
| Field and Description |
|---|
| org.topbraid.spin.vocabulary.SP.Delete |
| org.topbraid.spin.vocabulary.SP.Insert |
| org.topbraid.spin.vocabulary.SP.Let |
| Method and Description |
|---|
| org.topbraid.spin.model.TemplateCall.getQueryString()
should not be used: has issues if sp:text is used only,
and may produce queries that in fact cannot be parsed back.
As an alternative, consider getting the Command and a
initial bindings mapping, then feed the QueryExecution with
that initial binding for execution.
|
| org.topbraid.spin.util.SPINUtil.getQueryString(RDFNode, boolean)
for the same reason as
TemplateCall.getQueryString() |
| org.topbraid.spin.util.SPINUtil.getQueryStrings(Resource, Property)
for the same reasons as
TemplateCall.getQueryString() |
| org.topbraid.spin.model.Select.getResultVariables()
Note that this function returns an empty result if the query is
represented using sp:text only.
This means that it should not be used outside of SPIN RDF structures.
Use #getResultVariableNames otherwise.
This method will be made private in future versions.
|
Copyright © 2017 TopQuadrant, Inc.. All rights reserved.