We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d07a20f commit b9190a0Copy full SHA for b9190a0
src/Database.php
@@ -3,15 +3,8 @@
3
4
use Kir\MySQL\Builder\Exception;
5
use Kir\MySQL\Builder\QueryStatement;
6
-use Kir\MySQL\Builder\RunnableSelect;
7
-use Kir\MySQL\Tools\AliasRegistry;
8
9
interface Database {
10
- /**
11
- * @return AliasRegistry
12
- */
13
- public function getAliasRegistry();
14
-
15
/**
16
* @param string $query
17
* @throws Exception
@@ -65,7 +58,7 @@ public function quoteField($field);
65
58
66
59
67
60
* @param array $fields
68
- * @return RunnableSelect
61
+ * @return Builder\RunnableSelect
69
62
*/
70
63
public function select(array $fields = array());
71
64
0 commit comments