<?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>Hi-farm blog &#187; SQLite</title>
	<atom:link href="http://blog.hi-farm.net/category/sqlite/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hi-farm.net</link>
	<description>ActionScript 3.0 , AIR , FLEXからCocoa, OpenGL</description>
	<lastBuildDate>Sat, 07 Jan 2012 14:26:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SQLiteのファイルからテーブル一覧を取得</title>
		<link>http://blog.hi-farm.net/2008/06/09/sqlite%e3%81%ae%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab%e3%81%8b%e3%82%89%e3%83%86%e3%83%bc%e3%83%96%e3%83%ab%e4%b8%80%e8%a6%a7%e3%82%92%e5%8f%96%e5%be%97/</link>
		<comments>http://blog.hi-farm.net/2008/06/09/sqlite%e3%81%ae%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab%e3%81%8b%e3%82%89%e3%83%86%e3%83%bc%e3%83%96%e3%83%ab%e4%b8%80%e8%a6%a7%e3%82%92%e5%8f%96%e5%be%97/#comments</comments>
		<pubDate>Sun, 08 Jun 2008 17:10:31 +0000</pubDate>
		<dc:creator>hi-farm.net</dc:creator>
				<category><![CDATA[SQLite]]></category>

		<guid isPermaLink="false">http://www.hi-farm.net/wp/?p=15</guid>
		<description><![CDATA[
			
				
			
		
SQLiteのファイルからテーブル一覧を取得するSQLクエリです。
メモ。
select name from sqlite_master where type=&#8217;table&#038; [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.hi-farm.net%2F2008%2F06%2F09%2Fsqlite%25e3%2581%25ae%25e3%2583%2595%25e3%2582%25a1%25e3%2582%25a4%25e3%2583%25ab%25e3%2581%258b%25e3%2582%2589%25e3%2583%2586%25e3%2583%25bc%25e3%2583%2596%25e3%2583%25ab%25e4%25b8%2580%25e8%25a6%25a7%25e3%2582%2592%25e5%258f%2596%25e5%25be%2597%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.hi-farm.net%2F2008%2F06%2F09%2Fsqlite%25e3%2581%25ae%25e3%2583%2595%25e3%2582%25a1%25e3%2582%25a4%25e3%2583%25ab%25e3%2581%258b%25e3%2582%2589%25e3%2583%2586%25e3%2583%25bc%25e3%2583%2596%25e3%2583%25ab%25e4%25b8%2580%25e8%25a6%25a7%25e3%2582%2592%25e5%258f%2596%25e5%25be%2597%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>SQLiteのファイルからテーブル一覧を取得するSQLクエリです。</p>
<p>メモ。<br />
select name from sqlite_master where type=&#8217;table&#8217; order by name;</p>
<p>ただし！！！<br />
Adobe AIR beta 1はいまのところ使えないらしい。。。。</p>
<p>2007年8月24日01:45</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hi-farm.net/2008/06/09/sqlite%e3%81%ae%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab%e3%81%8b%e3%82%89%e3%83%86%e3%83%bc%e3%83%96%e3%83%ab%e4%b8%80%e8%a6%a7%e3%82%92%e5%8f%96%e5%be%97/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQLiteの基本事項</title>
		<link>http://blog.hi-farm.net/2008/06/09/sqlite%e3%81%ae%e5%9f%ba%e6%9c%ac%e4%ba%8b%e9%a0%85/</link>
		<comments>http://blog.hi-farm.net/2008/06/09/sqlite%e3%81%ae%e5%9f%ba%e6%9c%ac%e4%ba%8b%e9%a0%85/#comments</comments>
		<pubDate>Sun, 08 Jun 2008 17:09:47 +0000</pubDate>
		<dc:creator>hi-farm.net</dc:creator>
				<category><![CDATA[SQLite]]></category>

		<guid isPermaLink="false">http://www.hi-farm.net/wp/?p=14</guid>
		<description><![CDATA[
			
				
			
		
最近はMXMLとか、AS3とか、基礎を勉強してたので全く更新しなかったです。
で、AIRとか、極小案件などでSQLiteをちょこちょこと使うようになったので、基本事項をメモっておきましょ [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.hi-farm.net%2F2008%2F06%2F09%2Fsqlite%25e3%2581%25ae%25e5%259f%25ba%25e6%259c%25ac%25e4%25ba%258b%25e9%25a0%2585%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.hi-farm.net%2F2008%2F06%2F09%2Fsqlite%25e3%2581%25ae%25e5%259f%25ba%25e6%259c%25ac%25e4%25ba%258b%25e9%25a0%2585%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>最近はMXMLとか、AS3とか、基礎を勉強してたので全く更新しなかったです。</p>
<p>で、AIRとか、極小案件などでSQLiteをちょこちょこと使うようになったので、基本事項をメモっておきましょう。</p>
<p>データベース作成：<br />
ファイルなので、create database　するというよりは、dbファイルを作成するといった所です。</p>
<p>テーブル作成：<br />
create table sample_tbl (<br />
id integer not null,<br />
data1 varchar(200) not null,<br />
data2 text ,<br />
primary key(id)<br />
);</p>
<p>とかでOK。このときに、primary keyの設定と、integerとしておくと、勝手にauto_incrementしてくれるようだ。<br />
便利。</p>
<p>2007年8月21日22:23</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hi-farm.net/2008/06/09/sqlite%e3%81%ae%e5%9f%ba%e6%9c%ac%e4%ba%8b%e9%a0%85/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

