PHPLinq_Adapter_Mysqli
| category | PHPLinq |
|---|---|
| package | PHPLinq_Adapter |
| copyright | Copyright (c) 2008 - 2009 PHPLinq (http://www.codeplex.com/PHPLinq) |
__construct(\Zend_Db_Adapter_Abstract $adapter)
\Zend_Db_Adapter_Abstract
abs(mixed $number) : string
mixed
stringaddslashes(string $str) : string
string
stringchr($ascii) : string
stringcount(mixed $var) : string
mixed
stringcustom()
| inherited_from | \PHPLinq_Adapter_Abstract::custom() |
|---|
getFunctions() : \array;
| inherited_from | \PHPLinq_Adapter_Abstract::getFunctions() |
|---|
\array;lcfirst(string $str) : string
string
stringltrim(string $str) : string
string
stringmax(mixed $values) : string
mixed
stringmd5(string $str, boolean $raw_output) : string
string
boolean
stringmin(mixed $values) : string
mixed
stringoperand(string $operand) : string
| inherited_from | \PHPLinq_Adapter_Abstract::operand() |
|---|
string
stringoperator(string $operator) : string
string
stringord(string $string) : string
stringA character
stringquote(mixed $value, mixed $type) : mixed
If an array is passed as the value, the array values are quoted and then returned as a comma-separated string.
| inherited_from | \PHPLinq_Adapter_Abstract::quote() |
|---|
mixedThe value to quote.
mixedOPTIONAL the SQL datatype name, or constant, or null.
mixedAn SQL-safe quoted value (or string of separated values).quoteIdentifier(string | array | \Zend_Db_Expr $ident, boolean $auto) : string
Accepts a string representing a qualified indentifier. For Example:
$adapter->quoteIdentifier('myschema.mytable')
Returns: "myschema"."mytable"
Or, an array of one or more identifiers that may form a qualified identifier:
$adapter->quoteIdentifier(array('myschema','my.table'))
Returns: "myschema"."my.table"
The actual quote character surrounding the identifiers may vary depending on the adapter.
| inherited_from | \PHPLinq_Adapter_Abstract::quoteIdentifier() |
|---|
stringarray\Zend_Db_ExprThe identifier.
booleanIf true, heed the AUTO_QUOTE_IDENTIFIERS config option.
stringThe quoted identifier.rand() : string
stringround(float $val, int $precision) : string
float
int
stringrtrim(string $str) : string
string
stringsha1(string $str, boolean $raw_output) : string
string
boolean
stringsoundex(string $str) : string
string
stringstr_repeat(string $input, int $multiplier) : string
string
int
stringstr_replace(mixed $search, mixed $replace, mixed $subject) : string
mixed
mixed
mixed
stringstripos(string $haystack, mixed $needle, int $offset) : string
string
mixed
int
stringstrlen(string $string) : string
string
stringstrpos(string $haystack, mixed $needle, int $offset) : string
string
mixed
int
stringstrtolower(string $str) : string
string
stringstrtoupper(string $str) : string
string
stringsubstr(string $string, int $start, int $length) : string
string
int
int
stringtrim(string $str) : string
string
stringucfirst(string $str) : string
string
string$_adapter : \Zend_Db_Adapter_Abstract
| inherited_from | \PHPLinq_Adapter_Abstract::$$_adapter |
|---|
$_functions : array
| inherited_from | \PHPLinq_Adapter_Abstract::$$_functions |
|---|