Exemplo n.º 1
0
 internal static PostgresException Load(NpgsqlReadBuffer buf)
 => new PostgresException(ErrorOrNoticeMessage.Load(buf));
Exemplo n.º 2
0
 internal static PostgresNotice Load(NpgsqlReadBuffer buf, bool suppressDetailInPostgressError)
 => new PostgresNotice(ErrorOrNoticeMessage.Load(buf, suppressDetailInPostgressError));
Exemplo n.º 3
0
 internal static PostgresNotice Load(NpgsqlReadBuffer buf, bool includeDetail)
 => new PostgresNotice(ErrorOrNoticeMessage.Load(buf, includeDetail));
 internal static PostgresNotice Load(NpgsqlReadBuffer buf)
 => new PostgresNotice(ErrorOrNoticeMessage.Load(buf));