예제 #1
0
 public function __construct(EngCommandImp $engCommandImp)
 {
     parent::__construct($engCommandImp);
     $this->fields = array();
     $this->keyFields = array();
     $this->fieldValues = array();
     $this->keyFieldValues = array();
     $this->setToDefaultFields = array();
 }
 public function __construct(EngCommandImp $engCommandImp)
 {
     parent::__construct($engCommandImp);
     $this->upLimit = null;
     $this->limitCount = null;
     $this->fieldInfos = array();
     $this->sortedColumns = array();
     $this->joins = array();
     $this->compositeFieldFilters = array();
     $this->customConditions = array();
     $this->fieldFilters = array();
 }
예제 #3
0
 public function __construct(EngCommandImp $engCommandImp)
 {
     parent::__construct($engCommandImp);
     $this->fields = array();
     $this->fieldValues = array();
     $this->setToDefaultFields = array();
     $this->autoincrementInsertion = false;
 }