Documentation

Aggregate : string
in package

Table of Contents

Cases

AVG  = 'AVG'
COUNT  = 'COUNT'
MAX  = 'MAX'
MIN  = 'MIN'
SUM  = 'SUM'

Methods

buildSQL()  : string
values()  : array<string|int, mixed>

Cases

Methods

buildSQL()

public buildSQL(string $field[, string $alias = '' ]) : string
Parameters
$field : string
$alias : string = ''
Return values
string

values()

public static values() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results