Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
J
|
K
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
V
|
W
|
X
A
Add (class in storm.expr)
add() (storm.cache.Cache method)
(storm.cache.GenerationalCache method)
(storm.store.Store method)
add_class() (storm.properties.PropertyRegistry method)
add_flush_order() (storm.store.Store method)
add_property() (storm.properties.PropertyRegistry method)
Alias (class in storm.expr)
alias_count (storm.info.ClassAlias attribute)
all (storm.expr.SetExpr attribute)
And (class in storm.expr)
any() (storm.store.EmptyResultSet method)
args (storm.expr.Func attribute)
(storm.expr.NamedFunc attribute)
Asc (class in storm.expr)
auto_counter (storm.expr.Alias attribute)
autoreload() (storm.store.Store method)
AutoTables (class in storm.expr)
Avg (class in storm.expr)
avg() (storm.store.EmptyResultSet method)
B
BaseStatementTracer (class in storm.tracer)
begin() (storm.database.Connection method)
(storm.store.Store method)
BinaryExpr (class in storm.expr)
BinaryOper (class in storm.expr)
block_access() (storm.database.Connection method)
(storm.store.Store method)
block_implicit_flushes() (storm.store.Store method)
Bool (class in storm.properties)
BoolVariable (class in storm.variables)
build_raw_cursor() (storm.database.Connection method)
build_tables() (in module storm.expr)
C
Cache (class in storm.cache)
cached() (storm.store.EmptyResultSet method)
Case (class in storm.databases.postgres)
case_sensitive (storm.expr.Like attribute)
Cast (class in storm.expr)
checkpoint() (storm.info.ObjectInfo method)
(storm.variables.Variable method)
ClassAlias (class in storm.info)
ClassInfo (class in storm.info)
ClassInfoError
clear() (storm.cache.Cache method)
(storm.cache.GenerationalCache method)
(storm.properties.PropertyRegistry method)
close() (storm.database.Connection method)
(storm.database.Result method)
(storm.store.Store method)
ClosedError
cls_info (storm.info.ObjectInfo attribute)
Coalesce (class in storm.expr)
Column (class in storm.expr)
column (storm.expr.Cast attribute)
(storm.expr.Count attribute)
(storm.variables.Variable attribute)
columns (storm.expr.Select attribute)
commit() (storm.database.Connection method)
(storm.databases.sqlite.SQLiteConnection method)
(storm.store.Store method)
Comparable (class in storm.expr)
ComparableExpr (class in storm.expr)
compare_columns() (in module storm.expr)
compile (storm.database.Connection attribute)
(storm.databases.postgres.PostgresConnection attribute)
(storm.databases.sqlite.SQLiteConnection attribute)
compile_alias() (in module storm.expr)
compile_auto_tables() (in module storm.expr)
compile_binary_oper() (in module storm.expr)
compile_bool() (in module storm.expr)
compile_cache (storm.expr.Column attribute)
(storm.expr.Table attribute)
compile_case() (in module storm.databases.postgres)
compile_cast() (in module storm.expr)
compile_column() (in module storm.expr)
compile_compound_oper() (in module storm.expr)
compile_count() (in module storm.expr)
compile_currval() (in module storm.databases.postgres)
compile_date() (in module storm.expr)
compile_datetime() (in module storm.expr)
compile_decimal() (in module storm.expr)
compile_delete() (in module storm.expr)
compile_distinct() (in module storm.expr)
compile_eq() (in module storm.expr)
compile_float() (in module storm.expr)
compile_func() (in module storm.expr)
compile_id (storm.expr.Column attribute)
(storm.expr.Table attribute)
compile_in() (in module storm.expr)
compile_insert() (in module storm.expr)
compile_insert_postgres() (in module storm.databases.postgres)
compile_insert_sqlite() (in module storm.databases.sqlite)
compile_int() (in module storm.expr)
compile_join() (in module storm.expr)
compile_like() (in module storm.expr)
compile_like_postgres() (in module storm.databases.postgres)
compile_list_variable() (in module storm.databases.postgres)
compile_ne() (in module storm.expr)
compile_neg_expr() (in module storm.expr)
compile_non_assoc_binary_oper() (in module storm.expr)
compile_none() (in module storm.expr)
compile_prefix_expr() (in module storm.expr)
compile_python_bool_and_dates() (in module storm.expr)
compile_python_builtin() (in module storm.expr)
compile_python_column() (in module storm.expr)
compile_python_sql_token() (in module storm.expr)
compile_python_unsupported() (in module storm.expr)
compile_python_variable() (in module storm.expr)
compile_returning() (in module storm.databases.postgres)
compile_select() (in module storm.expr)
compile_select_sqlite() (in module storm.databases.sqlite)
compile_sequence_postgres() (in module storm.databases.postgres)
compile_set_expr() (in module storm.expr)
compile_set_expr_postgres() (in module storm.databases.postgres)
compile_sql() (in module storm.expr)
compile_sql_token() (in module storm.expr)
compile_sql_token_postgres() (in module storm.databases.postgres)
compile_str() (in module storm.expr)
compile_suffix_expr() (in module storm.expr)
compile_table() (in module storm.expr)
compile_time() (in module storm.expr)
compile_timedelta() (in module storm.expr)
compile_unicode() (in module storm.expr)
compile_update() (in module storm.expr)
compile_variable() (in module storm.expr)
CompileError
CompilePython (class in storm.expr)
CompoundExpr (class in storm.expr)
CompoundOper (class in storm.expr)
config() (storm.store.EmptyResultSet method)
connect() (storm.database.Database method)
Connection (class in storm.database)
connection_commit() (storm.tracer.DebugTracer method)
connection_factory (storm.database.Database attribute)
(storm.databases.postgres.Postgres attribute)
(storm.databases.sqlite.SQLite attribute)
connection_raw_execute() (storm.tracer.BaseStatementTracer method)
(storm.tracer.DebugTracer method)
connection_raw_execute_error() (storm.tracer.DebugTracer method)
connection_raw_execute_success() (storm.tracer.DebugTracer method)
connection_rollback() (storm.tracer.DebugTracer method)
ConnectionBlockedError
contains_string() (storm.expr.Comparable method)
Context (class in storm.expr)
convert_param_marks() (in module storm.database)
copy() (storm.store.EmptyResultSet method)
(storm.uri.URI method)
(storm.variables.Variable method)
Count (class in storm.expr)
count() (storm.store.EmptyResultSet method)
create_database() (in module storm.database)
create_from_uri (in module storm.databases.postgres)
(in module storm.databases.sqlite)
currval (class in storm.databases.postgres)
D
Database (class in storm.database)
database (storm.uri.URI attribute)
DatabaseError
DatabaseModuleError
DataError
Date (class in storm.properties)
DateTime (class in storm.properties)
DateTimeVariable (class in storm.variables)
DateVariable (class in storm.variables)
debug() (in module storm.tracer)
DebugTracer (class in storm.tracer)
Decimal (class in storm.properties)
DecimalVariable (class in storm.variables)
default_table (storm.expr.Delete attribute)
(storm.expr.Insert attribute)
(storm.expr.Update attribute)
default_tables (storm.expr.Select attribute)
Delete (class in storm.expr)
delete() (storm.variables.Variable method)
Desc (class in storm.expr)
difference() (storm.store.EmptyResultSet method)
DisconnectionError
Distinct (class in storm.expr)
distinct (storm.expr.Count attribute)
(storm.expr.Select attribute)
Div (class in storm.expr)
dst() (storm.tz.tzfile method)
(storm.tz.tzlocal method)
(storm.tz.tzoffset method)
(storm.tz.tzrange method)
(storm.tz.tzutc method)
E
e (storm.expr.Distinct attribute)
emit() (storm.event.EventSystem method)
EmptyResultSet (class in storm.store)
endswith() (storm.expr.Comparable method)
Enum (class in storm.properties)
EnumVariable (class in storm.variables)
Eq (class in storm.expr)
Error
escape (storm.expr.Like attribute)
escape() (in module storm.uri)
event (storm.info.ObjectInfo attribute)
(storm.variables.Variable attribute)
EventSystem (class in storm.event)
Except (class in storm.expr)
execute() (storm.database.Connection method)
(storm.databases.postgres.PostgresConnection method)
(storm.store.Store method)
Exists (class in storm.expr)
Expr (class in storm.expr)
expr (storm.expr.Alias attribute)
(storm.expr.AutoTables attribute)
(storm.expr.Distinct attribute)
(storm.expr.PrefixExpr attribute)
(storm.expr.SQL attribute)
(storm.expr.SuffixExpr attribute)
expr1 (storm.expr.BinaryExpr attribute)
expr2 (storm.expr.BinaryExpr attribute)
ExprError
exprs (storm.expr.CompoundExpr attribute)
(storm.expr.SetExpr attribute)
F
FeatureError
find() (storm.store.EmptyResultSet method)
(storm.store.Store method)
first() (storm.store.EmptyResultSet method)
Float (class in storm.properties)
FloatVariable (class in storm.variables)
flush() (storm.store.Store method)
from_database() (storm.database.Result static method)
(storm.databases.sqlite.SQLiteResult static method)
FromExpr (class in storm.expr)
Func (class in storm.expr)
FuncExpr (class in storm.expr)
G
Ge (class in storm.expr)
GenerationalCache (class in storm.cache)
get() (storm.properties.PropertyRegistry method)
(storm.store.Store method)
(storm.tz.tzical method)
(storm.variables.Variable method)
get_all() (storm.database.Result method)
get_cached() (storm.cache.Cache method)
(storm.cache.GenerationalCache method)
get_cls_info() (in module storm.info)
get_database() (storm.store.Store method)
get_insert_identity() (storm.database.Result method)
(storm.databases.postgres.PostgresResult method)
(storm.databases.sqlite.SQLiteResult method)
get_lazy() (storm.variables.Variable method)
get_matcher() (storm.expr.CompilePython method)
get_obj() (storm.info.ObjectInfo method)
get_obj_info() (in module storm.info)
get_one() (storm.database.Result method)
get_select_expr() (storm.store.EmptyResultSet method)
get_state() (storm.variables.ListVariable method)
(storm.variables.Variable method)
get_tracers() (in module storm.tracer)
get_uri() (storm.database.Database method)
gettz() (in module storm.tz)
group_by (storm.expr.Select attribute)
group_by() (storm.store.EmptyResultSet method)
Gt (class in storm.expr)
H
has_changed() (storm.variables.Variable method)
has_tables() (in module storm.expr)
having (storm.expr.Select attribute)
hook() (storm.event.EventSystem method)
host (storm.uri.URI attribute)
I
In (class in storm.expr)
Insert (class in storm.expr)
install_exceptions() (in module storm.exceptions)
install_tracer() (in module storm.tracer)
Int (class in storm.properties)
IntegrityError
InterfaceError
InternalError
Intersect (class in storm.expr)
intersection() (storm.store.EmptyResultSet method)
IntVariable (class in storm.variables)
invalidate() (storm.store.Store method)
is_defined() (storm.variables.Variable method)
is_disconnection_error() (storm.database.Connection method)
(storm.databases.postgres.PostgresConnection method)
is_empty() (storm.store.EmptyResultSet method)
is_in() (storm.expr.Comparable method)
is_safe_token() (in module storm.expr)
J
Join (class in storm.expr)
JoinExpr (class in storm.expr)
JSON (class in storm.databases.postgres)
(class in storm.properties)
JSONElement (class in storm.databases.postgres)
JSONTextElement (class in storm.databases.postgres)
JSONVariable (class in storm.databases.postgres)
(class in storm.variables)
K
keys() (storm.tz.tzical method)
L
last() (storm.store.EmptyResultSet method)
LazyValue (class in storm.variables)
Le (class in storm.expr)
left (storm.expr.JoinExpr attribute)
LeftJoin (class in storm.expr)
Like (class in storm.expr)
like() (storm.expr.Comparable method)
limit (storm.expr.Select attribute)
(storm.expr.SetExpr attribute)
List (class in storm.properties)
ListVariable (class in storm.variables)
LostObjectError
Lower (class in storm.expr)
lower() (storm.expr.Comparable method)
LShift (class in storm.expr)
Lt (class in storm.expr)
M
make_dsn() (in module storm.databases.postgres)
map (storm.expr.Insert attribute)
(storm.expr.Update attribute)
Max (class in storm.expr)
max() (storm.store.EmptyResultSet method)
Min (class in storm.expr)
min() (storm.store.EmptyResultSet method)
Mod (class in storm.expr)
Mul (class in storm.expr)
N
name (storm.databases.postgres.currval attribute)
(storm.expr.Alias attribute)
(storm.expr.Avg attribute)
(storm.expr.Cast attribute)
(storm.expr.Coalesce attribute)
(storm.expr.Column attribute)
(storm.expr.Count attribute)
(storm.expr.Func attribute)
(storm.expr.FuncExpr attribute)
(storm.expr.Lower attribute)
(storm.expr.Max attribute)
(storm.expr.Min attribute)
(storm.expr.Row attribute)
(storm.expr.Sequence attribute)
(storm.expr.Sum attribute)
(storm.expr.Table attribute)
(storm.expr.Upper attribute)
NamedFunc (class in storm.expr)
NaturalJoin (class in storm.expr)
NaturalLeftJoin (class in storm.expr)
NaturalRightJoin (class in storm.expr)
Ne (class in storm.expr)
Neg (class in storm.expr)
NonAssocBinaryOper (class in storm.expr)
NoneError
NoStoreError
Not (class in storm.expr)
NoTableError
NotFlushedError
NotOneError
NotSupportedError
O
ObjectInfo (class in storm.info)
of() (storm.store.Store static method)
offset (storm.expr.Select attribute)
(storm.expr.SetExpr attribute)
on (storm.expr.JoinExpr attribute)
one() (storm.store.EmptyResultSet method)
oper (storm.databases.postgres.JSONElement attribute)
(storm.databases.postgres.JSONTextElement attribute)
(storm.expr.Add attribute)
(storm.expr.And attribute)
(storm.expr.BinaryOper attribute)
(storm.expr.CompoundOper attribute)
(storm.expr.Div attribute)
(storm.expr.Eq attribute)
(storm.expr.Except attribute)
(storm.expr.Ge attribute)
(storm.expr.Gt attribute)
(storm.expr.In attribute)
(storm.expr.Intersect attribute)
(storm.expr.Join attribute)
(storm.expr.JoinExpr attribute)
(storm.expr.Le attribute)
(storm.expr.LeftJoin attribute)
(storm.expr.Like attribute)
(storm.expr.LShift attribute)
(storm.expr.Lt attribute)
(storm.expr.Mod attribute)
(storm.expr.Mul attribute)
(storm.expr.NaturalJoin attribute)
(storm.expr.NaturalLeftJoin attribute)
(storm.expr.NaturalRightJoin attribute)
(storm.expr.Ne attribute)
(storm.expr.NonAssocBinaryOper attribute)
(storm.expr.Or attribute)
(storm.expr.RightJoin attribute)
(storm.expr.RShift attribute)
(storm.expr.SetExpr attribute)
(storm.expr.Sub attribute)
(storm.expr.Union attribute)
OperationalError
Or (class in storm.expr)
order_by (storm.expr.Select attribute)
(storm.expr.SetExpr attribute)
order_by() (storm.store.EmptyResultSet method)
OrderLoopError
P
p (storm.expr.Distinct attribute)
param_mark (storm.database.Connection attribute)
(storm.databases.postgres.PostgresConnection attribute)
params (storm.expr.SQL attribute)
parse_get() (storm.variables.DecimalVariable static method)
(storm.variables.EnumVariable method)
(storm.variables.ListVariable method)
(storm.variables.UUIDVariable method)
(storm.variables.Variable method)
parse_set() (storm.variables.BoolVariable method)
(storm.variables.DateTimeVariable method)
(storm.variables.DateVariable method)
(storm.variables.DecimalVariable static method)
(storm.variables.EnumVariable method)
(storm.variables.FloatVariable method)
(storm.variables.IntVariable method)
(storm.variables.ListVariable method)
(storm.variables.RawStrVariable method)
(storm.variables.TimeDeltaVariable method)
(storm.variables.TimeVariable method)
(storm.variables.UnicodeVariable method)
(storm.variables.UUIDVariable method)
(storm.variables.Variable method)
password (storm.uri.URI attribute)
pop() (storm.expr.State method)
port (storm.uri.URI attribute)
Postgres (class in storm.databases.postgres)
PostgresConnection (class in storm.databases.postgres)
PostgresResult (class in storm.databases.postgres)
prefix (storm.expr.Exists attribute)
(storm.expr.Neg attribute)
(storm.expr.Not attribute)
(storm.expr.PrefixExpr attribute)
PrefixExpr (class in storm.expr)
prepare() (storm.database.Connection method)
(storm.store.Store method)
preset_primary_key() (storm.database.Connection method)
primary (storm.expr.Column attribute)
primary_columns (storm.expr.Insert attribute)
(storm.expr.Update attribute)
primary_variables (storm.expr.Insert attribute)
primary_vars (storm.info.ObjectInfo attribute)
ProgrammingError
Property (class in storm.properties)
PropertyPathError
PropertyRegistry (class in storm.properties)
Proxy (class in storm.references)
Proxy.RemoteProp (class in storm.references)
push() (storm.expr.State method)
R
r (storm.expr.Distinct attribute)
raw_connect() (storm.database.Database method)
(storm.databases.postgres.Postgres method)
(storm.databases.sqlite.SQLite method)
raw_execute() (storm.database.Connection method)
(storm.databases.sqlite.SQLiteConnection method)
RawStr (class in storm.properties)
RawStrVariable (class in storm.variables)
recover() (storm.database.Connection method)
Reference (class in storm.references)
ReferenceSet (class in storm.references)
register_scheme() (in module storm.database)
reload() (storm.store.Store method)
remove() (storm.cache.Cache method)
(storm.cache.GenerationalCache method)
(storm.store.EmptyResultSet method)
(storm.store.Store method)
remove_all_tracers() (in module storm.tracer)
remove_flush_order() (storm.store.Store method)
remove_tracer() (in module storm.tracer)
remove_tracer_type() (in module storm.tracer)
replace (storm.expr.AutoTables attribute)
reset() (storm.store.Store method)
Result (class in storm.database)
result_factory (storm.database.Connection attribute)
(storm.databases.postgres.PostgresConnection attribute)
(storm.databases.sqlite.SQLiteConnection attribute)
Returning (class in storm.databases.postgres)
right (storm.expr.JoinExpr attribute)
RightJoin (class in storm.expr)
rollback() (storm.database.Connection method)
(storm.databases.sqlite.SQLiteConnection method)
(storm.store.Store method)
Row (class in storm.expr)
rowcount() (storm.database.Result property)
RShift (class in storm.expr)
S
Select (class in storm.expr)
Sequence (class in storm.expr)
set() (storm.store.EmptyResultSet method)
(storm.variables.Variable method)
set_obj() (storm.info.ObjectInfo method)
set_obj_info() (in module storm.info)
set_size() (storm.cache.Cache method)
(storm.cache.GenerationalCache method)
set_state() (storm.variables.ListVariable method)
(storm.variables.Variable method)
set_variable() (storm.database.Result static method)
(storm.databases.sqlite.SQLiteResult static method)
SetExpr (class in storm.expr)
SimpleProperty (class in storm.properties)
SQL (class in storm.expr)
SQLite (class in storm.databases.sqlite)
SQLiteConnection (class in storm.databases.sqlite)
SQLiteResult (class in storm.databases.sqlite)
SQLRaw (class in storm.expr)
SQLToken (class in storm.expr)
startswith() (storm.expr.Comparable method)
State (class in storm.expr)
Store (class in storm.store)
StoreError
Storm (class in storm.base)
storm.base (module)
storm.cache (module)
storm.database (module)
storm.databases.postgres (module)
storm.databases.sqlite (module)
storm.event (module)
storm.exceptions (module)
storm.expr (module)
storm.info (module)
storm.properties (module)
storm.references (module)
storm.store (module)
storm.tracer (module)
storm.tz (module)
storm.uri (module)
storm.variables (module)
storm.xid (module)
StormError
Sub (class in storm.expr)
suffix (storm.expr.Asc attribute)
(storm.expr.Desc attribute)
(storm.expr.SuffixExpr attribute)
SuffixExpr (class in storm.expr)
Sum (class in storm.expr)
sum() (storm.store.EmptyResultSet method)
T
Table (class in storm.expr)
table (storm.expr.Column attribute)
(storm.expr.Delete attribute)
(storm.expr.Insert attribute)
(storm.expr.Update attribute)
tables (storm.expr.AutoTables attribute)
(storm.expr.Select attribute)
(storm.expr.SQL attribute)
Time (class in storm.properties)
TimeDelta (class in storm.properties)
TimeDeltaVariable (class in storm.variables)
TimeoutError
TimeVariable (class in storm.variables)
to_database() (storm.database.Connection static method)
(storm.databases.postgres.PostgresConnection method)
(storm.databases.sqlite.SQLiteConnection static method)
trace() (in module storm.tracer)
type (storm.expr.Cast attribute)
tzfile (class in storm.tz)
tzical (class in storm.tz)
tzlocal (class in storm.tz)
tzname() (storm.tz.tzfile method)
(storm.tz.tzlocal method)
(storm.tz.tzoffset method)
(storm.tz.tzrange method)
(storm.tz.tzutc method)
tzoffset (class in storm.tz)
tzrange (class in storm.tz)
tzstr (class in storm.tz)
tzutc (class in storm.tz)
U
unblock_access() (storm.database.Connection method)
(storm.store.Store method)
unblock_implicit_flushes() (storm.store.Store method)
unescape() (in module storm.uri)
unhook() (storm.event.EventSystem method)
Unicode (class in storm.properties)
UnicodeVariable (class in storm.variables)
Union (class in storm.expr)
union() (storm.store.EmptyResultSet method)
UnorderedError
Update (class in storm.expr)
Upper (class in storm.expr)
upper() (storm.expr.Comparable method)
URI (class in storm.uri)
URIError
username (storm.uri.URI attribute)
using() (storm.store.Store method)
utcoffset() (storm.tz.tzfile method)
(storm.tz.tzlocal method)
(storm.tz.tzoffset method)
(storm.tz.tzrange method)
(storm.tz.tzutc method)
UUID (class in storm.properties)
UUIDVariable (class in storm.variables)
V
values (storm.expr.Insert attribute)
values() (storm.store.EmptyResultSet method)
Variable (class in storm.variables)
variable_class (storm.databases.postgres.JSON attribute)
(storm.properties.Bool attribute)
(storm.properties.Date attribute)
(storm.properties.DateTime attribute)
(storm.properties.Decimal attribute)
(storm.properties.Enum attribute)
(storm.properties.Float attribute)
(storm.properties.Int attribute)
(storm.properties.JSON attribute)
(storm.properties.List attribute)
(storm.properties.RawStr attribute)
(storm.properties.SimpleProperty attribute)
(storm.properties.Time attribute)
(storm.properties.TimeDelta attribute)
(storm.properties.Unicode attribute)
(storm.properties.UUID attribute)
variable_factory (storm.expr.Column attribute)
variable_factory() (storm.references.Proxy property)
VariableFactory (in module storm.variables)
variables (storm.info.ObjectInfo attribute)
W
Warning
where (storm.expr.Delete attribute)
(storm.expr.Select attribute)
(storm.expr.Update attribute)
WrongStoreError
X
x (storm.expr.Distinct attribute)
Xid (class in storm.xid)
Storm
Navigation
Contents:
Basic usage
Infoheritance
API
Related Topics
Documentation overview
Quick search