getSql() 공개 메소드

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