Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/
H A Dtable_info.h93 void SetCreateTableSql(const std::string &sql); // set 'autoInc_' flag when set sql
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Dtable_info.cpp272 void TableInfo::SetCreateTableSql(const std::string &sql) in SetCreateTableSql() function in DistributedDB::TableInfo
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.cpp722 table.SetCreateTableSql(createTableSql); in AnalysisSchemaSqlAndTrigger()