Exemplo n.º 1
0
 function toSQL()
 {
     return DB::e($this->value);
 }
Exemplo n.º 2
0
 function toSQL()
 {
     return DB::e($this->__toString());
 }
Exemplo n.º 3
0
 function toSQL()
 {
     return DB::e($this->toSQLFormat());
 }