mirror of
https://github.com/dg/dibi.git
synced 2025-08-05 05:37:39 +02:00
added IDibiVariable
This commit is contained in:
@@ -25,6 +25,17 @@ interface IDataSource extends Countable, IteratorAggregate
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Object that is able to generate SQL.
|
||||
* @package dibi
|
||||
*/
|
||||
interface IDibiVariable
|
||||
{
|
||||
|
||||
function toSql();
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user