asyncpg
0.22.0.dev0
Installation
asyncpg Usage
API Reference
Frequently Asked Questions
asyncpg
Docs
»
Index
Index
A
|
B
|
C
|
E
|
F
|
G
|
I
|
K
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
V
A
acquire() (Pool method)
add_listener() (Connection method)
add_log_listener() (Connection method)
add_termination_listener() (Connection method)
asyncpg (module)
asyncpg.types (module)
Attribute (class in asyncpg.types)
B
BitString (class in asyncpg.types)
Box (class in asyncpg.types)
C
Circle (class in asyncpg.types)
close() (Connection method)
(Pool method)
commit() (Transaction method)
connect() (in module asyncpg.connection)
Connection (class in asyncpg.connection)
ConnectionSettings (class in asyncpg)
copy_from_query() (Connection method)
copy_from_table() (Connection method)
copy_records_to_table() (Connection method)
copy_to_table() (Connection method)
create_pool() (in module asyncpg.pool)
Cursor (class in asyncpg.cursor)
cursor() (Connection method)
(PreparedStatement method)
CursorFactory (class in asyncpg.cursor)
E
execute() (Connection method)
(Pool method)
executemany() (Connection method)
(Pool method)
(PreparedStatement method)
expire_connections() (Pool method)
explain() (PreparedStatement method)
F
fetch() (Connection method)
(Cursor method)
(Pool method)
(PreparedStatement method)
fetchrow() (Connection method)
(Cursor method)
(Pool method)
(PreparedStatement method)
fetchval() (Connection method)
(Pool method)
(PreparedStatement method)
forward() (Cursor method)
from_int() (asyncpg.types.BitString class method)
G
get_attributes() (PreparedStatement method)
get_parameters() (PreparedStatement method)
get_query() (PreparedStatement method)
get_server_pid() (Connection method)
get_server_version() (Connection method)
get_settings() (Connection method)
get_statusmsg() (PreparedStatement method)
I
is_closed() (Connection method)
is_in_transaction() (Connection method)
items() (Record method)
K
keys() (Record method)
kind (Type attribute)
L
Line (class in asyncpg.types)
LineSegment (class in asyncpg.types)
M
major (ServerVersion attribute)
micro (ServerVersion attribute)
minor (ServerVersion attribute)
N
name (Attribute attribute)
(Type attribute)
O
oid (Type attribute)
P
Path (class in asyncpg.types)
Point (class in asyncpg.types)
Polygon (class in asyncpg.types)
Pool (class in asyncpg.pool)
prepare() (Connection method)
PreparedStatement (class in asyncpg.prepared_stmt)
R
Range (class in asyncpg.types)
Record (class in asyncpg)
release() (Pool method)
releaselevel (ServerVersion attribute)
reload_schema_state() (Connection method)
remove_listener() (Connection method)
remove_log_listener() (Connection method)
remove_termination_listener() (Connection method)
reset_type_codec() (Connection method)
rollback() (Transaction method)
S
schema (Type attribute)
serial (ServerVersion attribute)
ServerVersion (class in asyncpg.types)
set_builtin_type_codec() (Connection method)
set_connect_args() (Pool method)
set_type_codec() (Connection method)
start() (Transaction method)
T
terminate() (Connection method)
(Pool method)
to_int() (BitString method)
Transaction (class in asyncpg.transaction)
transaction() (Connection method)
type (Attribute attribute)
Type (class in asyncpg.types)
V
values() (Record method)