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
string
addslashes(string $str) : string
string
string
chr($ascii) : string
string
count(mixed $var) : string
mixed
string
custom()
inherited_from | \PHPLinq_Adapter_Abstract::custom() |
---|
getFunctions() : \array;
inherited_from | \PHPLinq_Adapter_Abstract::getFunctions() |
---|
\array;
lcfirst(string $str) : string
string
string
ltrim(string $str) : string
string
string
max(mixed $values) : string
mixed
string
md5(string $str, boolean $raw_output) : string
string
boolean
string
min(mixed $values) : string
mixed
string
operand(string $operand) : string
inherited_from | \PHPLinq_Adapter_Abstract::operand() |
---|
string
string
operator(string $operator) : string
string
string
ord(string $string) : string
string
A character
string
quote(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() |
---|
mixed
The value to quote.
mixed
OPTIONAL the SQL datatype name, or constant, or null.
mixed
An 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() |
---|
string
array
\Zend_Db_Expr
The identifier.
boolean
If true, heed the AUTO_QUOTE_IDENTIFIERS config option.
string
The quoted identifier.rand() : string
string
round(float $val, int $precision) : string
float
int
string
rtrim(string $str) : string
string
string
sha1(string $str, boolean $raw_output) : string
string
boolean
string
soundex(string $str) : string
string
string
str_repeat(string $input, int $multiplier) : string
string
int
string
str_replace(mixed $search, mixed $replace, mixed $subject) : string
mixed
mixed
mixed
string
stripos(string $haystack, mixed $needle, int $offset) : string
string
mixed
int
string
strlen(string $string) : string
string
string
strpos(string $haystack, mixed $needle, int $offset) : string
string
mixed
int
string
strtolower(string $str) : string
string
string
strtoupper(string $str) : string
string
string
substr(string $string, int $start, int $length) : string
string
int
int
string
trim(string $str) : string
string
string
ucfirst(string $str) : string
string
string
$_adapter : \Zend_Db_Adapter_Abstract
inherited_from | \PHPLinq_Adapter_Abstract::$$_adapter |
---|
$_functions : array
inherited_from | \PHPLinq_Adapter_Abstract::$$_functions |
---|