[][src]Module c3p0_pool_pg::postgres

Modules

error

Errors.

notification

Asynchronous notifications.

params

Connection parameters

rows

Query result rows.

stmt

Prepared statements

tls

Types and traits for TLS support.

transaction

Transactions

types

Types.

Macros

accepts

Generates a simple implementation of ToSql::accepts which accepts the types passed to it.

to_sql_checked

Generates an implementation of ToSql::to_sql_checked.

Structs

CancelData

Contains information necessary to cancel queries for a session.

Connection

A connection to a Postgres database.

LoggingNoticeHandler

A notice handler which logs at the info level.

Enums

TlsMode

Specifies the TLS support requested for a new connection.

Traits

GenericConnection

A trait allowing abstraction over connections and transactions

HandleNotice

A trait implemented by types that can handle Postgres notice messages.

Functions

cancel_query

Attempts to cancel an in-progress query.

Type Definitions

Result

A type alias of the result returned by many methods.