Link Search Menu Expand Document

Classes (Vertica)


Classes specific to the Vertica data provider (RepoDb.Vertica, built on Vertica.Data). These cover connection bootstrapping and configuration (VerticaBootstrap, VerticaConfiguration), schema discovery (VerticaDbHelper), SQL generation (VerticaStatementBuilder), provider settings (VerticaDbSetting), type resolution between .NET, DbType and Vertica types (DbTypeToVerticaStringNameResolver, VerticaDbTypeNameToClientTypeResolver, VerticaConvertFieldResolver, DbTypeNameToColumnNameResolver), and a property handler for a CLR type mismatch with no native Vertica equivalent (TimeToDateTimePropertyHandler).

Also included are the support classes used by the Vertica bulk operations (VerticaBulkInsertMapItem, VerticaTraceKeys), part of the separate RepoDb.Vertica.BulkOperations package.


Table of contents