51 $tmp .=
' ' . strtoupper($joinType) .
' ';
57 if (!empty($from) && !empty(
$table[
'joinCondition'])) {
81 return $this->quote->quoteIdentifier(
$schema) .
'.';
93 return $this->quote->quoteTableAs(
$tableName, $correlationName);
__construct(Quote $quote)
render(Select $select, $sql='')
getQuotedSchema($schema=null)
getQuotedTable($tableName, $correlationName=null)