| 1 | <?php |
||
| 7 | class Prepared extends Deferred implements PreparedStatement |
||
| 8 | { |
||
| 9 | use StatementAwareTrait; |
||
| 10 | use StatementHandlerTrait; |
||
| 11 | |||
| 12 | protected $prepare; |
||
| 13 | |||
| 14 | public function __construct(PrepareQuery $prepare) |
||
| 19 | |||
| 20 | public function getParams() |
||
| 24 | |||
| 25 | public function setParams(array $params = []) |
||
| 31 | |||
| 32 | public function execute(ConnectorInterface $connector) |
||
| 36 | |||
| 37 | public function execPreparedStmt() |
||
| 45 | } |