public class BaseCountable extends AbstractDao
Constructor and Description |
---|
BaseCountable() |
Modifier and Type | Method and Description |
---|---|
protected long |
getCount(Storage storage,
Category<AggregateCount> category,
String descriptor)
Performs an aggregate count query as described by the given descriptor.
|
protected Logger |
getLogger() |
executeQuery, executeStatement, getEmptyResultCursor
protected long getCount(Storage storage, Category<AggregateCount> category, String descriptor)
storage
- the storage to use for preparing the descriptor.category
- the query category.descriptor
- the query descriptor.protected Logger getLogger()
getLogger
in class AbstractDao
Copyright © 2017. All rights reserved.