Class database
the database abstract model
Direct known subclasses
Abstract
Namespace: cmc\db
Copyright: Copyright (c) Calmarsoft company (FRANCE) (http://calmarsoft.com)
License: GNU General Public License version 3
Version: 0.9
Link: CMC Project
Located at db/database.php
Namespace: cmc\db
Copyright: Copyright (c) Calmarsoft company (FRANCE) (http://calmarsoft.com)
License: GNU General Public License version 3
Version: 0.9
Link: CMC Project
Located at db/database.php
Methods summary
public | |
abstract public boolean | |
public string | |
public | |
public | |
public | |
abstract public boolean | |
abstract public | |
abstract public | |
abstract public | # getdataSource( mixed $sqlData ) creates a datasource object from sql Text may be checked and/or prepared depending on implementation |
abstract public | |
public boolean | # executeQueries( string $text ) direct execution of multiple queries, with a semicolon separation typical use is SQL scripts in case of failure, it stops execution and throws exception |
Magic methods summary
Properties summary
protected mixed | $_de | |
protected mixed | $_user | |
protected mixed | $_passwd | |
protected mixed | $_server | |
protected mixed | $_database | |
protected mixed | $_port | |
protected mixed | $_lasterror |