DBJoinCondition Member List
This is the complete list of members for DBJoinCondition, including all inherited members.$column | DBWhere | [protected] |
$logical_operator | DBWhere | [protected] |
$operator | DBWhere | [protected] |
$table | DBWhere | [protected] |
$value | DBWhere | [protected] |
__construct(IDBTable $table1, $column1, IDBTable $table2, $column2, $mode=IDBWhere::LOGIC_AND) | DBJoinCondition | |
DBWhere::__construct(IDBTable $table, $column, $operator=null, $value=null, $mode=IDBWhere::LOGIC_AND) | DBWhere | |
get_column() | DBWhere | |
get_logical_operator() | DBWhere | |
get_operator() | DBWhere | |
get_sql() | DBWhere | |
get_table() | DBWhere | |
get_value() | DBWhere | |
LOGIC_AND | IDBWhere | |
LOGIC_OR | IDBWhere | |
OP_IN | IDBWhere | |
OP_IN_SET | IDBWhere | |
OP_IS_NULL | IDBWhere | |
OP_LIKE | IDBWhere | |
OP_NOT_IN | IDBWhere | |
OP_NOT_IN_SET | IDBWhere | |
OP_NOT_NULL | IDBWhere | |
prefix_table_name($column, $table) | DBWhere | [protected] |