Go to the source code of this file.
|
| | OpenMS |
| | FLASHIda C++ to C# (or vice versa) bridge functions The functions here are called in C# to invoke functions in FLASHIda class.
|
| |
| | OpenMS::Internal |
| | Namespace used to hide implementation details from users.
|
| |
|
| bool | tableExists_ (const String &db_name, const String &table_name) |
| | Check if a specified database table exists. More...
|
| |
| void | raiseDBError_ (const QSqlError &error, int line, const char *function, const String &context) |
| | Raise a more informative database error. More...
|
| |