gpt4 book ai didi

java - 从数据库中检查 int 变量是否为 null 或为空

转载 作者:塔克拉玛干 更新时间:2023-11-03 03:14:31 24 4
gpt4 key购买 nike

<分区>

我有一个变量是:

nocustomers = rs.getInt("CUST_TRAN_COUNT");

无论是否为null,我都想执行。

我试过了

if (nocustomers ==null)

显示错误。

我该如何解决?


我新修改的代码是:

try{

query=" select * from SS_summary where txn_date = to_date ('"+asatdate+"','YYYY-MM-DD') ";
st = conn.createStatement();
rs = st.executeQuery(query);

if (rs.next())
{


nocustomers = rs.getInt("CUST_TRAN_COUNT");

nocheques =rs.getInt("CHEQ_DELIVERED_MAIN");
}

if (rs.wasNull()) {
out.println("NO DATA FOUND");
}

%>

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com