Example #1
0
 /**
  * Creates a sql function call
  * @param array $params The params of the abs function
  * @param alias The alias of the function
  * @return FunctionCall
  */
 function FunctionCall($functionName, array $params = array(), $alias = '', $distinctParams = false)
 {
     return parent::CreateFunctionCall($functionName, $params, $alias, $distinctParams);
 }