Example #1
0
 public function getQuery(Database $database)
 {
     return $database->procedure($this->name, $this->arguments, $this->returns, $this->declare, $this->body, $this->return);
 }