@@ -118,8 +118,20 @@ |
||
118 | 118 | return $this->buildClause('ORDER BY', 'ORDER BY', $settings); |
119 | 119 | } |
120 | 120 | |
121 | + /** |
|
122 | + * @param boolean $rawMode |
|
123 | + */ |
|
121 | 124 | abstract protected function isRaw($str, /*# bool */ $rawMode)/*# : bool */; |
125 | + |
|
126 | + /** |
|
127 | + * @param string $clauseName |
|
128 | + */ |
|
122 | 129 | abstract protected function &getClause(/*# string */ $clauseName)/*# : array */; |
130 | + |
|
131 | + /** |
|
132 | + * @param string $clauseName |
|
133 | + * @param string $clausePrefix |
|
134 | + */ |
|
123 | 135 | abstract protected function buildClause( |
124 | 136 | /*# string */ $clauseName, |
125 | 137 | /*# string */ $clausePrefix, |
@@ -93,5 +93,8 @@ |
||
93 | 93 | } |
94 | 94 | } |
95 | 95 | |
96 | + /** |
|
97 | + * @param string $clauseName |
|
98 | + */ |
|
96 | 99 | abstract protected function &getClause(/*# string */ $clauseName)/*# : array */; |
97 | 100 | } |
@@ -118,8 +118,20 @@ |
||
118 | 118 | return $this->buildClause('ORDER BY', 'ORDER BY', $settings); |
119 | 119 | } |
120 | 120 | |
121 | + /** |
|
122 | + * @param boolean $rawMode |
|
123 | + */ |
|
121 | 124 | abstract protected function isRaw($str, /*# bool */ $rawMode)/*# : bool */; |
125 | + |
|
126 | + /** |
|
127 | + * @param string $clauseName |
|
128 | + */ |
|
122 | 129 | abstract protected function &getClause(/*# string */ $clauseName)/*# : array */; |
130 | + |
|
131 | + /** |
|
132 | + * @param string $clauseName |
|
133 | + * @param string $clausePrefix |
|
134 | + */ |
|
123 | 135 | abstract protected function buildClause( |
124 | 136 | /*# string */ $clauseName, |
125 | 137 | /*# string */ $clausePrefix, |