aboutsummaryrefslogtreecommitdiffstats
path: root/SQLiteStudio3/coreSQLiteStudio/db/dbsqlite3.h
diff options
context:
space:
mode:
Diffstat (limited to 'SQLiteStudio3/coreSQLiteStudio/db/dbsqlite3.h')
-rw-r--r--SQLiteStudio3/coreSQLiteStudio/db/dbsqlite3.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/SQLiteStudio3/coreSQLiteStudio/db/dbsqlite3.h b/SQLiteStudio3/coreSQLiteStudio/db/dbsqlite3.h
index 29db5a8..1509dff 100644
--- a/SQLiteStudio3/coreSQLiteStudio/db/dbsqlite3.h
+++ b/SQLiteStudio3/coreSQLiteStudio/db/dbsqlite3.h
@@ -28,6 +28,8 @@ class API_EXPORT DbSqlite3 : public AbstractDb3<Sqlite3>
* @overload
*/
DbSqlite3(const QString& name, const QString& path);
+
+ static bool complete(const QString& sql);
};
#endif // DBSQLITE3_H