Exemple #1
0
 public function data($sColumnName)
 {
     $arrRawSet =& $this->rawClause(SQL::CLAUSE_SET);
     if (isset($arrRawSet['subtree'][$sColumnName])) {
         return SqlCompiler::singleton()->compile($arrRawSet['subtree'][$sColumnName]['subtree']);
     }
 }
Exemple #2
0
 /**
  * @return parser\SqlCompiler
  */
 public static function compiler()
 {
     return compiler\SqlCompiler::singleton();
 }