mirror of
https://github.com/dg/dibi.git
synced 2025-08-08 23:26:49 +02:00
Driver's reflection capabilities moved to IDibiReflector
This commit is contained in:
@@ -231,12 +231,20 @@ interface IDibiDriver
|
||||
* @return mixed
|
||||
*/
|
||||
function getResultResource();
|
||||
}
|
||||
|
||||
|
||||
|
||||
/********************* reflection ****************d*g**/
|
||||
|
||||
|
||||
/**
|
||||
* dibi driver reflection.
|
||||
*
|
||||
* @copyright Copyright (c) 2005, 2010 David Grudl
|
||||
* @package dibi
|
||||
*/
|
||||
interface IDibiReflector
|
||||
{
|
||||
|
||||
/**
|
||||
* Returns list of tables.
|
||||
|
Reference in New Issue
Block a user