StructsΒ§
- PGCDatabase
Builder π - Builds the
pg_catalog.pg_database
table row by rowoid
use schema name as a workaround since we donβt have numeric schema id.nspname
is the schema name. - PGDatabase π
- The
pg_catalog.database
table implementation.
ConstantsΒ§
- DATNAME
- INIT_
CAPACITY π - The initial capacity of the vector builders.