代码搜索:executeUpdate
找到约 1,305 项符合「executeUpdate」的源代码
代码结果 1,305
www.eeworm.com/read/349322/3145754
java dbutil.java
package dao.product;
import java.sql.*;
public abstract class DbUtil {
public abstract Connection getConnection();
public abstract int executeUpdate(String sql);
public abstract Resu
www.eeworm.com/read/101039/6259856
java inventoryvalue.java
/******************************************************************************
* The contents of this file are subject to the Compiere License Version 1.1
* ("License"); You may not use this f
www.eeworm.com/read/468994/1482952
java dbservise.java
package org.xsp.vo;
import java.util.ArrayList;
public interface Dbservise {
public ArrayList executeQuery(String sql,ArrayList list);
public int executeUpdate(String sql,ArrayList lis