Class MySQL
Defined settings:
- array database
- string adapter
- string name, Database name
- string username
- string password
- string host
- integer port
- Phramework\Database\PostgreSQL implements Phramework\Database\IAdapter
- Phramework\Database\MySQL
Namespace: Phramework\Database
License: Apache-2.0
Author: Xenofon Spafaridis nohponex@gmail.com
Since: 0.0.0
Uses: \PDO
Located at MySQL.php
License: Apache-2.0
Author: Xenofon Spafaridis nohponex@gmail.com
Since: 0.0.0
Uses: \PDO
Located at MySQL.php
Methods summary
public
|
Methods inherited from Phramework\Database\PostgreSQL
bindExecute()
,
bindExecuteAndFetch()
,
bindExecuteAndFetchAll()
,
bindExecuteLastInsertId()
,
close()
,
execute()
,
executeAndFetch()
,
executeAndFetchAll()
,
executeAndFetchAllArray()
,
executeAndFetchArray()
,
executeLastInsertId()
,
getAdapterName()
Properties summary
protected
string
|
$adapterName
|
#
'mysql'
|