Example #1
0
 /**
  * Creates a sql COS function
  * @param array $params The params of the cos function
  * @param alias The alias of the function
  * @return FunctionCall
  */
 function FunctionCos(array $params, $alias = '')
 {
     return parent::CreateFunctionCos($params, $alias);
 }