Home
last modified time | relevance | path

Searched refs:commentAllSqlLines (Results 1 – 3 of 3) sorted by relevance

/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/coreSQLiteStudio/common/
H A Dutils_sql.h86 API_EXPORT QString commentAllSqlLines(const QString& sql);
H A Dutils_sql.cpp657 QString commentAllSqlLines(const QString& sql) in commentAllSqlLines() function
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/Plugins/SqlExport/
H A Dsqlexport.cpp57 writeln(commentAllSqlLines(query)); in beforeExportQueryResults()