MIOLO25
Carregando...
Procurando...
Nenhuma entrada encontrada
Referência à classe sql
Diagrama de heranças da classe sql
MSQL MSQL

Membros públicos

 sql ($columns='', $tables='', $where='', $orderBy='', $groupBy='', $having='')
 
 __construct ($columns='', $tables='', $where='', $orderBy='', $groupBy='', $having='')
 
 sql ($columns='', $tables='', $where='', $orderBy='', $groupBy='', $having='')
 
 __construct ($columns='', $tables='', $where='', $orderBy='', $groupBy='', $having='')
 
- Membros públicos herdados de MSQL
 __construct ($columns='', $tables='', $where='', $orderBy='', $groupBy='', $having='', $forUpdate=false)
 
 setDb ($db)
 
 setColumns ($string, $distinct=false)
 
 setTables ($string)
 
 setGroupBy ($string)
 
 setOrderBy ($string)
 
 setWhere ($string)
 
 setWhereAnd ($string)
 
 setWhereOr ($string)
 
 setHaving ($string)
 
 setHavingAnd ($string)
 
 setHavingOr ($string)
 
 setJoin ($table1, $table2, $cond, $type='INNER')
 
 setLeftJoin ($table1, $table2, $cond)
 
 setRightJoin ($table1, $table2, $cond)
 
 setForUpdate ($forUpdate=false)
 
 SetSetOperation ($operation, MSQL $sql)
 
 bind ($parameters=null)
 
 prepare ($parameters=null)
 
 insert ($parameters=null)
 
 insertFrom ($sql)
 
 delete ($parameters=null)
 
 update ($parameters=null)
 
 select ($parameters=null)
 
 clear ()
 
 setParameters ()
 
 addParameter ($value)
 
 setRange ()
 
 setOffset ($offset, $rows)
 
 findStr ($target, $source)
 
 parseSqlCommand (&$cmd, $clause, $delimiters)
 
 createFrom ($sqltext)
 

Outros membros herdados

- Campos de Dados herdados de MSQL
 $db
 
 $distinct
 
 $columns
 
 $tables
 
 $where
 
 $groupBy
 
 $having
 
 $orderBy
 
 $forUpdate
 
 $join
 
 $parameters
 
 $command
 
 $range
 
 $bind
 
 $stmt
 
 $setOperation
 

Documentação dos Construtores & Destrutor

◆ __construct() [1/2]

__construct ( $columns = '',
$tables = '',
$where = '',
$orderBy = '',
$groupBy = '',
$having = '' )

◆ __construct() [2/2]

__construct ( $columns = '',
$tables = '',
$where = '',
$orderBy = '',
$groupBy = '',
$having = '' )

Documentação das funções

◆ sql() [1/2]

sql ( $columns = '',
$tables = '',
$where = '',
$orderBy = '',
$groupBy = '',
$having = '' )

◆ sql() [2/2]

sql ( $columns = '',
$tables = '',
$where = '',
$orderBy = '',
$groupBy = '',
$having = '' )

A documentação para esta classe foi gerada a partir dos seguintes ficheiros: