| 1 | <?php |
||
|
0 ignored issues
–
show
introduced
by
Loading history...
|
|||
| 2 | namespace ClickHouseDB\Query; |
||
|
0 ignored issues
–
show
|
|||
| 3 | |||
| 4 | interface Degeneration |
||
| 5 | { |
||
| 6 | public function process($sql); |
||
|
0 ignored issues
–
show
|
|||
| 7 | public function bindParams(array $bindings); |
||
|
0 ignored issues
–
show
|
|||
| 8 | public function getBind():array; |
||
|
0 ignored issues
–
show
|
|||
| 9 | } |