|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.h2.expression.Expression
org.h2.expression.Condition
public abstract class Condition
Represents a condition returning a boolean value, or NULL.
| Constructor Summary | |
|---|---|
Condition()
|
|
| Method Summary | |
|---|---|
int |
getDisplaySize()
Get the display size of this expression. |
long |
getPrecision()
Get the precision of this expression. |
int |
getScale()
Get the scale of this expression. |
int |
getType()
Return the data type. |
| Methods inherited from class org.h2.expression.Expression |
|---|
addFilterConditions, createIndexConditions, getAlias, getBooleanValue, getColumnName, getCost, getNonAliasExpression, getNotIfPossible, getNullable, getSchemaName, getSQL, getTableAlias, getTableName, getValue, isAutoIncrement, isConstant, isEverything, isEverything, isValueSet, isWildcard, mapColumns, optimize, optimizeInJoin, setEvaluatable, toString, updateAggregate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Condition()
| Method Detail |
|---|
public int getType()
Expression
getType in class Expressionpublic int getScale()
Expression
getScale in class Expressionpublic long getPrecision()
Expression
getPrecision in class Expressionpublic int getDisplaySize()
Expression
getDisplaySize in class Expression
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||