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

Module SqlAlchemy

INTERNAL: Do not use.

Provides models for the SQLAlchemy PyPI package. See

Import path

import semmle.python.frameworks.SqlAlchemy

Modules

Connection

Provides models for the sqlalchemy.engine.base.Connection and sqlalchemy.future.Connection classes.

DBApiConnection

Provides models for the underlying DB-API Connection of a SQLAlchemy Connection.

Engine

Provides models for the sqlalchemy.engine.Engine and sqlalchemy.future.Engine classes.

Session

Provides models for the sqlalchemy.orm.Session class

TextClause

Provides models for the sqlalchemy.sql.expression.TextClause class, which represents a textual SQL string directly.