<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>コンピュータプログラミング | Men of Letters（メン・オブ・レターズ） &#8211; 論理的思考/業務改善/プログラミング</title>
	<atom:link href="https://laboratory.kazuuu.net/category/%E3%82%B3%E3%83%B3%E3%83%94%E3%83%A5%E3%83%BC%E3%82%BF%E3%83%97%E3%83%AD%E3%82%B0%E3%83%A9%E3%83%9F%E3%83%B3%E3%82%B0/feed/" rel="self" type="application/rss+xml" />
	<link>https://laboratory.kazuuu.net</link>
	<description></description>
	<lastBuildDate>Mon, 27 Dec 2021 21:03:33 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>

<image>
	<url>https://laboratory.kazuuu.net/wp-content/uploads/2021/02/cropped-L-32x32.png</url>
	<title>コンピュータプログラミング | Men of Letters（メン・オブ・レターズ） &#8211; 論理的思考/業務改善/プログラミング</title>
	<link>https://laboratory.kazuuu.net</link>
	<width>32</width>
	<height>32</height>
</image> 
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/><atom:link rel="hub" href="https://websubhub.com/hub"/>	<item>
		<title>コンピュータプログラミングでのトランザクション（Transactions）</title>
		<link>https://laboratory.kazuuu.net/transactions-in-computer-programming/</link>
					<comments>https://laboratory.kazuuu.net/transactions-in-computer-programming/#respond</comments>
		
		<dc:creator><![CDATA[小林]]></dc:creator>
		<pubDate>Mon, 27 Dec 2021 21:03:33 +0000</pubDate>
				<category><![CDATA[コンピュータプログラミング]]></category>
		<guid isPermaLink="false">https://laboratory.kazuuu.net/?p=11076</guid>

					<description><![CDATA[コンピュータプログラミングでのトランザクション（Transactions）について解説しています。 トランザクション（Transactions）とは、一般的に商取引、売買、議事録といった意味がありますが、プログラミングで [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>コンピュータプログラミングでのトランザクション（Transactions）について解説しています。</p>
<p>トランザクション（Transactions）とは、一般的に商取引、売買、議事録といった意味がありますが、プログラミングでのトランザクション（Transactions）とは、単一のアクション・作業として実行する必要がある関連アクション・作業のグループ。アクション・作業の論理的な単位であり、トランザクションの外側から見ると、全体的に見えるグループ。</p>
<p>アプリケーションでデータが矛盾がなく整っていることを確保するためには、必要なものです。</p>
<p>なお、商品を売買する際にも「商品と品質」、「数量」、「受け渡し」、「決済」などの条件があり、この条件を取り決め、契約を結び「商品を納品」、「代金の支払い」などのアクション・作業を進め、売買を行います。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://laboratory.kazuuu.net/transactions-in-computer-programming/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
