icingaweb2/library/Icinga/Data
Thomas Gelf db3accc704 Data\Db: rename Query and Connection to Db...
Class names in namespaces should not be chosen as once we didn't have
such. The fact that we already did "use Db\Connection as DbConnection"
is the best hint that naming was wrong.

So this patch renames Db\Connection to Db\DbConnection and does the
same with DbQuery. DbQuery has been adjusted to fit our new SimpleQuery
and to handle the new Filter implementation.
2014-06-06 06:43:13 +00:00
..
DataArray Data\DataArray: use SimpleQuery and new interfaces 2014-06-06 06:21:35 +00:00
Db Data\Db: rename Query and Connection to Db... 2014-06-06 06:43:13 +00:00
Filter Data\Filter: initial commit basic implementation 2014-06-06 06:04:24 +00:00
Browsable.php Implement interface "Browsable" for classes providing page turning 2014-04-15 15:36:13 +02:00
ConnectionInterface.php Data/interfaces: add Filterable, extend Connection 2014-06-06 06:07:33 +00:00
Fetchable.php Add "Fetchable" interface for classes providing data retrieval 2014-04-15 15:40:07 +02:00
Filterable.php Data\DataArray: use SimpleQuery and new interfaces 2014-06-06 06:21:35 +00:00
Limitable.php Implement "Limitable" interface for retrieving just a portion of a result set 2014-04-15 15:48:51 +02:00
PivotTable.php Data\BaseQuery: rename to Data\SimpleQuery 2014-05-07 11:55:35 +00:00
QueryInterface.php Add interface "QueryInterface" implementing Browsable, Fetchable, Filterable, Limitable, Sortable, Countable (WIP) 2014-04-17 14:21:01 +02:00
Queryable.php Add interface "Queryable" (WIP) 2014-04-15 16:23:17 +02:00
ResourceFactory.php Data\Db: rename Query and Connection to Db... 2014-06-06 06:43:13 +00:00
Selectable.php Replace DatasourceInterface with Selectable 2014-04-15 17:43:45 +02:00
SimpleQuery.php Data\SimpleQuery: concrete implementation 2014-06-06 06:12:17 +00:00
Sortable.php Sortable: Fix PHPDoc for parameter `$direction' 2014-05-07 10:00:41 +02:00