phramework/database
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo

Namespaces

  • Phramework
    • Database
      • Operations

Classes

  • Database
  • MySQL
  • PostgreSQL
  • SQLite

Interfaces

  • IAdapter

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
Extended by 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

Methods summary

public
# __construct( object $settingsDb )

Parameters

$settingsDb

Throws

Phramework\Exceptions\DatabaseException

Overrides

Phramework\Database\PostgreSQL::__construct

Methods inherited from Phramework\Database\PostgreSQL

bindExecute(), bindExecuteAndFetch(), bindExecuteAndFetchAll(), bindExecuteLastInsertId(), close(), execute(), executeAndFetch(), executeAndFetchAll(), executeAndFetchAllArray(), executeAndFetchArray(), executeLastInsertId(), getAdapterName()

Properties summary

protected string $adapterName
# 'mysql'

Properties inherited from Phramework\Database\PostgreSQL

$link

phramework/database API documentation generated by ApiGen