Uses of Class
org.aksw.jena_sparql_api.views.E_RdfTerm
Packages that use E_RdfTerm
-
Uses of E_RdfTerm in org.aksw.jena_sparql_api.views
Fields in org.aksw.jena_sparql_api.views declared as E_RdfTermModifier and TypeFieldDescriptionstatic final E_RdfTermE_RdfTerm.FALSEstatic final E_RdfTermE_RdfTerm.TRUEstatic final E_RdfTermE_RdfTerm.TYPE_ERRORMethods in org.aksw.jena_sparql_api.views that return E_RdfTermModifier and TypeMethodDescriptionstatic E_RdfTermSqlPrePusher.asRdfTerm(org.apache.jena.sparql.expr.Expr expr) static E_RdfTermE_RdfTerm.createBlankNode(org.apache.jena.sparql.expr.Expr expr) static E_RdfTermE_RdfTerm.createPlainLiteral(org.apache.jena.sparql.expr.Expr expr) static E_RdfTermE_RdfTerm.createPlainLiteral(org.apache.jena.sparql.expr.Expr expr, org.apache.jena.sparql.expr.Expr langTag) static E_RdfTermE_RdfTerm.createTypedLiteral(org.apache.jena.sparql.expr.Expr expr, org.apache.jena.graph.Node datatype) static E_RdfTermE_RdfTerm.createTypedLiteral(org.apache.jena.sparql.expr.Expr expr, org.apache.jena.rdf.model.Resource datatype) static E_RdfTermE_RdfTerm.createTypedLiteral(org.apache.jena.sparql.expr.Expr expr, org.apache.jena.sparql.expr.Expr datatype) static E_RdfTermE_RdfTerm.createUri(org.apache.jena.sparql.expr.Expr expr) static E_RdfTermE_RdfTerm.createVar(org.apache.jena.sparql.expr.ExprVar expr) static E_RdfTermE_RdfTerm.expand(org.apache.jena.sparql.expr.Expr expr) static E_RdfTermE_RdfTerm.expand(org.apache.jena.sparql.expr.ExprFunction fn) static E_RdfTermSqlTranslationUtils.expandAnyToTerm(org.apache.jena.sparql.expr.Expr expr) Expands both constants and functions to RDF terms I don't want to touch the legacy function - thats why this function has this namestatic E_RdfTermSqlTranslationUtils.expandConstant(org.apache.jena.graph.Node node) static E_RdfTermSqlTranslationUtils.expandConstant(org.apache.jena.sparql.expr.Expr expr) static E_RdfTermSqlTranslationUtils.expandRdfTerm(org.apache.jena.sparql.expr.Expr expr) static E_RdfTermSqlTranslationUtils.expandRdfTerm(org.apache.jena.sparql.expr.ExprFunction expr) Deprecated.VarDef.getTermCtorExpr()Methods in org.aksw.jena_sparql_api.views with parameters of type E_RdfTerm