Searched refs:localTable_ (Results 1 – 2 of 2) sorted by relevance
87 localTable_ = std::move(localTable); in SetLocalTable()92 return localTable_; in GetLocalTable()116 const auto &localTableFields = localTable_.GetFields(); in GetInsertStatement()154 const auto &localTableFields = localTable_.GetFields(); in BindInsertStatement()178 …std::string sql = "DELETE FROM " + DBConstant::RELATIONAL_PREFIX + localTable_.GetTableName() + "_… in GetDeleteLogStmt()195 …" IN (SELECT data_key FROM " + DBConstant::RELATIONAL_PREFIX + localTable_.GetTableName() + "_log … in GetDeleteSyncDataStmt()
79 TableInfo localTable_; variable