|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.todoroo.andlib.sql.DBObject<Field>
com.todoroo.andlib.sql.Field
com.todoroo.andlib.data.Property<java.lang.Integer>
com.todoroo.andlib.data.Property.IntegerProperty
com.todoroo.andlib.data.Property.IntegerFunctionProperty
public static class Property.IntegerFunctionProperty
Runs a SQL function and returns the result as a string
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.todoroo.andlib.data.Property |
---|
Property.CountProperty, Property.DoubleProperty, Property.IntegerFunctionProperty, Property.IntegerProperty, Property.LongProperty, Property.PropertyVisitor<RETURN,PARAMETER>, Property.StringFunctionProperty, Property.StringProperty |
Field Summary |
---|
Fields inherited from class com.todoroo.andlib.data.Property |
---|
name, table |
Constructor Summary | |
---|---|
Property.IntegerFunctionProperty(java.lang.String function,
java.lang.String columnName)
|
Method Summary |
---|
Methods inherited from class com.todoroo.andlib.data.Property.IntegerProperty |
---|
accept |
Methods inherited from class com.todoroo.andlib.data.Property |
---|
clone |
Methods inherited from class com.todoroo.andlib.sql.Field |
---|
between, eq, eqCaseInsensitive, field, gt, in, in, isNotNull, isNull, like, like, lt, lte, neq |
Methods inherited from class com.todoroo.andlib.sql.DBObject |
---|
as, equals, hasAlias, hashCode, toString, toStringInSelect |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Property.IntegerFunctionProperty(java.lang.String function, java.lang.String columnName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |