112113114115116117118119120121122
"?" + ")"; SQLiteStatement st = Db.getInstance().query(sql); st.bind(1, this.getType()); st.bind(2, this.getName()); st.bind(3, serialize(this.getConfig())); st.step(); }
113114115116117118119120121122123
")"; SQLiteStatement st = Db.getInstance().query(sql); st.bind(1, this.getType()); st.bind(2, this.getName()); st.bind(3, serialize(this.getConfig())); st.step(); }
114115116117118119120121122123124
SQLiteStatement st = Db.getInstance().query(sql); st.bind(1, this.getType()); st.bind(2, this.getName()); st.bind(3, serialize(this.getConfig())); st.step(); } public void update() throws Exception
132133134135136137138139140141142
"WHERE " + "id = " + this.getId(); SQLiteStatement st = Db.getInstance().query(sql); st.bind(1, this.getType()); st.bind(2, this.getName()); st.bind(3, serialize(this.getConfig())); st.step(); }
133134135136137138139140141142143
"id = " + this.getId(); SQLiteStatement st = Db.getInstance().query(sql); st.bind(1, this.getType()); st.bind(2, this.getName()); st.bind(3, serialize(this.getConfig())); st.step(); }
134135136137138139140141142143144
SQLiteStatement st = Db.getInstance().query(sql); st.bind(1, this.getType()); st.bind(2, this.getName()); st.bind(3, serialize(this.getConfig())); st.step(); } public void delete() throws Exception
90919293949596979899100
"?" + ")"; SQLiteStatement st = Db.getInstance().query(sql); st.bind(1, this.getProjectId()); st.bind(2, this.getPattern()); st.step(); }
919293949596979899100101
")"; SQLiteStatement st = Db.getInstance().query(sql); st.bind(1, this.getProjectId()); st.bind(2, this.getPattern()); st.step(); } public void update() throws Exception
108109110111112113114115116117118
"WHERE " + "id = " + this.getId(); SQLiteStatement st = Db.getInstance().query(sql); st.bind(1, this.getProjectId()); st.bind(2, this.getPattern()); st.step(); }
109110111112113114115116117118119
"id = " + this.getId(); SQLiteStatement st = Db.getInstance().query(sql); st.bind(1, this.getProjectId()); st.bind(2, this.getPattern()); st.step(); } public void delete() throws Exception