getSql() public method

public getSql ( ) : string
return string
Beispiel #1
0
 /**
  * @return string
  */
 public function getSql()
 {
     return $this->selection->getSql();
 }