CI_DB_query_builder::_reset_write PHP Метод

_reset_write() защищенный Метод

Called by the insert() update() insert_batch() update_batch() and delete() functions
protected _reset_write ( ) : void
Результат void
    protected function _reset_write()
    {
        $this->_reset_run(array('qb_set' => array(), 'qb_from' => array(), 'qb_join' => array(), 'qb_where' => array(), 'qb_orderby' => array(), 'qb_keys' => array(), 'qb_limit' => FALSE));
    }