示例#1
0
 /**
  * Run the supplied query, binding the supplied data to the statement
  * prior to execution.
  *
  * @param string|\Dewdrop\Db\Select $sql
  * @param array $bind
  * @return mixed
  */
 public function query($sql, $bind = array())
 {
     return $this->driver->query($sql, $bind);
 }