Searched defs:localTable (Results 1 – 4 of 4) sorted by relevance
59 TableInfo localTable = localSchema.GetTable(query.GetTableName()); in CreateInserter() local85 void RelationalSyncDataInserter::SetLocalTable(TableInfo localTable) in SetLocalTable()
1811 …TableInfo localTable = GetSchemaInfo().GetTable(tableName); // for upsert, the table must exist in… in UpsertDataInTransaction() local
167 TableInfo localTable = localSchema_.GetTable(tableSchema.name); in GetPrimaryKeyHashValue() local
993 …const TableSchema &tableSchema, const TableInfo &localTable, const std::map<std::string, Field> &p… in GetHashValueWithPrimaryKeyMap()