File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -1490,7 +1490,7 @@ msgstr ""
1490
1490
1491
1491
#: ../../library/sqlite3.rst:1228
1492
1492
msgid "Row objects"
1493
- msgstr ""
1493
+ msgstr "Row オブジェクト "
1494
1494
1495
1495
#: ../../library/sqlite3.rst:1232
1496
1496
msgid ""
@@ -1529,7 +1529,7 @@ msgstr "スライスがサポートされました。"
1529
1529
1530
1530
#: ../../library/sqlite3.rst:1253
1531
1531
msgid "PrepareProtocol objects"
1532
- msgstr ""
1532
+ msgstr "PrepareProtocol オブジェクト "
1533
1533
1534
1534
#: ../../library/sqlite3.rst:1257
1535
1535
msgid ""
@@ -1796,7 +1796,7 @@ msgstr ""
1796
1796
1797
1797
#: ../../library/sqlite3.rst:1421
1798
1798
msgid "How-to guides"
1799
- msgstr ""
1799
+ msgstr "ハウツー・ガイド "
1800
1800
1801
1801
#: ../../library/sqlite3.rst:1426
1802
1802
msgid "How to use placeholders to bind values in SQL queries"
@@ -2098,6 +2098,11 @@ msgid ""
2098
2098
"To use :class:`!Row` as a row factory, assign it to the :attr:`!row_factory` "
2099
2099
"attribute:"
2100
2100
msgstr ""
2101
+ ":class:`!Row` は、 :class:`タプル <!tuple>` に対してメモリ・オーバーヘッドと"
2102
+ "パフォーマンスへの影響を最小限に抑えながら、列(row)へのインデックスによるアク"
2103
+ "セスと、列への(大文字と小文字を区別しない)名前によるアクセスを提供します。 :"
2104
+ "class:`!Row` を行工場(row factory)として使用するには、 :attr:`!row_factory` "
2105
+ "属性に割り当てます:"
2101
2106
2102
2107
#: ../../library/sqlite3.rst:1875
2103
2108
msgid "Queries now return :class:`!Row` objects:"
You can’t perform that action at this time.
0 commit comments