在dbName中执行sql语句,用多组参数执行同一SQL语句,为提高效率, 在执行时不去置换语句中的?,这样就要求参数中不能有数组 这里一些数据库信息由上层获得,同时sql要求已经处理过所需的字段名转码 @param sql String sql语句 @param paramsGroup Object[][] 参数列表的列表,可空 @param types byte[] 参数类型列表,可空,参数类型参见com.scudata.common.Types,可用数组 如字符串组等类型。当参数类型空时,认为等同于
(String sql, Object[][] paramsGroup, byte[] types, DBSession dbs, Connection con, String dbCharset, boolean tranSQL, int dbType, String dbn, int batchSize, boolean interrupt)
source not stored for this graph (policy: none)
no test coverage detected