MCPcopy Create free account
hub / github.com/apache/cassandra-python-driver / set_context_id

Method set_context_id

cassandra/cqlengine/statements.py:84–86  ·  view source on GitHub ↗

sets the value placeholder that will be used in the query

(self, i)

Source from the content-addressed store, hash-verified

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 """

Callers 10

test_context_updatingMethod · 0.95
set_context_idMethod · 0.45
_add_where_clauseMethod · 0.45
update_context_idMethod · 0.45
update_context_idMethod · 0.45
update_context_idMethod · 0.45
update_context_idMethod · 0.45
add_fieldMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_context_updatingMethod · 0.76