Home
last modified time | relevance | path

Searched refs:tableStartDef (Results 1 – 4 of 4) sorted by relevance

/dports/biology/ugene/ugene-40.1/src/corelibs/U2Formats/src/mysql_dbi/
H A DMysqlUdrDbi.h63 static QString tableStartDef(const UdrSchemaId &schemaId);
H A DMysqlUdrDbi.cpp260 QString query = tableStartDef(schema->getId()); in createTable()
333 QString MysqlUdrDbi::tableStartDef(const UdrSchemaId &schemaId) { in tableStartDef() function in U2::MysqlUdrDbi
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Formats/src/sqlite_dbi/
H A DSQLiteUdrDbi.h61 static QString tableStartDef(const UdrSchemaId &schemaId);
H A DSQLiteUdrDbi.cpp235 QString query = tableStartDef(schema->getId()); in createTable()
301 QString SQLiteUdrDbi::tableStartDef(const UdrSchemaId &schemaId) { in tableStartDef() function in U2::SQLiteUdrDbi