com.todoroo.andlib.data
Class Property.CountProperty

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

public static final class Property.CountProperty
extends Property.IntegerFunctionProperty

Counting in aggregated tables. Returns the result of COUNT(1)


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.CountProperty()
           
 
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.CountProperty

public Property.CountProperty()