Searched refs:stmt (Results 1 – 1 of 1) sorted by relevance
173 def QueryExec(query, stmt): argument174 ret = query.exec_(stmt)1180 stmt = self.sql.replace("$$last_id$$", str(self.last_id))1181 QueryExec(self.query, stmt)2027 stmt = "SELECT id FROM " + self.table_name + " WHERE " + self.match_column + " = '" + value + "'"2028 ret = query.exec_(stmt)