Inheritance diagram for QueryObj:
Collaboration diagram for QueryObj:Public Member Functions | |
| QueryObj ($dbaccess, $class) | |
| AlphaClause () | |
| GenPage ($url, $nores, $complete="FALSE", $display_form="YES") | |
| GenForm ($url, $display_form="YES") | |
| init ($attr, $default) | |
Public Member Functions inherited from QueryDb | |
| __construct ($dbaccess, $class) | |
| Query ($start=0, $slice=0, $res_type="LIST", $p_query="") | |
| Count ($start=0, $slice=0) | |
| CriteriaClause () | |
| AlphaClause () | |
| SupClause () | |
| AddQuery ($contraint) | |
| resetQuery () | |
| AddField ($sqlattr, $resultname="") | |
Data Fields | |
| $down = " v" | |
| $up = " ^" | |
| $display_alpha = "FALSE" | |
| $alpha_default = "NONE" | |
Data Fields inherited from QueryDb | |
| $nb = 0 | |
| $LastQuery = "" | |
| $table | |
| $operators | |
| $casse = "NON" | |
| $criteria = "" | |
| $order_by = "" | |
| $operator | |
| $string | |
| $slice | |
| $start | |
| $desc | |
| $res_type | |
| $cindex | |
| $list = array() | |
| $basic_elem | |
Definition at line 117 of file Class.QueryObj.php.
| AlphaClause | ( | ) |
Definition at line 146 of file Class.QueryObj.php.
| GenForm | ( | $url, | |
$display_form = "YES" |
|||
| ) |
Definition at line 209 of file Class.QueryObj.php.
| GenPage | ( | $url, | |
| $nores, | |||
$complete = "FALSE", |
|||
$display_form = "YES" |
|||
| ) |
| init | ( | $attr, | |
| $default | |||
| ) |
Definition at line 437 of file Class.QueryObj.php.
| QueryObj | ( | $dbaccess, | |
| $class | |||
| ) |
| $alpha_default = "NONE" |
Definition at line 124 of file Class.QueryObj.php.
| $display_alpha = "FALSE" |
Definition at line 123 of file Class.QueryObj.php.
| $down = " v" |
Definition at line 120 of file Class.QueryObj.php.
| $up = " ^" |
Definition at line 121 of file Class.QueryObj.php.