Class MySqlDriver
Supplemental MySQL database driver.
- Nette\Object
- Nette\Database\Drivers\MySqlDriver implements Nette\Database\ISupplementalDriver
public
|
#
__construct(
Driver options: |
public
|
|
public
string
|
|
public
mixed
|
|
public
string
|
|
public
|
|
public
string
|
|
public
|
#
applyLimit( string & $sql, integer|null $limit, integer|null $offset )
Injects LIMIT/OFFSET to the SQL query. |
public
array
|
|
public
array
|
|
public
array
|
|
public
array
|
|
public
array
|
|
public
array
|
#
getColumnTypes(
Returns associative array of detected types (IReflection::FIELD_*) in result set. |
public
boolean
|
__call(),
__callStatic(),
__get(),
__isset(),
__set(),
__unset(),
extensionMethod(),
getReflection()
|
integer |
ERROR_ACCESS_DENIED
|
# 1045 |
integer |
ERROR_DUPLICATE_ENTRY
|
# 1062 |
integer |
ERROR_DATA_TRUNCATED
|
# 1265 |
$reflection
|