Package | Description |
---|---|
org.openrdf.sail.rdbms.algebra | |
org.openrdf.sail.rdbms.algebra.base |
Modifier and Type | Class and Description |
---|---|
class |
SqlAnd
The SQL AND expression.
|
class |
SqlCompare
The SQL compare expressions (>, <, >=, <=).
|
class |
SqlConcat
The SQL concatenate expression (||).
|
class |
SqlEq
The SQL equals expression (=).
|
class |
SqlLike
The SQL LIKE operator.
|
class |
SqlMathExpr
The SQL subtraction (-) expression.
|
class |
SqlOr
The SQL OR expression.
|
class |
SqlRegex
The regular SQL expression - notation varies between databases.
|
Modifier and Type | Method and Description |
---|---|
BinarySqlOperator |
BinarySqlOperator.clone() |
Modifier and Type | Method and Description |
---|---|
protected void |
RdbmsQueryModelVisitorBase.meetBinarySqlOperator(BinarySqlOperator node) |
Copyright © 2001-2013 Aduna. All Rights Reserved.