Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
J
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
|
W
_
__version__ (in module pg)
A
abort() (pg.DB method)
adapter (pg.DB attribute)
apilevel (in module pgdb)
arraysize (pgdb.Cursor attribute)
autocommit (pgdb.Connection attribute)
B
backend_pid (pg.Connection attribute)
begin() (pg.DB method)
Binary() (in module pgdb)
build_row_factory() (pgdb.Cursor method)
Bytea() (in module pg)
C
cancel() (pg.Connection method)
cast_array() (in module pg)
cast_record() (in module pg)
clear() (pg.DB method)
close() (pg.Connection method)
(pg.LargeObject method)
(pg.NotificationHandler method)
(pgdb.Connection method)
(pgdb.Cursor method)
closed (pgdb.Connection attribute)
colnames (pgdb.Cursor attribute)
coltypes (pgdb.Cursor attribute)
commit() (pg.DB method)
(pgdb.Connection method)
connect() (in module pg)
(in module pgdb)
Connection (class in pg)
(class in pgdb)
copy_from() (pgdb.Cursor method)
copy_to() (pgdb.Cursor method)
Cursor (class in pgdb)
cursor() (pgdb.Connection method)
cursor_type (pgdb.Connection attribute)
D
DatabaseError
DataError
Date() (in module pgdb)
date_format() (pg.Connection method)
DateFromTicks() (in module pgdb)
DB (class in pg)
db (pg.Connection attribute)
(pg.DB attribute)
DB.notification_handler (class in pg)
dbname (pg.DB attribute)
DbType (class in pgdb)
DbTypes (class in pg)
dbtypes (pg.DB attribute)
decode_json() (pg.DB method)
delete() (pg.DB method)
delete_prepared() (pg.DB method)
describe_prepared() (pg.Connection method)
(pg.DB method)
description (pgdb.Cursor attribute)
detail (pg.Notice attribute)
dictiter() (pg.Query method)
dictresult() (pg.Query method)
E
encode_json() (pg.DB method)
end() (pg.DB method)
endcopy() (pg.Connection method)
Error
error (pg.Connection attribute)
(pg.LargeObject attribute)
escape_bytea() (in module pg)
(pg.DB method)
escape_identifier() (pg.DB method)
escape_literal() (pg.DB method)
escape_string() (in module pg)
(pg.DB method)
execute() (pgdb.Cursor method)
executemany() (pgdb.Cursor method)
export() (pg.LargeObject method)
F
fetchall() (pgdb.Cursor method)
fetchmany() (pgdb.Cursor method)
fetchone() (pgdb.Cursor method)
fieldinfo() (pg.Query method)
fieldname() (pg.Query method)
fieldnum() (pg.Query method)
fileno() (pg.Connection method)
G
get() (pg.DB method)
get_array() (in module pg)
get_as_dict() (pg.DB method)
get_as_list() (pg.DB method)
get_attnames() (pg.DB method)
(pg.DbTypes method)
get_bool() (in module pg)
get_bytea_escaped() (in module pg)
get_cast_hook() (pg.Connection method)
get_databases() (pg.DB method)
get_datestyle() (in module pg)
get_decimal() (in module pg)
get_decimal_point() (in module pg)
get_defbase() (in module pg)
get_defhost() (in module pg)
get_defopt() (in module pg)
get_defpasswd() (in module pg)
get_defport() (in module pg)
get_defuser() (in module pg)
get_fields() (pgdb.TypeCache method)
get_generated() (pg.DB method)
get_jsondecode() (in module pg)
get_notice_receiver() (pg.Connection method)
get_parameter() (pg.DB method)
get_pqlib_version() (in module pg)
get_relations() (pg.DB method)
get_tables() (pg.DB method)
get_typecast() (in module pg)
(in module pgdb)
(pg.DbTypes method)
(pgdb.TypeCache method)
getline() (pg.Connection method)
getlo() (pg.Connection method)
getnotify() (pg.Connection method)
getresult() (pg.Query method)
H
has_table_privilege() (pg.DB method)
hint (pg.Notice attribute)
host (pg.Connection attribute)
HStore() (in module pg)
Hstore() (in module pgdb)
I
insert() (pg.DB method)
inserttable() (pg.Connection method)
IntegrityError
InterfaceError
Interval() (in module pgdb)
INV_READ (in module pg)
INV_WRITE (in module pg)
is_non_blocking() (in module pg)
J
Json() (in module pg)
(in module pgdb)
L
LargeObject (class in pg)
listen() (pg.NotificationHandler method)
listfields() (pg.Query method)
Literal() (in module pg)
(in module pgdb)
locreate() (pg.Connection method)
loimport() (pg.Connection method)
M
memsize() (pg.Query method)
message (pg.Notice attribute)
module
pg
pgdb
N
namediter() (pg.Query method)
namedresult() (pg.Query method)
NotificationHandler (class in pg)
notify() (pg.NotificationHandler method)
NotSupportedError
O
oid (pg.LargeObject attribute)
one() (pg.Query method)
onedict() (pg.Query method)
onenamed() (pg.Query method)
onescalar() (pg.Query method)
open() (pg.LargeObject method)
OperationalError
options (pg.Connection attribute)
P
parameter() (pg.Connection method)
paramstyle (in module pgdb)
pg
module
pgcnx (pg.LargeObject attribute)
(pg.Notice attribute)
pgdb
module
pkey() (pg.DB method)
pkeys() (pg.DB method)
poll() (pg.Connection method)
POLLING_FAILED (in module pg)
POLLING_OK (in module pg)
POLLING_READING (in module pg)
POLLING_WRITING (in module pg)
port (pg.Connection attribute)
prepare() (pg.Connection method)
(pg.DB method)
primary (pg.Notice attribute)
ProgrammingError
protocol_version (pg.Connection attribute)
putline() (pg.Connection method)
Python Enhancement Proposals
PEP 0249
,
[1]
Q
Query (class in pg)
query() (pg.Connection method)
(pg.DB method)
query_formatted() (pg.DB method)
query_prepared() (pg.Connection method)
(pg.DB method)
R
read() (pg.LargeObject method)
release() (pg.DB method)
reset() (pg.Connection method)
reset_typecast() (in module pgdb)
(pg.DbTypes method)
(pgdb.TypeCache method)
rollback() (pg.DB method)
(pgdb.Connection method)
row_factory() (pgdb.Cursor method)
rowcount (pgdb.Cursor attribute)
S
savepoint() (pg.DB method)
scalariter() (pg.Query method)
scalarresult() (pg.Query method)
seek() (pg.LargeObject method)
SEEK_CUR (in module pg)
SEEK_END (in module pg)
SEEK_SET (in module pg)
send_query() (pg.Connection method)
server_version (pg.Connection attribute)
set_array() (in module pg)
set_bool() (in module pg)
set_bytea_escaped() (in module pg)
set_cast_hook() (pg.Connection method)
set_datestyle() (in module pg)
set_decimal() (in module pg)
set_decimal_point() (in module pg)
set_defbase() (in module pg)
set_defhost() (in module pg)
set_defopt() (in module pg)
set_defpasswd() (in module pg)
set_defport() (in module pg)
set_defuser() (in module pg)
set_jsondecode() (in module pg)
set_non_blocking() (in module pg)
set_notice_receiver() (pg.Connection method)
set_parameter() (pg.DB method)
set_typecast() (in module pg)
(in module pgdb)
(pg.DbTypes method)
(pgdb.TypeCache method)
severity (pg.Notice attribute)
single() (pg.Query method)
singledict() (pg.Query method)
singlenamed() (pg.Query method)
singlescalar() (pg.Query method)
size() (pg.LargeObject method)
socket (pg.Connection attribute)
ssl_attributes (pg.Connection attribute)
ssl_in_use (pg.Connection attribute)
start() (pg.DB method)
status (pg.Connection attribute)
T
tell() (pg.LargeObject method)
threadsafety (in module pgdb)
Time() (in module pgdb)
TimeFromTicks() (in module pgdb)
Timestamp() (in module pgdb)
TimestampFromTicks() (in module pgdb)
TRANS_ACTIVE (in module pg)
TRANS_IDLE (in module pg)
TRANS_INERROR (in module pg)
TRANS_INTRANS (in module pg)
TRANS_UNKNOWN (in module pg)
transaction() (pg.Connection method)
truncate() (pg.DB method)
type_cache (pgdb.Connection attribute)
TypeCache (class in pgdb)
typecast() (pg.DbTypes method)
(pgdb.TypeCache method)
U
unescape_bytea() (in module pg)
(pg.DB method)
unlink() (pg.LargeObject method)
unlisten() (pg.NotificationHandler method)
update() (pg.DB method)
upsert() (pg.DB method)
use_regtypes() (pg.DB method)
user (pg.Connection attribute)
Uuid() (in module pgdb)
V
version (in module pg)
W
Warning
write() (pg.LargeObject method)
PyGreSQL
Navigation
About PyGreSQL
Copyright notice
Download information
The PyGreSQL documentation
PyGreSQL Development and Support
Related Topics
Documentation overview
Quick search