com.todoroo.andlib.data
Class Property.IntegerFunctionProperty

java.lang.Object
  extended by com.todoroo.andlib.sql.DBObject<Field>
      extended by com.todoroo.andlib.sql.Field
          extended by com.todoroo.andlib.data.Property<java.lang.Integer>
              extended by com.todoroo.andlib.data.Property.IntegerProperty
                  extended by com.todoroo.andlib.data.Property.IntegerFunctionProperty
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
Property.CountProperty
Enclosing class:
Property<TYPE>

public static class Property.IntegerFunctionProperty
extends Property.IntegerProperty

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

Property.IntegerFunctionProperty

public Property.IntegerFunctionProperty(java.lang.String function,
                                        java.lang.String columnName)