Structs§
- PGCDatabase
Builder πBuilds thepg_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§
- INIT_
CAPACITY πThe initial capacity of the vector builders.