SQLAlchemy ORM connectivity and query structures.
Bases: sqlalchemy.orm.query.Query
Subclass of sqlalchemy.query with soft_delete() method.
Emit an UPDATE statement matching the given specimen.
This is a method-version of oslo_db.sqlalchemy.update_match.update_on_match(); see that function for usage details.
Perform an UPDATE, returning the primary key of the matched row.
This is a method-version of oslo_db.sqlalchemy.update_match.update_returning_pk(); see that function for usage details.
Bases: sqlalchemy.orm.session.Session
oslo.db-specific Session subclass.
Return a SQLAlchemy sessionmaker using the given engine.