Исходный код вики PostgreSQL. Npgsql
Редактировал(а) Alexandr Fokin 2024/04/13 12:41
Скрыть последних авторов
author | version | line-number | content |
---|---|---|---|
![]() |
3.2 | 1 | | |[[PostgreSQL>>doc:Разработка.Базы данных.SQL.PostgreSQL.WebHome]], [[Ado.Net>>doc:Разработка.NET.Работа с БД.Группа\. Провайдеры\..Ado\.Net.WebHome]] |
2 | | |((( | ||
![]() |
1.1 | 3 | Npgsql aims to be fully ADO.NET-compatible, its API should feel almost identical to other .NET database drivers. |
4 | https://www.npgsql.org/doc/index.html | ||
5 | |||
![]() |
1.7 | 6 | Npgsql - the .NET data provider for PostgreSQL |
7 | npgsql/npgsql | ||
8 | [[https:~~/~~/github.com/npgsql/npgsql>>https://github.com/npgsql/npgsql]] | ||
![]() |
3.2 | 9 | ))) |
10 | | |((( | ||
11 | |Connection String Parameters | ||
![]() |
1.13 | 12 | [[https:~~/~~/www.npgsql.org/doc/connection-string-parameters.html>>https://www.npgsql.org/doc/connection-string-parameters.html]] |
![]() |
3.2 | 13 | |Performance |
![]() |
1.11 | 14 | [[https:~~/~~/www.npgsql.org/doc/performance.html>>https://www.npgsql.org/doc/performance.html]] |
![]() |
3.2 | 15 | |((( |
![]() |
1.10 | 16 | Prepared Statements |
17 | [[https:~~/~~/www.npgsql.org/doc/prepare.html?q=prepare>>https://www.npgsql.org/doc/prepare.html?q=prepare]] | ||
![]() |
1.13 | 18 | |
19 | Параметры клиента могут достаточно весомо влиять на производительность запросов. | ||
20 | ))) | ||
21 | |||
22 | |||
![]() |
3.2 | 23 | ))) |
24 | |||
25 | ---- | ||
26 | |||
27 | ==== Внутренние ссылки: ==== | ||
28 | |||
29 | ====== Дочерние страницы: ====== | ||
30 | |||
31 | {{children/}} | ||
32 | |||
33 | ====== Обратные ссылки: ====== | ||
34 | |||
35 | {{velocity}} | ||
36 | #set ($links = $doc.getBacklinks()) | ||
37 | #if ($links.size() > 0) | ||
38 | #foreach ($docname in $links) | ||
39 | #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument()) | ||
40 | * [[$escapetool.xml($rdoc.fullName)]] | ||
41 | #end | ||
42 | #else | ||
43 | No back links for this page! | ||
44 | #end | ||
45 | {{/velocity}} | ||
46 | |||
47 | ---- |