mirror of
https://github.com/dg/dibi.git
synced 2025-08-08 07:06:52 +02:00
Firebird driver: added missing getReflector()
This commit is contained in:
@@ -240,6 +240,17 @@ class DibiFirebirdDriver extends DibiObject implements IDibiDriver, IDibiResultD
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns the connection reflector.
|
||||||
|
* @return IDibiReflector
|
||||||
|
*/
|
||||||
|
public function getReflector()
|
||||||
|
{
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/********************* SQL ********************/
|
/********************* SQL ********************/
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user