MCPcopy Create free account
hub / github.com/PDAL/PDAL / PgWriter

Method PgWriter

plugins/pgpointcloud/io/PgWriter.cpp:70–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68// between loads? Leave to pre/post SQL?
69
70PgWriter::PgWriter()
71 : m_session(0)
72 , m_patch_compression_type(CompressionType::None)
73 , m_srid(0)
74 , m_pcid(0)
75 , m_overwrite(true)
76 , m_schema_is_initialized(false)
77{}
78
79
80PgWriter::~PgWriter()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected