Package | Description |
---|---|
org.openrdf.sail.rdbms.algebra | |
org.openrdf.sail.rdbms.algebra.base |
Modifier and Type | Class and Description |
---|---|
class |
DoubleValue
A static number in an SQL expression.
|
class |
FalseValue
Represents the value false in an SQL expression.
|
class |
NumberValue
A static long value in an SQL expression.
|
class |
SqlNull
The SQL NULL expression.
|
class |
StringValue
An SQL VARCHAR expression.
|
class |
TrueValue
The boolean SQL expression of true.
|
Modifier and Type | Class and Description |
---|---|
class |
BooleanValue
A boolean value of true or false.
|
Modifier and Type | Method and Description |
---|---|
SqlConstant<T> |
SqlConstant.clone() |
Modifier and Type | Method and Description |
---|---|
protected void |
RdbmsQueryModelVisitorBase.meetSqlConstant(SqlConstant<?> node) |
Copyright © 2001-2013 Aduna. All Rights Reserved.