博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ejb ql 返回object
阅读量:6358 次
发布时间:2019-06-23

本文共 346 字,大约阅读时间需要 1 分钟。

String sqlStr="select t.car_kind,count(t) from table1 t where t.jb_date='"+jb_date+"' and t.state='"+state+"' and t.sbzt='1' and t.bureau_code='"+ljdm+"' group by t.car_kind";List
ob = DdmlCommServiceFactory.getInstance().getCommonRemote().getListByEjbQl(sqlStr, new String[] {},new Object[] {}) //获取值的方式 String.valueOf(ob.get(i)[1]);

 

转载地址:http://lkbma.baihongyu.com/

你可能感兴趣的文章
zabbix 邮件报警 -- sendmail
查看>>
JavaScript异步编程
查看>>
tcpdump用法小记
查看>>
MySQL基础安全注意细节
查看>>
Oracle随机函数—dbms_random
查看>>
pvr 批量转换
查看>>
linux命令basename使用方法
查看>>
windows下开发库路径解决方案
查看>>
linux迁移mysql数据目录
查看>>
脚本源码安装LNMP
查看>>
Percona Server安装
查看>>
函数为左边表达式
查看>>
2015.06.04 工作任务与心得
查看>>
icinga2使用587端口发邮件
查看>>
hpasmcli查看HP服务器内存状态
查看>>
【14】Python100例基础练习(1)
查看>>
boost bind使用指南
查看>>
使用ntpdate更新系统时间
查看>>
Android M 特性 Doze and App Standby模式详解
查看>>
IE FF(火狐) line-height兼容详解
查看>>