Class MySqlDriver
Supplemental MySQL database driver.
- Nette\Object
- Nette\Database\Drivers\MySqlDriver implements Nette\Database\ISupplementalDriver
public
|
#
__construct(
Driver options: |
public
string
|
|
public
mixed
|
|
public
string
|
|
public
string
|
|
public
|
#
applyLimit( string & $sql, integer $limit, integer $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 |
SUPPORT_MULTI_COLUMN_AS_OR_COND,
SUPPORT_MULTI_INSERT_AS_SELECT,
SUPPORT_SELECT_UNGROUPED_COLUMNS,
SUPPORT_SEQUENCE,
SUPPORT_SUBSELECT
|
$reflection
|