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