mirror of
https://github.com/dg/dibi.git
synced 2025-08-09 23:56:58 +02:00
added IDibiDriver::getReflector()
This commit is contained in:
@@ -151,6 +151,12 @@ interface IDibiDriver
|
||||
*/
|
||||
function getResource();
|
||||
|
||||
/**
|
||||
* Returns the connection reflector.
|
||||
* @return IDibiReflector
|
||||
*/
|
||||
function getReflector();
|
||||
|
||||
/**
|
||||
* Encodes data for use in a SQL statement.
|
||||
* @param string value
|
||||
|
Reference in New Issue
Block a user