Home
last modified time | relevance | path

Searched defs:insertQ (Results 1 – 7 of 7) sorted by relevance

/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/Util/Download/
H A DRequest.hs77 insertQ y (Q xs ys) = Q xs (y:ys) function
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Formats/src/sqlite_dbi/assembly/
H A DSingleTableAssemblyAdapter.cpp172 SQLiteWriteQuery insertQ(q.arg(readsTable), db, os); in addReads() local
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Formats/src/mysql_dbi/util/
H A DMysqlSingleTableAssemblyAdapter.cpp188 U2SqlQuery insertQ(q.arg(readsTable), db, os); in addReads() local
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Formats/src/sqlite_dbi/
H A DSQLiteSequenceDbi.cpp325 QSharedPointer<SQLiteQuery> insertQ = t.getPreparedQuery(insertString, db, os); in updateSequenceDataCore() local
H A DSQLiteObjectDbi.cpp491 SQLiteWriteQuery insertQ("INSERT INTO FolderContent(folder, object) VALUES(?1, ?2)", db, os); in addObjectsToFolder() local
820 … SQLiteWriteQuery insertQ("INSERT OR IGNORE INTO Parent (parent, child) VALUES (?1, ?2)", db, os); in setParent() local
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Formats/src/mysql_dbi/
H A DMysqlSequenceDbi.cpp338 U2SqlQuery insertQ(insertString, db, os); in updateSequenceDataCore() local
H A DMysqlObjectDbi.cpp481 U2SqlQuery insertQ(insertString, db, os); in addObjectsToFolder() local
938 U2SqlQuery insertQ(insertString, db, os); in setParent() local