internal HstoreHandler(PostgresType postgresType, NpgsqlConnector connector) { PostgresType = postgresType; _textHandler = new TextHandler(postgresType, connector); }
internal HstoreHandler(PostgresType postgresType, TextHandler textHandler) : base(postgresType) => _textHandler = textHandler;
/// <inheritdoc /> protected internal JsonPathHandler(PostgresType postgresType, NpgsqlConnector connector) { PostgresType = postgresType; _textHandler = new TextHandler(postgresType, connector); }