($name, $value, $type = "")
| 30 | } |
| 31 | |
| 32 | public function bind($name, $value, $type = "") |
| 33 | { |
| 34 | $this->exec(chr(3), $this->id.chr(0).$name.chr(0).$value.chr(0).$type); |
| 35 | } |
| 36 | |
| 37 | public function context($value, $type = "") |
| 38 | { |
no test coverage detected