! returns \c true if the selected table or the result of a custom query contains numeric data only. returns \c false otherwise. */
| 203 | returns \c false otherwise. |
| 204 | */ |
| 205 | bool ImportSQLDatabaseWidget::isNumericData() const { |
| 206 | return m_numeric; |
| 207 | } |
| 208 | |
| 209 | /*! |
| 210 | loads all available saved connections |
no outgoing calls
no test coverage detected