Class | Description |
---|---|
BNodeColumn |
Represents the BNode value of a variable.
|
ColumnVar |
Represents a variable in an SQL expression.
|
DatatypeColumn |
Represents a variable's datatype value in an SQL expression.
|
DateTimeColumn |
Represents a variable's time value in an SQL expression.
|
DoubleValue |
A static number in an SQL expression.
|
FalseValue |
Represents the value false in an SQL expression.
|
HashColumn |
Represents the Hash value of a variable.
|
IdColumn |
A particular column in an SQL expression.
|
JoinItem |
An SQL join.
|
LabelColumn |
Represents a variable's label value in an SQL expression.
|
LanguageColumn |
Represents a variables language value in an SQL expression.
|
LongLabelColumn |
Represents a variable's long label value in an SQL expression.
|
LongURIColumn |
Represents a variable's Long URI value in an SQL expression.
|
NumberValue |
A static long value in an SQL expression.
|
NumericColumn |
Represents a variable's numeric value in an SQL expression.
|
RefIdColumn |
Represents a variable's internal id value in an SQL expression.
|
SelectProjection |
A collection of SQL expressions that form an RDF value binding.
|
SelectQuery |
An SQL query.
|
SelectQuery.OrderElem | |
SqlAbs |
The SQL ABS expression.
|
SqlAnd |
The SQL AND expression.
|
SqlCase |
The SQL CASE WHEN THEN END expression.
|
SqlCast |
The SQL IS CAST expression.
|
SqlCompare |
The SQL compare expressions (>, <, >=, <=).
|
SqlConcat |
The SQL concatenate expression (||).
|
SqlEq |
The SQL equals expression (=).
|
SqlIsNull |
The SQL IS NULL expression.
|
SqlLike |
The SQL LIKE operator.
|
SqlLowerCase |
The SQL LOWER function.
|
SqlMathExpr |
The SQL subtraction (-) expression.
|
SqlNot |
The SQL NOT expression.
|
SqlNull |
The SQL NULL expression.
|
SqlOr |
The SQL OR expression.
|
SqlRegex |
The regular SQL expression - notation varies between databases.
|
SqlShift |
The SQL binary shift right (>>) expression.
|
StringValue |
An SQL VARCHAR expression.
|
TrueValue |
The boolean SQL expression of true.
|
UnionItem |
An SQL UNION expression between two
FromItem s. |
URIColumn |
Represents a variable's URI value in an SQL expression.
|
Enum | Description |
---|---|
SqlCompare.Operator |
Copyright © 2001–2016 Aduna. All rights reserved.