com.todoroo.andlib.data
Class Property.StringFunctionProperty

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.String>
              extended by com.todoroo.andlib.data.Property.StringProperty
                  extended by com.todoroo.andlib.data.Property.StringFunctionProperty
All Implemented Interfaces:
java.lang.Cloneable
Enclosing class:
Property<TYPE>

public static class Property.StringFunctionProperty
extends Property.StringProperty

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.StringFunctionProperty(java.lang.String function, java.lang.String columnName)
           
 
Method Summary
 
Methods inherited from class com.todoroo.andlib.data.Property.StringProperty
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.StringFunctionProperty

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