Изменения документа PostgreSQL. Npgsql
Редактировал(а) Alexandr Fokin 2024/04/13 12:41
<
отредактировано Alexandr Fokin
на 2022/12/01 04:51
на 2022/12/01 04:51
отредактировано Alexandr Fokin
на 2024/04/13 12:41
на 2024/04/13 12:41
Изменить комментарий:
К данной версии нет комментариев
Комментарий
-
Свойства страницы (1 изменено, 0 добавлено, 0 удалено)
Подробности
- Свойства страницы
-
- Содержимое
-
... ... @@ -1,5 +1,5 @@ 1 -[[PostgreSQL>>doc:Разработка.Базы данных.SQL.PostgreSQL.WebHome]] 2 - 1 +| |[[PostgreSQL>>doc:Разработка.Базы данных.SQL.PostgreSQL.WebHome]], [[Ado.Net>>doc:Разработка.NET.Работа с БД.Группа\. Провайдеры\..Ado\.Net.WebHome]] 2 +| |((( 3 3 Npgsql aims to be fully ADO.NET-compatible, its API should feel almost identical to other .NET database drivers. 4 4 https://www.npgsql.org/doc/index.html 5 5 ... ... @@ -6,7 +6,42 @@ 6 6 Npgsql - the .NET data provider for PostgreSQL 7 7 npgsql/npgsql 8 8 [[https:~~/~~/github.com/npgsql/npgsql>>https://github.com/npgsql/npgsql]] 9 +))) 10 +| |((( 11 +|Connection String Parameters 12 +[[https:~~/~~/www.npgsql.org/doc/connection-string-parameters.html>>https://www.npgsql.org/doc/connection-string-parameters.html]] 13 +|Performance 14 +[[https:~~/~~/www.npgsql.org/doc/performance.html>>https://www.npgsql.org/doc/performance.html]] 15 +|((( 16 +Prepared Statements 17 +[[https:~~/~~/www.npgsql.org/doc/prepare.html?q=prepare>>https://www.npgsql.org/doc/prepare.html?q=prepare]] 9 9 10 ----- 19 +Параметры клиента могут достаточно весомо влиять на производительность запросов. 20 +))) 11 11 12 12 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 +----