public class S_Constant extends SqlExprConstantBase
| Modifier and Type | Field and Description |
|---|---|
static S_Constant |
FALSE |
static S_Constant |
TRUE |
static S_Constant |
TYPE_ERROR |
static com.hp.hpl.jena.datatypes.TypeMapper |
typeMapper |
datatype| Constructor and Description |
|---|
S_Constant(SqlValue value)
TODO The question is whether S_Constant arguments should be NodeValues or Object-datatype pairs
Variables are eventually just type tokens (e.g.
|
S_Constant(TypeToken typeName) |
S_Constant(TypeToken typeName,
String value)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(SqlExprVisitor<T> visitor) |
void |
asString(org.openjena.atlas.io.IndentedWriter writer) |
static S_Constant |
create(SqlValue value) |
boolean |
equals(Object obj) |
SqlValue |
getValue() |
int |
hashCode() |
asConstant, getType_getColumnsMentioned, asFunction, asVariable, getColumnsMentioned, getDatatype, isConstant, isFunction, isVariable, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitasFunction, asVariable, getArgs, getDatatype, isConstant, isFunction, isVariablepublic static final S_Constant TRUE
public static final S_Constant FALSE
public static final com.hp.hpl.jena.datatypes.TypeMapper typeMapper
public static final S_Constant TYPE_ERROR
public S_Constant(SqlValue value)
value - public S_Constant(TypeToken typeName)
@Deprecated public S_Constant(TypeToken typeName, String value)
typeToken - value - public static S_Constant create(SqlValue value)
public SqlValue getValue()
public void asString(org.openjena.atlas.io.IndentedWriter writer)
public int hashCode()
hashCode in class SqlExprBasepublic boolean equals(Object obj)
equals in class SqlExprBasepublic <T> T accept(SqlExprVisitor<T> visitor)
Copyright © 2013. All Rights Reserved.