public abstract class UnaryFunction extends QueryValue
SUPPORTED_BINARY_OPERATORS| Constructor and Description |
|---|
UnaryFunction(String name,
QueryValue parameter) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendDefaultSql(Query query,
RecordStore recordStore,
StringBuilder buffer) |
int |
appendParameters(int index,
PreparedStatement statement) |
UnaryFunction |
clone() |
boolean |
equals(Object other) |
String |
getName() |
QueryValue |
getParameter() |
List<QueryValue> |
getQueryValues() |
int |
hashCode() |
String |
toString() |
appendSql, cloneQueryValues, expand, getBoundingBox, getBoundingBox, getStringValue, getValue, parseWhere, setRecordDefinition, toFormattedString, toQueryValuepublic UnaryFunction(String name, QueryValue parameter)
public void appendDefaultSql(Query query, RecordStore recordStore, StringBuilder buffer)
appendDefaultSql in class QueryValuepublic int appendParameters(int index,
PreparedStatement statement)
appendParameters in class QueryValuepublic UnaryFunction clone()
clone in class QueryValuepublic String getName()
public QueryValue getParameter()
public List<QueryValue> getQueryValues()
getQueryValues in class QueryValueCopyright © 2015 Revolution Systems Inc.. All rights reserved.