INonAggregateExpressionBuilder Methods |
The INonAggregateExpressionBuilder type exposes the following members.
Name | Description | |
---|---|---|
![]() | BNode |
Creates a parameterless call to the BNODE function.
|
![]() | BNode(LiteralExpression) |
Creates a call to the BNODE function with a simple literal parameter.
|
![]() | BNode(TypedLiteralExpressionString) |
Creates a call to the BNODE function with a string literal parameter.
|
![]() | Bound(String) |
Creates a call to the BOUND function with a variable parameter.
|
![]() | Bound(VariableExpression) |
Creates a call to the BOUND function with a variable parameter.
|
![]() | Cast |
Builds a SPARQL constructor function call.
|
![]() | Coalesce |
Creates a call of the COALESCE function with a variable number of expression parameters.
|
![]() | Constant(Boolean) |
Creates a boolean constant.
|
![]() | Constant(Byte) |
Creates a numeric constant.
|
![]() | Constant(DateTime) |
Creates a datetime constant.
|
![]() | Constant(Decimal) |
Creates a numeric constant.
|
![]() | Constant(Double) |
Creates a numeric constant.
|
![]() | Constant(Int16) |
Creates a numeric constant.
|
![]() | Constant(Int32) |
Creates a numeric constant.
|
![]() | Constant(SByte) |
Creates a numeric constant.
|
![]() | Constant(Single) |
Creates a numeric constant.
|
![]() | Constant(String) |
Creates a string constant.
|
![]() | Constant(Uri) |
Creates an IRI constant.
|
![]() | DatatypeTExpression |
Creates a call to the DATATYPE function with a literal expression parameter.
|
![]() | Exists |
Creates a call of the EXISTS function.
|
![]() | If(BooleanExpression) |
Creates a call to the IF function with an expression for the first parameter.
|
![]() | If(VariableExpression) |
Creates a call to the IF function with a variable for the first parameter.
|
![]() | IsBlank(String) |
Creates a call to the isBlank function with a variable parameter.
|
![]() | IsBlank(SparqlExpression) |
Creates a call to the isBlank function with an expression parameter.
|
![]() | IsIRI(String) |
Creates a call to the isIRI function with a variable parameter.
|
![]() | IsIRI(SparqlExpression) |
Creates a call to the isIRI function with an expression parameter.
|
![]() | IsLiteral(String) |
Creates a call to the isLiteral function with a variable parameter.
|
![]() | IsLiteral(SparqlExpression) |
Creates a call to the isLiteral function with an expression parameter.
|
![]() | IsNumeric(String) |
Creates a call to the isNumeric function with a variable parameter.
|
![]() | IsNumeric(SparqlExpression) |
Creates a call to the isNumeric function with an expression parameter.
|
![]() | Lang(LiteralExpression) |
Creates a call to the LANG function with a literal expression parameter.
|
![]() | Lang(VariableExpression) |
Creates a call to the LANG function with a variable parameter.
|
![]() | LangMatches(LiteralExpression, String) |
Creates a call to the LANGMATCHES function.
|
![]() | LangMatches(LiteralExpression, LiteralExpression) |
Creates a call to the LANGMATCHES function.
|
![]() | LangMatches(LiteralExpression, VariableExpression) |
Creates a call to the LANGMATCHES function.
|
![]() | LangMatches(VariableExpression, String) |
Creates a call to the LANGMATCHES function.
|
![]() | LangMatches(VariableExpression, LiteralExpression) |
Creates a call to the LANGMATCHES function.
|
![]() | LangMatches(VariableExpression, VariableExpression) |
Creates a call to the LANGMATCHES function.
|
![]() | Regex(LiteralExpression, String) |
Creates a call to the REGEX function.
|
![]() | Regex(LiteralExpression, LiteralExpression) |
Creates a call to the REGEX function.
|
![]() | Regex(LiteralExpression, VariableExpression) |
Creates a call to the REGEX function.
|
![]() | Regex(VariableExpression, String) |
Creates a call to the REGEX function.
|
![]() | Regex(VariableExpression, VariableExpression) |
Creates a call to the REGEX function.
|
![]() | Regex(LiteralExpression, String, String) |
Creates a call to the REGEX function.
|
![]() | Regex(LiteralExpression, LiteralExpression, String) |
Creates a call to the REGEX function.
|
![]() | Regex(LiteralExpression, VariableExpression, String) |
Creates a call to the REGEX function.
|
![]() | Regex(SparqlExpression, String, String) |
Creates a call to the REGEX function.
|
![]() | Regex(VariableExpression, VariableExpression, String) |
Creates a call to the REGEX function.
|
![]() | SameTerm(String, String) |
Creates a call of the SAMETERM function with two variable parameters.
|
![]() | SameTerm(String, SparqlExpression) |
Creates a call of the SAMETERM function with variable and expression parameters.
|
![]() | SameTerm(SparqlExpression, String) |
Creates a call of the SAMETERM function with expression and variable parameters.
|
![]() | SameTerm(SparqlExpression, SparqlExpression) |
Creates a call of the SAMETERM function with two expression parameters.
|
![]() | Str(IriExpression) |
Creates a call to the STR function with an variable parameter.
|
![]() | Str(LiteralExpression) |
Creates a call to the STR function with a literal expression parameter.
|
![]() | Str(VariableExpression) |
Creates a call to the STR function with a variable parameter.
|
![]() | StrDt(String, Uri) |
Creates a call to the STRDT function with a simple literal and a Uri parameters.
|
![]() | StrDt(String, IriExpression) |
Creates a call to the STRDT function with a simple literal and a IRI expression parameters.
|
![]() | StrDt(String, VariableExpression) |
Creates a call to the STRDT function with a simple literal and a IRI expression parameters.
|
![]() | StrDt(LiteralExpression, Uri) |
Creates a call to the STRDT function with a simple literal and a Uri parameters.
|
![]() | StrDt(LiteralExpression, IriExpression) |
Creates a call to the STRDT function with a simple literal and a IRI expression parameters.
|
![]() | StrDt(LiteralExpression, VariableExpression) |
Creates a call to the STRDT function with a simple literal and a variable parameters.
|
![]() | StrDt(VariableExpression, Uri) |
Creates a call to the STRDT function with a variable and a Uri parameters.
|
![]() | StrDt(VariableExpression, IriExpression) |
Creates a call to the STRDT function with a variable and a IRI expression parameters.
|
![]() | StrDt(VariableExpression, VariableExpression) |
Creates a call to the STRDT function with a variable and a Uri parameters.
|
![]() | StrLen(TypedLiteralExpressionString) |
Creates a call to the STRLEN function with a string literal parameter.
|
![]() | StrLen(VariableExpression) |
Creates a call to the STRLEN function with a variable parameter.
|
![]() | StrUUID |
Creates a call to the StrUUID function.
|
![]() | Substr(TypedLiteralExpressionString, Int32) |
Creates a call to the SUBSTR function with a string literal and interger parameters.
|
![]() | Substr(TypedLiteralExpressionString, NumericExpressionInt32) |
Creates a call to the SUBSTR function with a string literal and variable parameters.
|
![]() | Substr(TypedLiteralExpressionString, VariableExpression) |
Creates a call to the SUBSTR function with a string literal and interger expression parameters.
|
![]() | Substr(VariableExpression, Int32) |
Creates a call to the SUBSTR function with a variable and interger parameters.
|
![]() | Substr(VariableExpression, NumericExpressionInt32) |
Creates a call to the SUBSTR function with a variable and interger expression parameters.
|
![]() | Substr(VariableExpression, VariableExpression) |
Creates a call to the SUBSTR function with two variable parameters.
|
![]() | Substr(TypedLiteralExpressionString, Int32, Int32) |
Creates a call to the SUBSTR function with a string literal and interger parameters.
|
![]() | Substr(TypedLiteralExpressionString, Int32, NumericExpressionInt32) |
Creates a call to the SUBSTR function with a string literal, interger and integer expression parameters.
|
![]() | Substr(TypedLiteralExpressionString, Int32, VariableExpression) |
Creates a call to the SUBSTR function with a string literal, interger and a variable parameters.
|
![]() | Substr(TypedLiteralExpressionString, NumericExpressionInt32, Int32) |
Creates a call to the SUBSTR function with a string literal and variable parameters.
|
![]() | Substr(TypedLiteralExpressionString, NumericExpressionInt32, NumericExpressionInt32) |
Creates a call to the SUBSTR function with a string literal and two integer expressions parameters.
|
![]() | Substr(TypedLiteralExpressionString, NumericExpressionInt32, VariableExpression) |
Creates a call to the SUBSTR function with a string literal, interger expression and a numeric expression parameters.
|
![]() | Substr(TypedLiteralExpressionString, VariableExpression, Int32) |
Creates a call to the SUBSTR function with a string literal and interger expression parameters.
|
![]() | Substr(TypedLiteralExpressionString, VariableExpression, NumericExpressionInt32) |
Creates a call to the SUBSTR function with a string literal, variable and interger expression parameters.
|
![]() | Substr(TypedLiteralExpressionString, VariableExpression, VariableExpression) |
Creates a call to the SUBSTR function with a string literal, interger expression and a variable parameters.
|
![]() | Substr(VariableExpression, Int32, Int32) |
Creates a call to the SUBSTR function with a variable and interger parameters.
|
![]() | Substr(VariableExpression, Int32, NumericExpressionInt32) |
Creates a call to the SUBSTR function with a variable, interger and a numeric expression parameters.
|
![]() | Substr(VariableExpression, Int32, VariableExpression) |
Creates a call to the SUBSTR function with a variable, interger and a variable parameters.
|
![]() | Substr(VariableExpression, NumericExpressionInt32, Int32) |
Creates a call to the SUBSTR function with a variable and interger expression parameters.
|
![]() | Substr(VariableExpression, NumericExpressionInt32, NumericExpressionInt32) |
Creates a call to the SUBSTR function with a variable, interger expression and integer expression parameters.
|
![]() | Substr(VariableExpression, NumericExpressionInt32, VariableExpression) |
Creates a call to the SUBSTR function with a variable, interger expression and a variable parameters.
|
![]() | Substr(VariableExpression, VariableExpression, Int32) |
Creates a call to the SUBSTR function with two variable parameters.
|
![]() | Substr(VariableExpression, VariableExpression, NumericExpressionInt32) |
Creates a call to the SUBSTR function with two variable parameters.
|
![]() | Substr(VariableExpression, VariableExpression, VariableExpression) |
Creates a call to the SUBSTR function with three variable parameters.
|
![]() | UUID |
Creates a call to the UUID function.
|
![]() | Variable |
Creates a SPARQL variable.
|