Table of Contents - jeremyevans-postgres-pr-0.6.8 Documentation
Classes and Modules
- BinaryReaderMixin
- BinaryWriterMixin
- Buffer
- Buffer::EOF
- Buffer::Error
- ByteOrder
- IO
- Object
- PGconn
- PGresult
- Postgres
- Postgres::Conversion
- Postgres::Conversion::ConversionError
- PostgresPR
- PostgresPR::Authentification
- PostgresPR::AuthentificationClearTextPassword
- PostgresPR::AuthentificationCryptPassword
- PostgresPR::AuthentificationKerberosV4
- PostgresPR::AuthentificationKerberosV5
- PostgresPR::AuthentificationMD5Password
- PostgresPR::AuthentificationOk
- PostgresPR::AuthentificationSCMCredential
- PostgresPR::BackendKeyData
- PostgresPR::CommandComplete
- PostgresPR::Connection
- PostgresPR::Connection::Result
- PostgresPR::CopyInResponse
- PostgresPR::CopyOutResponse
- PostgresPR::DataRow
- PostgresPR::DumpError
- PostgresPR::EmptyQueryResponse
- PostgresPR::ErrorResponse
- PostgresPR::Message
- PostgresPR::NoticeErrorMixin
- PostgresPR::NoticeResponse
- PostgresPR::PGError
- PostgresPR::PGError
- PostgresPR::ParameterStatus
- PostgresPR::Parse
- PostgresPR::ParseComplete
- PostgresPR::ParseError
- PostgresPR::PasswordMessage
- PostgresPR::Query
- PostgresPR::ReadyForQuery
- PostgresPR::RowDescription
- PostgresPR::RowDescription::FieldInfo
- PostgresPR::SSLRequest
- PostgresPR::SaltedAuthentificationMixin
- PostgresPR::StartupMessage
- PostgresPR::Terminate
- PostgresPR::UnknownAuthType
- PostgresPR::UnknownMessageType
- TC_Conversion
Methods
- ::big? — ByteOrder
- ::big_endian? — ByteOrder
- ::byte_order — ByteOrder
- ::byteorder — ByteOrder
- ::create — PostgresPR::Message
- ::create — PostgresPR::Authentification
- ::dump — PostgresPR::Message
- ::escape — PGconn
- ::fields — PostgresPR::Message
- ::from_string — Buffer
- ::little? — ByteOrder
- ::little_endian? — ByteOrder
- ::network? — ByteOrder
- ::new — Buffer
- ::new — PostgresPR::Connection
- ::new — PostgresPR::Connection::Result
- ::new — PostgresPR::Parse
- ::new — PostgresPR::Query
- ::new — PGconn
- ::new — PGresult
- ::new — PostgresPR::SaltedAuthentificationMixin
- ::new — PostgresPR::NoticeErrorMixin
- ::of_size — Buffer
- ::quote_ident — PGconn
- ::read — PostgresPR::Message
- ::register_auth_type — PostgresPR::Authentification
- ::register_message_type — PostgresPR::Message
- #[] — PGresult
- #at_end? — Buffer
- #big? — ByteOrder
- #big_endian? — ByteOrder
- #byte_order — ByteOrder
- #byteorder — ByteOrder
- #clear — PGresult
- #close — PostgresPR::Connection
- #close — PGconn
- #cmdstatus — PGresult
- #cmdtuples — PGresult
- #content — Buffer
- #copy_from_stream — Buffer
- #decode_array — Postgres::Conversion
- #decode_bytea — Postgres::Conversion
- #dump — PostgresPR::Message
- #dump — PostgresPR::UnknownMessageType
- #dump — PostgresPR::Authentification
- #dump — PostgresPR::PasswordMessage
- #dump — PostgresPR::ParameterStatus
- #dump — PostgresPR::BackendKeyData
- #dump — PostgresPR::ReadyForQuery
- #dump — PostgresPR::DataRow
- #dump — PostgresPR::CommandComplete
- #dump — PostgresPR::Parse
- #dump — PostgresPR::Query
- #dump — PostgresPR::RowDescription
- #dump — PostgresPR::StartupMessage
- #dump — PostgresPR::SSLRequest
- #dump — PostgresPR::SaltedAuthentificationMixin
- #dump — PostgresPR::NoticeErrorMixin
- #each — PGresult
- #encode_bytea — Postgres::Conversion
- #establish_connection — PostgresPR::Connection
- #exec — PGconn
- #fieldname — PGresult
- #fieldnum — PGresult
- #getvalue — PGresult
- #little? — ByteOrder
- #little_endian? — ByteOrder
- #message__dump — PostgresPR::Authentification
- #network? — ByteOrder
- #notice_processor — PGconn
- #notice_processor= — PGconn
- #num_fields — PGresult
- #num_tuples — PGresult
- #parse — PostgresPR::Message
- #parse — PostgresPR::Authentification
- #parse — PostgresPR::PasswordMessage
- #parse — PostgresPR::ParameterStatus
- #parse — PostgresPR::BackendKeyData
- #parse — PostgresPR::ReadyForQuery
- #parse — PostgresPR::DataRow
- #parse — PostgresPR::CommandComplete
- #parse — PostgresPR::Parse
- #parse — PostgresPR::Query
- #parse — PostgresPR::RowDescription
- #parse — PostgresPR::StartupMessage
- #parse — PostgresPR::SSLRequest
- #parse — PostgresPR::SaltedAuthentificationMixin
- #parse — PostgresPR::NoticeErrorMixin
- #parse_arr — Postgres::Conversion
- #position — Buffer
- #position= — Buffer
- #pw — BinaryWriterMixin
- #query — PostgresPR::Connection
- #query — PGconn
- #read — Buffer
- #read_byte — BinaryReaderMixin
- #read_cstring — Buffer
- #read_exactly_n_bytes — IO
- #read_int16_big — BinaryReaderMixin
- #read_int16_little — BinaryReaderMixin
- #read_int16_native — BinaryReaderMixin
- #read_int32_big — BinaryReaderMixin
- #read_int32_little — BinaryReaderMixin
- #read_int32_native — BinaryReaderMixin
- #read_int8 — BinaryReaderMixin
- #read_rest — Buffer
- #read_uint8 — BinaryReaderMixin
- #read_word16_big — BinaryReaderMixin
- #read_word16_little — BinaryReaderMixin
- #read_word16_native — BinaryReaderMixin
- #read_word32_big — BinaryReaderMixin
- #read_word32_little — BinaryReaderMixin
- #read_word32_native — BinaryReaderMixin
- #read_word8 — BinaryReaderMixin
- #readn — BinaryReaderMixin
- #ru — BinaryReaderMixin
- #ru_swap — BinaryReaderMixin
- #salt_size — PostgresPR::AuthentificationCryptPassword
- #salt_size — PostgresPR::AuthentificationMD5Password
- #size — Buffer
- #size — PGresult
- #status — PGresult
- #test_bytea — TC_Conversion
- #test_decode_array — TC_Conversion
- #transaction_status — PostgresPR::Connection
- #transaction_status — PGconn
- #type — PGresult
- #write — Buffer
- #write_byte — BinaryWriterMixin
- #write_cstring — Buffer
- #write_int16_little — BinaryWriterMixin
- #write_int16_native — BinaryWriterMixin
- #write_int16_network — BinaryWriterMixin
- #write_int32_little — BinaryWriterMixin
- #write_int32_native — BinaryWriterMixin
- #write_int32_network — BinaryWriterMixin
- #write_int8 — BinaryWriterMixin
- #write_word16_little — BinaryWriterMixin
- #write_word16_native — BinaryWriterMixin
- #write_word16_network — BinaryWriterMixin
- #write_word32_little — BinaryWriterMixin
- #write_word32_native — BinaryWriterMixin
- #write_word32_network — BinaryWriterMixin
- #write_word8 — BinaryWriterMixin