dpeq

Undocumented in source.

Modules

command
module dpeq.command

Commands of various nature. Prepared statement, portal and response demarshalling functions live here.

connection
module dpeq.connection

Connection.

constants
module dpeq.constants

Constants of various nature.

exceptions
module dpeq.exceptions

Exceptions, thrown by dpeq code.

marshalling
module dpeq.marshalling

Primitives used for marshalling.

schema
module dpeq.schema

Structures that describe the schema of query results.

Public Imports

dpeq.exceptions
public import dpeq.exceptions;
Undocumented in source.
dpeq.command
public import dpeq.command;
Undocumented in source.
dpeq.connection
public import dpeq.connection;
Undocumented in source.
dpeq.constants
public import dpeq.constants;
Undocumented in source.
dpeq.marshalling
public import dpeq.marshalling;
Undocumented in source.
dpeq.schema
public import dpeq.schema;
Undocumented in source.

Meta