SQLite3

SQLite3 でのクエリパラメータの制限

The second argument is the index of the SQL parameter to be set. The leftmost SQL parameter has an index of 1. When the same named SQL parameter is used more than once, second and subsequent occurrences have the same index as the first occ…

Android でのデーターのロード処理

トランザクションを切る ロックを無効にする InsertHelper 使う 要は生のSQLを使って極力オブジェクトを生成しないようにする 2013.01.05 18:42「ロックを無効にする」はあんまり関係ないっぽい