Searched refs:stmt (Results 1 – 3 of 3) sorted by relevance
431 SQLiteStatement stmt = null; in onUpgrade() local437 stmt = db.compileStatement("INSERT INTO system(name,value)" in onUpgrade()439 loadDefaultAnimationSettings(stmt); in onUpgrade()443 if (stmt != null) stmt.close(); in onUpgrade()466 SQLiteStatement stmt = null; in onUpgrade() local468 stmt = db.compileStatement("INSERT OR IGNORE INTO secure(name,value)" in onUpgrade()470 loadSecure35Settings(stmt); in onUpgrade()474 if (stmt != null) stmt.close(); in onUpgrade()509 SQLiteStatement stmt = null; in onUpgrade() local511 stmt = db.compileStatement("INSERT OR IGNORE INTO system(name,value)" in onUpgrade()[all …]
1119 SQLiteStatement stmt = getStatement(allowReplace); in insertInternal() local1120 stmt.clearBindings(); in insertInternal()1125 DatabaseUtils.bindObjectToProgram(stmt, i, e.getValue()); in insertInternal()1131 long result = stmt.executeInsert(); in insertInternal()
META-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/ ...