protected function __finished()
 {
     Database_Connections::destroy_all();
 }
 function __construct($string = null, $connection_id = null, $execute = false)
 {
     $this->connection_data = Database_Connections::retrieve();
 }