Package winappdbg :: Module sql :: Class BaseDAO :: Class _new_session
[hide private]
[frames] | no frames]

Class _new_session


Instance Methods [hide private]

Inherited from unreachable.Sess: __init__

Inherited from sqlalchemy.orm.session.Session: __contains__, __iter__, add, add_all, begin, begin_nested, bind_mapper, bind_table, close, commit, connection, delete, dispatch, execute, expire, expire_all, expunge, expunge_all, flush, get_bind, is_modified, merge, prepare, prune, query, refresh, rollback, scalar

Inherited from sqlalchemy.orm.session.Session (private): _attach, _autoflush, _conditional_expire, _connection_for_bind, _contains_state, _delete_impl, _expire_state, _expunge_state, _finalize_loaded, _flush, _is_clean, _merge, _register_newly_persistent, _remove_newly_deleted, _save_impl, _save_or_update_impl, _save_or_update_state, _update_impl, _validate_persistent

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]

Inherited from unreachable.Sess: configure

Inherited from sqlalchemy.orm.session.Session: close_all, identity_key, object_session

Class Variables [hide private]

Inherited from sqlalchemy.orm.session.Session: connection_callable, identity_map, public_methods, transaction

Properties [hide private]

Inherited from sqlalchemy.orm.session.Session: deleted, dirty, is_active, new, no_autoflush

Inherited from sqlalchemy.orm.session.Session (private): _dirty_states

Inherited from object: __class__