spoof
|
Public Member Functions | |
__construct ($table_base, $type, $table_join,\lib360\db\condition\ICondition $condition) | |
addTable ($type, $table_join,\lib360\db\condition\ICondition $condition) |
Interface for database join implementations.
__construct | ( | $table_base, | |
$type, | |||
$table_join, | |||
\lib360\db\condition\ICondition | $condition | ||
) |
Constructor.
string | $table_base | string base table name |
integer | $type | join type, one of defined class join type constants should be used |
string | $table_join | joined table name |
\lib360\db\condition\ICondition | $condition | database condition object |
Implemented in Join.
addTable | ( | $type, | |
$table_join, | |||
\lib360\db\condition\ICondition | $condition | ||
) |
Adds a table to the join.
integer | $type | join type, one of defined class join type constants should be used |
string | $table_join | joined table name |
\lib360\db\condition\ICondition | $condition | database condition object |
Implemented in Join.