C# 클래스 Npgsql.TypeHandlers.UnrecognizedTypeHandler

Handles "conversions" for columns sent by the database with unknown OIDs. This differs from TextHandler in that its a text-only handler (we don't want to receive binary representations of the types registered here). Note that this handler is also used in the very initial query that loads the OID mappings (chicken and egg problem).
상속: TextHandler
파일 보기 프로젝트 열기: npgsql/npgsql

비공개 메소드들

메소드 설명
PrepareRead ( ReadBuffer buf, FieldDescription fieldDescription, int len ) : void
UnrecognizedTypeHandler ( TypeHandlerRegistry registry ) : NpgsqlTypes