|
7 | 7 | use function ezsql\functions\getVendor; |
8 | 8 |
|
9 | 9 | /** |
10 | | - * Core class containing common functions to manipulate query result |
11 | | - * sets once returned |
| 10 | + * Core class containing common functions to manipulate **query** `result sets` once returned. |
12 | 11 | * |
13 | | - * @method set/get{property} - a property that needs to be accessed |
| 12 | + * The class properties can be accessed with either a `set` or `get` prefix as a function. |
14 | 13 | * |
15 | | - * @method void setDebugAll($args); |
16 | | - * @method void setTrace($args); |
17 | | - * @method void setDebugCalled($args); |
18 | | - * @method void setVarDumpCalled($args); |
19 | | - * @method void setShowErrors($args); |
20 | | - * @method void setNumQueries($args); |
21 | | - * @method void setConnQueries($args); |
22 | | - * @method void setCapturedErrors($args); |
23 | | - * @method void setCacheDir($args); |
24 | | - * @method void setUseDiskCache($args); |
25 | | - * @method void setCacheTimeout($args); |
26 | | - * @method void setCacheQueries($args); |
27 | | - * @method void setCacheInserts($args); |
28 | | - * @method void setNumRows($args); |
29 | | - * @method void setDbConnectTime($args); |
30 | | - * @method void setSqlLogFile($args); |
31 | | - * @method void setProfileTimes($args); |
32 | | - * @method void setInsertId($args); |
33 | | - * @method void setLastQuery($args); |
34 | | - * @method void setLastError($args); |
35 | | - * @method void setColInfo($args); |
36 | | - * @method void setTimers($args); |
37 | | - * @method void setTotalQueryTime($args); |
38 | | - * @method void setTraceLog($args); |
39 | | - * @method void setUseTraceLog($args); |
40 | | - * @method void setDoProfile($args); |
41 | | - * @method void setLastResult($args); |
42 | | - * @method void setFromDiskCache($args); |
43 | | - * @method void setDebugEchoIsOn($args); |
44 | | - * @method void setFuncCall($args); |
45 | | - * @method void setAllFuncCalls($args); |
46 | | - * @method void setTable($name); |
47 | | - * @method void setPrefix($append); |
| 14 | + * @method void setDebugAll($args) |
| 15 | + * @method void setTrace($args) |
| 16 | + * @method void setDebugCalled($args) |
| 17 | + * @method void setVarDumpCalled($args) |
| 18 | + * @method void setShowErrors($args) |
| 19 | + * @method void setNumQueries($args) |
| 20 | + * @method void setConnQueries($args) |
| 21 | + * @method void setCapturedErrors($args) |
| 22 | + * @method void setCacheDir($args) |
| 23 | + * @method void setUseDiskCache($args) |
| 24 | + * @method void setCacheTimeout($args) |
| 25 | + * @method void setCacheQueries($args) |
| 26 | + * @method void setCacheInserts($args) |
| 27 | + * @method void setNumRows($args) |
| 28 | + * @method void setDbConnectTime($args) |
| 29 | + * @method void setSqlLogFile($args) |
| 30 | + * @method void setProfileTimes($args) |
| 31 | + * @method void setInsertId($args) |
| 32 | + * @method void setLastQuery($args) |
| 33 | + * @method void setLastError($args) |
| 34 | + * @method void setColInfo($args) |
| 35 | + * @method void setTimers($args) |
| 36 | + * @method void setTotalQueryTime($args) |
| 37 | + * @method void setTraceLog($args) |
| 38 | + * @method void setUseTraceLog($args) |
| 39 | + * @method void setDoProfile($args) |
| 40 | + * @method void setLastResult($args) |
| 41 | + * @method void setFromDiskCache($args) |
| 42 | + * @method void setDebugEchoIsOn($args) |
| 43 | + * @method void setFuncCall($args) |
| 44 | + * @method void setAllFuncCalls($args) |
| 45 | + * @method void setTable($name) |
| 46 | + * @method void setPrefix($append) |
48 | 47 | * |
49 | | - * @method string getDebugAll(); |
50 | | - * @method string getTrace(); |
51 | | - * @method string getDebugCalled(); |
52 | | - * @method string getVarDumpCalled(); |
53 | | - * @method string getShowErrors(); |
54 | | - * @method string getNumQueries(); |
55 | | - * @method string getConnQueries(); |
56 | | - * @method string getCapturedErrors(); |
57 | | - * @method string getCacheDir(); |
58 | | - * @method string getUseDiskCache(); |
59 | | - * @method string getCacheTimeout(); |
60 | | - * @method string getCacheQueries(); |
61 | | - * @method string getCacheInserts(); |
62 | | - * @method string getNumRows(); |
63 | | - * @method string getDbConnectTime(); |
64 | | - * @method string getSqlLogFile(); |
65 | | - * @method string getProfileTimes(); |
66 | | - * @method string getInsertId(); |
67 | | - * @method string getLastQuery(); |
68 | | - * @method string getLastError(); |
69 | | - * @method string getColInfo(); |
70 | | - * @method string getTimers(); |
71 | | - * @method string getTotalQueryTime(); |
72 | | - * @method string getTraceLog(); |
73 | | - * @method string getUseTraceLog(); |
74 | | - * @method string getDoProfile(); |
75 | | - * @method string getLastResult(); |
76 | | - * @method string getFromDiskCache(); |
77 | | - * @method string getDebugEchoIsOn(); |
78 | | - * @method string getFuncCall(); |
79 | | - * @method string getAllFuncCalls(); |
80 | | - * @method string getTable(); |
81 | | - * @method string getPrefix(); |
| 48 | + * @method string getDebugAll() |
| 49 | + * @method string getTrace() |
| 50 | + * @method string getDebugCalled() |
| 51 | + * @method string getVarDumpCalled() |
| 52 | + * @method string getShowErrors() |
| 53 | + * @method string getNumQueries() |
| 54 | + * @method string getConnQueries() |
| 55 | + * @method string getCapturedErrors() |
| 56 | + * @method string getCacheDir() |
| 57 | + * @method string getUseDiskCache() |
| 58 | + * @method string getCacheTimeout() |
| 59 | + * @method string getCacheQueries() |
| 60 | + * @method string getCacheInserts() |
| 61 | + * @method string getNumRows() |
| 62 | + * @method string getDbConnectTime() |
| 63 | + * @method string getSqlLogFile() |
| 64 | + * @method string getProfileTimes() |
| 65 | + * @method string getInsertId() |
| 66 | + * @method string getLastQuery() |
| 67 | + * @method string getLastError() |
| 68 | + * @method string getColInfo() |
| 69 | + * @method string getTimers() |
| 70 | + * @method string getTotalQueryTime() |
| 71 | + * @method string getTraceLog() |
| 72 | + * @method string getUseTraceLog() |
| 73 | + * @method string getDoProfile() |
| 74 | + * @method string getLastResult() |
| 75 | + * @method string getFromDiskCache() |
| 76 | + * @method string getDebugEchoIsOn() |
| 77 | + * @method string getFuncCall() |
| 78 | + * @method string getAllFuncCalls() |
| 79 | + * @method string getTable() |
| 80 | + * @method string getPrefix() |
82 | 81 | */ |
83 | 82 | class ezsqlModel extends ezQuery implements ezsqlModelInterface |
84 | 83 | { |
|
0 commit comments