Beispiel #1
0
 /**
  * Load the column metadata from the last query.
  *
  * @since 3.5.0
  *
  * @access protected
  */
 protected function load_col_info()
 {
     $this->col_info = $this->dbh->load_col_info();
 }