Todo List
A_Sql_Statement | --A_Sql_Select
Generate SQL SELECT statement
[line 45]
[line 30]
[line 23]
$this columns( )
$this crossJoin( string $table1, string $table2)
$this from( mixed $table_name)
$this fullJoin( string $table1, string $table2)
int getColumns( )
self groupBy( unknown_type $columns)
$this having( unknown_type $arg1, [unknown_type $arg2 = null], [unknown_type $arg3 = null])
Succesive having invocations are added by AND
$this innerJoin( string $table1, string $table2)
$this join( string $table1, string $table2, [string $type = 'INNER'])
$this leftJoin( string $table1, string $table2)
$this limit( [int $count = null], [int $offset = null])
$this limitPage( int $page, int $rowCount)
$this naturalJoin( string $table1, string $table2)
$this on( mixed $arg1, [ $arg2 = null], [ $arg3 = null])
$this orderBy( unknown_type $columns)
$this orHaving( unknown_type $data, [unknown_type $value = null])
$this orWhere( mixed $data, [string $value = null])
string render( )
$this reset( string $part)
$this rightJoin( string $table1, string $table2)
$this where( [mixed $arg1 = null], [mixed $arg2 = null], [mixed $arg3 = null])
Succesive where invocations are added by AND
string __toString( )