Class DibiTranslator
dibi SQL translator.
DibiObject | --DibiTranslator
| Constructor Summary | |
|---|---|
| public |
__construct
(IDibiDriver $driver)
|
| Method Summary | |
|---|---|
| string |
formatValue
(mixed $value, string $modifier)
Apply modifier to single value.
|
| static string |
substitute
($value)
Provides substitution.
|
| string |
translate
($args)
Generates SQL.
|
| Constructor Details | ||||||
|---|---|---|---|---|---|---|
|
line 55 __constructpublic __construct (IDibiDriver $driver)
|
||||||
| Method Details | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
line 184 formatValuepublic string formatValue (mixed $value, string $modifier) Apply modifier to single value.
|
||||||||||||||||||
|
line 585 substitutepublic static string substitute ($value) Provides substitution.
|
||||||||||||||||||
|
line 68 translatepublic string translate ($args) Generates SQL.
|
||||||||||||||||||