PHP Class QQCustomJoin, qcodo

Inheritance: extends QQClause
Show file Open project: qcodo/qcodo

Protected Properties

Property Type Description
$strJoinConditionSql
$strTableAlias
$strTableName

Public Methods

Method Description
UpdateQueryBuilder ( QQueryBuilder $objBuilder )
__construct ( $strTableName, $strTableAlias, $strJoinConditionSql )
__get ( $strName )
__toString ( )

Method Details

UpdateQueryBuilder() public method

public UpdateQueryBuilder ( QQueryBuilder $objBuilder )
$objBuilder QQueryBuilder

__construct() public method

public __construct ( $strTableName, $strTableAlias, $strJoinConditionSql )

__get() public method

public __get ( $strName )

__toString() public method

public __toString ( )

Property Details

$strJoinConditionSql protected property

protected $strJoinConditionSql

$strTableAlias protected property

protected $strTableAlias

$strTableName protected property

protected $strTableName