| Modifier and Type | Field and Description |
|---|---|
static SqlExprValue |
FALSE |
static SqlExprValue |
TRUE |
static SqlExprValue |
TYPE_ERROR |
| Constructor and Description |
|---|
SqlExprValue(Object object) |
SqlExprValue(Object object,
SqlDatatype datatype) |
| Modifier and Type | Method and Description |
|---|---|
static SqlExprValue |
createNull(SqlDatatype datatype) |
boolean |
equals(Object obj) |
Object |
getObject() |
int |
hashCode() |
String |
toString() |
_getColumnsMentioned, asString, asString, asString, getColumnsMentioned, getDatatypepublic static final SqlExprValue TYPE_ERROR
public static final SqlExprValue FALSE
public static final SqlExprValue TRUE
public SqlExprValue(Object object)
public SqlExprValue(Object object, SqlDatatype datatype)
public static SqlExprValue createNull(SqlDatatype datatype)
public Object getObject()
public String toString()
toString in class SqlExprBaseCopyright © 2014. All Rights Reserved.