mirror of
https://github.com/dg/dibi.git
synced 2025-08-11 00:24:19 +02:00
Connection: added literal()
This commit is contained in:
@@ -604,6 +604,15 @@ class Connection
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return Literal
|
||||||
|
*/
|
||||||
|
public static function literal($value)
|
||||||
|
{
|
||||||
|
return new Literal($value);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/********************* misc ****************d*g**/
|
/********************* misc ****************d*g**/
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user