Beispiel #1
0
 function toSQL()
 {
     return DB::e($this->value);
 }
Beispiel #2
0
 function toSQL()
 {
     return DB::e($this->__toString());
 }
 function toSQL()
 {
     return DB::e($this->toSQLFormat());
 }