|
Previous Page |
Solar_Sql_Select |
Next Page |
_buildJoin()
protected
void
_buildJoin (
string $name,
string $orig,
string $join,
string $cond
)
Builds $this->_parts['join'] using a 'join' source.
Parameters
- (string)
$name: The table alias. - (string)
$orig: The original table name. - (string)
$join: The join type (null, 'left', 'inner', etc). - (string)
$cond: Join conditions.
Returns
- (void)
Description
Builds $this->_parts['join'] using a 'join' source.
Local
- Overview
- Constants
- Properties
- Methods
- __construct()
- __destruct()
- __toString()
- _addSource()
- _buildFrom()
- _buildJoin()
- _buildSelect()
- _countSubSelect()
- _exception()
- _hasCountCond()
- _join()
- _multiHaving()
- _multiWhere()
- _nameCols()
- _origAlias()
- apiVersion()
- bind()
- clear()
- cols()
- countPages()
- distinct()
- dump()
- fetch()
- fetchAll()
- fetchAssoc()
- fetchCol()
- fetchOne()
- fetchPairs()
- fetchPdo()
- fetchSql()
- fetchValue()
- from()
- fromSelect()
- getPaging()
- group()
- having()
- innerJoin()
- join()
- leftJoin()
- limit()
- limitPage()
- locale()
- multiHaving()
- multiWhere()
- orHaving()
- orWhere()
- order()
- quote()
- quoteInto()
- quoteMulti()
- setPaging()
- unbind()
- where()