|
ultimix
|
Public Member Functions | |
| __construct () | |
| set_add_limitations ($theAddLimitation) | |
| unsafe_select ($Condition, $Fields=false) | |
| create ($Record) | |
Data Fields | |
| $NativeTable = '`umx_graph_data`' | |
| $Database = false | |
| $DatabaseAlgorithms = false | |
| $Security = false | |
| $SecurityParser = false | |
| $UserAlgorithms = false | |
| $AddLimitations = '1 = 1' | |
Class provides records access routine.
Definition at line 26 of file graph_data_access.php.
| __construct | ( | ) |
Constructor.
Definition at line 66 of file graph_data_access.php.
| create | ( | $Record | ) |
Creating record.
| $Record | Example for creation. |
| Exception | An exception of this type is thrown. |
Definition at line 237 of file graph_data_access.php.
| set_add_limitations | ( | $theAddLimitation | ) |
Function sets additional limitations.
| $theAddLimitation | - Additional limitations. |
| Exception | An exception of this type is thrown. |
Definition at line 112 of file graph_data_access.php.
| unsafe_select | ( | $Condition, | |
$Fields = false |
|||
| ) |
Selecting records.
| $Condition | - Records selection condition. |
| Exception | An exception of this type is thrown. |
Definition at line 153 of file graph_data_access.php.
| $AddLimitations = '1 = 1' |
Definition at line 92 of file graph_data_access.php.
| $Database = false |
Cached objects.
Definition at line 50 of file graph_data_access.php.
| $DatabaseAlgorithms = false |
Definition at line 51 of file graph_data_access.php.
| $NativeTable = '`umx_graph_data`' |
Table name in wich objects of this entity are stored.
Definition at line 38 of file graph_data_access.php.
| $Security = false |
Definition at line 52 of file graph_data_access.php.
| $SecurityParser = false |
Definition at line 53 of file graph_data_access.php.
| $UserAlgorithms = false |
Definition at line 54 of file graph_data_access.php.