Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_predicates_join_b_test.cpp62 const std::string CREATE_TABLE_JOB_SQL = std::string("CREATE TABLE IF NOT EXISTS job ") + variable
122 store_->ExecuteSql(CREATE_TABLE_JOB_SQL); in GenerateAllTables()