MCPcopy Create free account
hub / github.com/KDE/labplot / isNumericData

Method isNumericData

src/frontend/datasources/ImportSQLDatabaseWidget.cpp:205–207  ·  view source on GitHub ↗

! returns \c true if the selected table or the result of a custom query contains numeric data only. returns \c false otherwise. */

Source from the content-addressed store, hash-verified

203 returns \c false otherwise.
204 */
205bool ImportSQLDatabaseWidget::isNumericData() const {
206 return m_numeric;
207}
208
209/*!
210 loads all available saved connections

Callers 2

importToMethod · 0.80
checkOkButtonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected