Lines Matching defs:sql
85 ResultSet executeQuery(String sql, String args[], boolean updonly) in executeQuery()
154 public ResultSet executeQuery(String sql) throws SQLException { in executeQuery()
158 public boolean execute(String sql) throws SQLException { in execute()
176 public void addBatch(String sql) throws SQLException { in addBatch()
218 public int executeUpdate(String sql) throws SQLException { in executeUpdate()
263 public int executeUpdate(String sql, int autokeys) in executeUpdate()
271 public int executeUpdate(String sql, int colIndexes[]) in executeUpdate()
276 public int executeUpdate(String sql, String colIndexes[]) in executeUpdate()
281 public boolean execute(String sql, int autokeys) in execute()
289 public boolean execute(String sql, int colIndexes[]) in execute()
294 public boolean execute(String sql, String colIndexes[]) in execute()