sets the value placeholder that will be used in the query
(self, i)
| 82 | return 1 |
| 83 | |
| 84 | def set_context_id(self, i): |
| 85 | """ sets the value placeholder that will be used in the query """ |
| 86 | self.context_id = i |
| 87 | |
| 88 | def update_context(self, ctx): |
| 89 | """ updates the query context with this clauses values """ |
no outgoing calls