Index _ | A | B | C | D | E | F | G | I | L | M | N | O | P | Q | R | S | T | U | W _ __init__() (pg_purepy.conversion.ArrayConverter method) (pg_purepy.conversion.EnumConverter method) (pg_purepy.SansIOClient method) A add_converter() (pg_purepy.connection.AsyncPostgresConnection method) (pg_purepy.PooledDatabaseInterface method) (pg_purepy.protocol.SansIOClient method) add_converter_with_array() (pg_purepy.PooledDatabaseInterface method) ArrayConverter (class in pg_purepy.conversion) AsyncPostgresConnection (class in pg_purepy.connection) AUTHENTICATED_WAITING_FOR_COMPLETION (pg_purepy.protocol.ProtocolState attribute) AuthenticationCompleted (class in pg_purepy.messages) AuthenticationMethod (class in pg_purepy.messages) AuthenticationRequest (class in pg_purepy.messages) B BackendKeyData (class in pg_purepy.messages) BaseDatabaseError BindComplete (class in pg_purepy.messages) C checkout_connection() (pg_purepy.PooledDatabaseInterface method) checkout_in_transaction() (pg_purepy.PooledDatabaseInterface method) CLEARTEXT (pg_purepy.messages.AuthenticationMethod attribute) CLEARTEXT_SENT (pg_purepy.protocol.ProtocolState attribute) CLEARTEXT_STARTUP (pg_purepy.protocol.ProtocolState attribute) client_encoding (pg_purepy.conversion.abc.ConversionContext attribute) column_index (pg_purepy.messages.ColumnDescription attribute) column_length (pg_purepy.messages.ColumnDescription attribute) ColumnDescription (class in pg_purepy.messages) columns (pg_purepy.messages.RowDescription attribute) CommandComplete (class in pg_purepy.messages) connection_parameters (pg_purepy.connection.AsyncPostgresConnection property) consume_all() (pg_purepy.connection.QueryResult method) ConversionContext (class in pg_purepy.conversion.abc) Converter (class in pg_purepy.conversion.abc) create_prepared_statement() (pg_purepy.connection.AsyncPostgresConnection method) D data (pg_purepy.messages.DataRow attribute) DataRow (class in pg_purepy.messages) dead (pg_purepy.connection.AsyncPostgresConnection property) (pg_purepy.SansIOClient property) description (pg_purepy.messages.DataRow attribute) do_bind_execute() (pg_purepy.SansIOClient method) do_create_prepared_statement() (pg_purepy.SansIOClient method) do_simple_query() (pg_purepy.SansIOClient method) do_startup() (pg_purepy.SansIOClient method) do_terminate() (pg_purepy.SansIOClient method) E encoding (pg_purepy.SansIOClient property) EnumConverter (class in pg_purepy.conversion) ERRORED_TRANSACTION (pg_purepy.messages.ReadyForQueryState attribute) ErrorOrNoticeResponse (class in pg_purepy.messages) execute() (pg_purepy.connection.AsyncPostgresConnection method) (pg_purepy.PooledDatabaseInterface method) F fetch() (pg_purepy.connection.AsyncPostgresConnection method) (pg_purepy.PooledDatabaseInterface method) fetch_one() (pg_purepy.connection.AsyncPostgresConnection method) (pg_purepy.PooledDatabaseInterface method) fetch_one_or_none() (pg_purepy.connection.AsyncPostgresConnection method) (pg_purepy.PooledDatabaseInterface method) from_postgres() (pg_purepy.conversion.abc.Converter method) G get_needed_synchronisation() (pg_purepy.SansIOClient method) I IDLE (pg_purepy.messages.ReadyForQueryState attribute) idle_connections (pg_purepy.pool.PooledDatabaseInterface property) in_transaction (pg_purepy.connection.AsyncPostgresConnection property) IN_TRANSACTION (pg_purepy.messages.ReadyForQueryState attribute) L lowlevel_query() (pg_purepy.connection.AsyncPostgresConnection method) M max_connections (pg_purepy.pool.PooledDatabaseInterface property) MD5 (pg_purepy.messages.AuthenticationMethod attribute) md5_salt (pg_purepy.messages.AuthenticationRequest attribute) MD5_SENT (pg_purepy.protocol.ProtocolState attribute) MD5_STARTUP (pg_purepy.protocol.ProtocolState attribute) method (pg_purepy.messages.AuthenticationRequest attribute) MULTI_QUERY_DESCRIBE_SYNC (pg_purepy.protocol.ProtocolState attribute) MULTI_QUERY_READING_DATA_ROWS (pg_purepy.protocol.ProtocolState attribute) MULTI_QUERY_RECEIVED_COMMAND_COMPLETE (pg_purepy.protocol.ProtocolState attribute) MULTI_QUERY_RECEIVED_PARAMETER_DESCRIPTION (pg_purepy.protocol.ProtocolState attribute) MULTI_QUERY_RECEIVED_PARSE_COMPLETE (pg_purepy.protocol.ProtocolState attribute) MULTI_QUERY_RECEIVED_PORTAL_SUSPENDED (pg_purepy.protocol.ProtocolState attribute) MULTI_QUERY_SENT_BIND (pg_purepy.protocol.ProtocolState attribute) MULTI_QUERY_SENT_PARSE_DESCRIBE (pg_purepy.protocol.ProtocolState attribute) N name (pg_purepy.messages.ColumnDescription attribute) (pg_purepy.messages.PreparedStatementInfo attribute) next_event() (pg_purepy.SansIOClient method) notice (pg_purepy.messages.ErrorOrNoticeResponse attribute) O oid (pg_purepy.conversion.abc.Converter attribute) oids (pg_purepy.messages.ParameterDescription attribute) open_database_connection() (in module pg_purepy.connection) open_pool() (pg_purepy.pool method) P parameter_oids (pg_purepy.messages.PreparedStatementInfo attribute) ParameterDescription (class in pg_purepy.messages) ParameterStatus (class in pg_purepy.messages) ParseComplete (class in pg_purepy.messages) pg_purepy.NO_DATA (built-in variable) pid (pg_purepy.messages.BackendKeyData attribute) PooledDatabaseInterface (class in pg_purepy.pool) PostgresMessage (class in pg_purepy.messages) PreparedStatementInfo (class in pg_purepy.messages) ProtocolState (class in pg_purepy.protocol) Q query() (pg_purepy.connection.AsyncPostgresConnection method) QueryResult (class in pg_purepy.connection) QueryResultMessage (class in pg_purepy.messages) R ready (pg_purepy.connection.AsyncPostgresConnection property) (pg_purepy.SansIOClient attribute) READY_FOR_QUERY (pg_purepy.protocol.ProtocolState attribute) ReadyForQuery (class in pg_purepy.messages) ReadyForQueryState (class in pg_purepy.messages) receive_bytes() (pg_purepy.SansIOClient method) recoverable (pg_purepy.messages.ErrorOrNoticeResponse attribute) RECOVERABLE_ERROR (pg_purepy.protocol.ProtocolState attribute) RecoverableDatabaseError row_count (pg_purepy.messages.CommandComplete attribute) row_description (pg_purepy.messages.PreparedStatementInfo attribute) RowDescription (class in pg_purepy.messages) S SansIOClient (class in pg_purepy) SASL (pg_purepy.messages.AuthenticationMethod attribute) SASL_FINAL_SENT (pg_purepy.protocol.ProtocolState attribute) SASL_FIRST_RECEIVED (pg_purepy.protocol.ProtocolState attribute) SASL_FIRST_SENT (pg_purepy.protocol.ProtocolState attribute) sasl_methods (pg_purepy.messages.AuthenticationRequest attribute) SASL_STARTUP (pg_purepy.protocol.ProtocolState attribute) secret_key (pg_purepy.messages.BackendKeyData attribute) seen_rows (pg_purepy.connection.QueryResult attribute) SENT_STARTUP (pg_purepy.protocol.ProtocolState attribute) server_timezone (pg_purepy.connection.AsyncPostgresConnection property) SIMPLE_QUERY_RECEIVED_COMMAND_COMPLETE (pg_purepy.protocol.ProtocolState attribute) SIMPLE_QUERY_RECEIVED_ROW_DESCRIPTION (pg_purepy.protocol.ProtocolState attribute) SIMPLE_QUERY_SENT_QUERY (pg_purepy.protocol.ProtocolState attribute) STARTUP (pg_purepy.protocol.ProtocolState attribute) state (pg_purepy.messages.ReadyForQuery attribute) (pg_purepy.SansIOClient attribute) T table_oid (pg_purepy.messages.ColumnDescription attribute) tag (pg_purepy.messages.CommandComplete attribute) TERMINATED (pg_purepy.protocol.ProtocolState attribute) timezone (pg_purepy.conversion.abc.ConversionContext attribute) (pg_purepy.SansIOClient property) to_dict() (pg_purepy.messages.DataRow method) to_postgres() (pg_purepy.conversion.abc.Converter method) type_modifier (pg_purepy.messages.ColumnDescription attribute) type_oid (pg_purepy.messages.ColumnDescription attribute) U UNRECOVERABLE_ERROR (pg_purepy.protocol.ProtocolState attribute) UnrecoverableDatabaseError W waiting_tasks (pg_purepy.pool.PooledDatabaseInterface property) with_transaction() (pg_purepy.connection.AsyncPostgresConnection method)