@@ -388,10 +388,22 @@ |
||
388 | 388 | return $this->joinClause($clause, '', $result, $settings); |
389 | 389 | } |
390 | 390 | |
391 | + /** |
|
392 | + * @return boolean |
|
393 | + */ |
|
391 | 394 | abstract protected function isRaw($str, /*# bool */ $rawMode)/*# : bool */; |
392 | 395 | abstract protected function processValue($value)/*# : string */; |
396 | + |
|
397 | + /** |
|
398 | + * @param string $clauseName |
|
399 | + */ |
|
393 | 400 | abstract protected function &getClause(/*# string */ $clauseName)/*# : array */; |
394 | 401 | abstract protected function quoteItem($item, array $settings, /*# bool */ $rawMode = false)/*# : string */; |
402 | + |
|
403 | + /** |
|
404 | + * @param string $prefix |
|
405 | + * @param string $seperator |
|
406 | + */ |
|
395 | 407 | abstract protected function joinClause( |
396 | 408 | /*# : string */ $prefix, |
397 | 409 | /*# : string */ $seperator, |