예제 #1
0
 function toSQL()
 {
     return DB::e($this->value);
 }
예제 #2
0
파일: Set.php 프로젝트: splitice/radical-db
 function toSQL()
 {
     return DB::e($this->__toString());
 }
예제 #3
0
 function toSQL()
 {
     return DB::e($this->toSQLFormat());
 }