def InsertTag(self, aggregateId, logicId, tag, tagProto, tagVersion, tagTimestamp):
insertStatement = PostgresStatement.InsertTag.format(self.tableNames.tagTableName)
self.ExecuteSingle(insertStatement, aggregateId, logicId, tag, psycopg2.Binary(tagProto), tagVersion, tagTimestamp)
评论列表
文章目录