Release 0.52
[awl.git] / docs / api / awl / AwlDatabase / _AwlDBDialect.php.html
blobf2fbe55a732ead4fe99ab0167cf0b047e5b6e42f
2 Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
3 <?xml version="1.0" encoding="iso-8859-1"?>
4 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5 <html xmlns="http://www.w3.org/1999/xhtml">
6 <head>
7 <!-- template designed by Marco Von Ballmoos -->
8 <title>Docs for page AwlDBDialect.php</title>
9 <link rel="stylesheet" href="../../media/stylesheet.css" />
10 <script src="../../media/lib/classTree.js"></script>
11 <script language="javascript" type="text/javascript">
12 var imgPlus = new Image();
13 var imgMinus = new Image();
14 imgPlus.src = "../../media/images/plus.png";
15 imgMinus.src = "../../media/images/minus.png";
17 function showNode(Node){
18 switch(navigator.family){
19 case 'nn4':
20 // Nav 4.x code fork...
21 var oTable = document.layers["span" + Node];
22 var oImg = document.layers["img" + Node];
23 break;
24 case 'ie4':
25 // IE 4/5 code fork...
26 var oTable = document.all["span" + Node];
27 var oImg = document.all["img" + Node];
28 break;
29 case 'gecko':
30 // Standards Compliant code fork...
31 var oTable = document.getElementById("span" + Node);
32 var oImg = document.getElementById("img" + Node);
33 break;
35 oImg.src = imgMinus.src;
36 oTable.style.display = "block";
39 function hideNode(Node){
40 switch(navigator.family){
41 case 'nn4':
42 // Nav 4.x code fork...
43 var oTable = document.layers["span" + Node];
44 var oImg = document.layers["img" + Node];
45 break;
46 case 'ie4':
47 // IE 4/5 code fork...
48 var oTable = document.all["span" + Node];
49 var oImg = document.all["img" + Node];
50 break;
51 case 'gecko':
52 // Standards Compliant code fork...
53 var oTable = document.getElementById("span" + Node);
54 var oImg = document.getElementById("img" + Node);
55 break;
57 oImg.src = imgPlus.src;
58 oTable.style.display = "none";
61 function nodeIsVisible(Node){
62 switch(navigator.family){
63 case 'nn4':
64 // Nav 4.x code fork...
65 var oTable = document.layers["span" + Node];
66 break;
67 case 'ie4':
68 // IE 4/5 code fork...
69 var oTable = document.all["span" + Node];
70 break;
71 case 'gecko':
72 // Standards Compliant code fork...
73 var oTable = document.getElementById("span" + Node);
74 break;
76 return (oTable && oTable.style.display == "block");
79 function toggleNodeVisibility(Node){
80 if (nodeIsVisible(Node)){
81 hideNode(Node);
82 }else{
83 showNode(Node);
86 </script>
87 </head>
88 <body>
89 <div class="page-body">
90 <h2 class="file-name"><img src="../../media/images/Page_logo.png" alt="File" style="vertical-align: middle">/AwlDBDialect.php</h2>
92 <a name="sec-description"></a>
93 <div class="info-box">
94 <div class="info-box-title">Description</div>
95 <div class="nav-bar">
96 <span class="disabled">Description</span> |
97 <a href="#sec-classes">Classes</a>
98 | <a href="#sec-constants">Constants</a>
99 </div>
100 <div class="info-box-body">
101 <!-- ========== Info from phpDoc block ========= -->
102 <p class="short-description">AwlDatabase - support for different SQL dialects</p>
103 <p class="description"><p>This subpackage provides dialect specific support for PostgreSQL, and may, over time, be extended to provide support for other SQL dialects.</p><p>See http://wiki.davical.org/w/Coding/AwlQuery for design and usage information.</p></p>
104 <ul class="tags">
105 <li><span class="field">author:</span> Andrew McMillan &lt;<a href="mailto:andrew@morphoss.com">andrew@morphoss.com</a>&gt;</li>
106 <li><span class="field">copyright:</span> Morphoss Ltd</li>
107 <li><span class="field">license:</span> <a href="http://gnu.org/copyleft/gpl.html">GNU GPL v3 or later</a></li>
108 </ul>
110 </div>
111 </div>
113 <a name="sec-classes"></a>
114 <div class="info-box">
115 <div class="info-box-title">Classes</div>
116 <div class="nav-bar">
117 <a href="#sec-description">Description</a> |
118 <span class="disabled">Classes</span>
119 | <a href="#sec-constants">Constants</a>
120 </div>
121 <div class="info-box-body">
122 <table cellpadding="2" cellspacing="0" class="class-table">
123 <tr>
124 <th class="class-table-header">Class</th>
125 <th class="class-table-header">Description</th>
126 </tr>
127 <tr>
128 <td style="padding-right: 2em; vertical-align: top; white-space: nowrap">
129 <img src="../../media/images/Class.png"
130 alt=" class"
131 title=" class"/>
132 <a href="../../awl/AwlDatabase/AwlDBDialect.html">AwlDBDialect</a>
133 </td>
134 <td>
135 The AwlDBDialect class handles support for different SQL dialects
136 </td>
137 </tr>
138 </table>
139 </div>
140 </div>
143 <a name="sec-constants"></a>
144 <div class="info-box">
145 <div class="info-box-title">Constants</div>
146 <div class="nav-bar">
147 <a href="#sec-description">Description</a> |
148 <a href="#sec-classes">Classes</a>
149 | <span class="disabled">Constants</span>
150 </div>
151 <div class="info-box-body">
153 Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
155 Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
156 <a name="defineE_USER_ERROR"><!-- --></a>
157 <div class="oddrow">
159 <div>
160 <img src="../../media/images/Constant.png" />
161 <span class="const-title">
162 <span class="const-name">E_USER_ERROR</span> = 256
163 (line <span class="line-number">18</span>)
164 </span>
165 </div>
167 <!-- ========== Info from phpDoc block ========= -->
170 </div>
171 </div>
172 </div>
176 <p class="notes" id="credit">
177 Documentation generated on Sun, 17 Jun 2012 10:00:14 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
178 </p>
179 </div></body>
180 </html>