Namespace Npgsql.Internal
Classes
- NpgsqlConnector
Represents a connection to a PostgreSQL backend. Unlike NpgsqlConnection objects, which are exposed to users, connectors are internal to Npgsql and are recycled by the connection pool.
- NpgsqlDatabaseInfo
Base class for implementations which provide information about PostgreSQL and PostgreSQL-like databases (e.g. type definitions, capabilities...).
Structs
Interfaces
- INpgsqlDatabaseInfoFactory
A factory which get generate instances of NpgsqlDatabaseInfo, which describe a database and the types it contains. When first connecting to a database, Npgsql will attempt to load information about it via this factory.
- IPgTypeInfoResolver
An Npgsql resolver for type info. Used by Npgsql to read and write values to PostgreSQL.