Home
last modified time | relevance | path

Searched refs:executeUpdate (Results 1 – 4 of 4) sorted by relevance

/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCStatement.java218 public int executeUpdate(String sql) throws SQLException { in executeUpdate() method in JDBCStatement
263 public int executeUpdate(String sql, int autokeys) in executeUpdate() method in JDBCStatement
268 return executeUpdate(sql); in executeUpdate()
271 public int executeUpdate(String sql, int colIndexes[]) in executeUpdate() method in JDBCStatement
276 public int executeUpdate(String sql, String colIndexes[]) in executeUpdate() method in JDBCStatement
DJDBCPreparedStatement.java118 public int executeUpdate() throws SQLException {
412 ret[i] = executeUpdate();
/external/opencensus-java/contrib/spring/src/test/java/io/opencensus/contrib/spring/aop/
DSample.java51 public void executeUpdate(String sql) throws SQLException {} in executeUpdate() method in Sample
DCensusSpringAspectTest.java175 sample.executeUpdate(sql); in sqlUpdate()