40 protected $_generator;
47 protected $_cleanSchema = array();
103 $this->_cleanSchema = array();
131 return $this->_cleanSchema;
155 $queries = explode(
';', $sql);
156 $queries = array_filter($queries);
158 foreach ($queries as $query) {
179 $this->_name = $this->
getName();
192 public function delete()
214 return $this->_generator;
224 return $this->_adapter;
236 $config = $defaultAdapter->getConfig();
238 case $defaultAdapter instanceof Zend_Db_Adapter_Mysqli:
241 case $defaultAdapter instanceof Zend_Db_Adapter_Pdo_Mysql:
245 $adapterType = get_class($defaultAdapter);
247 "Adapter '$adapterType' not supported"