MCPcopy Index your code
hub / github.com/apache/cassandra-python-driver / CQLEngineException

Class CQLEngineException

cassandra/cqlengine/__init__.py:24–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23
24class CQLEngineException(Exception):
25 pass
26
27
28class ValidationError(CQLEngineException):

Callers 15

_sync_tableFunction · 0.90
_validate_pkFunction · 0.90
sync_typeFunction · 0.90
setupMethod · 0.90
register_connectionFunction · 0.90
set_default_connectionFunction · 0.90
get_connectionFunction · 0.90
set_sessionFunction · 0.90
executeFunction · 0.90
get_clusterFunction · 0.90
__get__Method · 0.90
column_family_nameMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected