CodeQL library for Python
codeql/python-all 0.11.13 (changelog, source)
Search

Module ClickhouseDriver

INTERNAL: Do not use.

Provides models for clickhouse-driver PyPI package (imported as clickhouse_driver). See

Import path

import semmle.python.frameworks.ClickhouseDriver

Predicates

getExecuteMethodName

clickhouse_driver.Client execute method names

Classes

ClickHouseDriverPEP249

A model of clickhouse-driver, which implements PEP249, providing ways to execute SQL statements against a database.

ClientExecuteCall

A call to any of the execute methods on a clickhouse_driver.Client method

Modules

Client

Provides models for clickhouse_driver.Client class and subclasses.