Namespace Npgsql.Internal
Classes
ClusterStateCache
Cache for cluster's state
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...).
NpgsqlReadBuffer
A buffer used by Npgsql to read data from the socket efficiently. Provides methods which decode different values types and tracks the current position.
NpgsqlWriteBuffer
A buffer used by Npgsql to write data to the socket efficiently. Provides methods which encode different values types and tracks the current position.
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.