Exemple #1
0
 /**
  * This function returns the SQL statement.
  *
  * @access public
  * @override
  * @param boolean $terminated                   whether to add a semi-colon to the end
  *                                              of the statement
  * @return string                               the SQL statement
  */
 public function statement($terminated = TRUE)
 {
     return $this->builder->statement($terminated);
 }