📄 updateinstorerecorddbbean.java
字号:
// Decompiled by Jad v1.5.7g. Copyright 2000 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi
// Source File Name: UpdateInStoreRecordDBBean.java
package finance;
import com.ibm.db.*;
import common.ParentDBBean;
import common.QueryDBBean;
import java.io.IOException;
import java.math.BigDecimal;
import java.sql.Date;
class UpdateInStoreRecordDBBean extends QueryDBBean
{
protected String buynum;
protected String buyman;
protected String instoredate;
protected String storemanager;
protected String note1;
protected String delflag;
protected String instorenum;
protected String goodsname;
protected String goodsstyle;
protected String goodsprice;
protected String goodsnum;
protected String goodsunit;
protected String note2;
protected String name;
protected String style;
protected String banlance;
protected String unit;
protected String flag;
protected String vecQ1;
protected String vecQ2;
protected String vecQ3;
protected String vecQB1;
protected String vecQN2;
protected String vecQB2;
protected String updateSQL01;
protected String updateSQL02;
protected String insertSQL03;
protected String updateSQL04;
protected String updateSQL05;
protected String updateSQL06;
protected String updateSQL07;
protected String insertSQL08;
protected String selectSQL01;
protected String selectSQL02;
protected String selectSQL03;
protected SQLStatement updateStatement01;
protected SQLStatement updateStatement02;
protected SQLStatement insertStatement03;
protected SQLStatement updateStatement04;
protected SQLStatement updateStatement05;
protected SQLStatement updateStatement06;
protected SQLStatement updateStatement07;
protected SQLStatement insertStatement08;
protected SelectStatement selectStatement01;
protected SelectStatement selectStatement02;
protected SelectStatement selectStatement03;
static Class class$java$lang$Integer; /* synthetic field */
static Class class$java$lang$String; /* synthetic field */
static Class class$java$sql$Date; /* synthetic field */
static Class class$java$math$BigDecimal; /* synthetic field */
UpdateInStoreRecordDBBean()
{
}
static Class class$(String s)
{
try
{
return Class.forName(s);
}
catch(ClassNotFoundException classnotfoundexception)
{
throw new NoClassDefFoundError(classnotfoundexception.getMessage());
}
}
public String getBanlance()
{
return banlance;
}
public String getBuyman()
{
return buyman;
}
public String getBuynum()
{
return buynum;
}
public void getDataFromResult01()
throws Exception
{
try
{
for(int i = 0; i < result.getNumRowsInCache(); i++)
{
result.setCurrentRow(i + 1);
vecQ1 = result.getColumnValueToString("goodsname").trim();
vecQ2 = result.getColumnValueToString("goodsstyle").trim();
vecQ3 = result.getColumnValueToString("goodsnum").trim();
}
}
catch(DataException dataexception)
{
setStatusMessage("从入库物品清单表取值时发生错误--" + dataexception.getMessage());
setStatusCode(8349);
throw dataexception;
}
finally
{
closeResultSet();
}
}
public void getDataFromResult02()
throws Exception
{
try
{
for(int i = 0; i < result.getNumRowsInCache(); i++)
{
result.setCurrentRow(i + 1);
vecQB1 = result.getColumnValueToString("banlance").trim();
}
}
catch(DataException dataexception)
{
setStatusMessage("从库存物品表取值时发生错误--" + dataexception.getMessage());
setStatusCode(8354);
throw dataexception;
}
finally
{
closeResultSet();
}
}
public void getDataFromResult03()
throws Exception
{
try
{
for(int i = 0; i < result.getNumRowsInCache(); i++)
{
result.setCurrentRow(i + 1);
vecQN2 = result.getColumnValueToString("number").trim();
vecQB2 = result.getColumnValueToString("banlance").trim();
}
}
catch(DataException dataexception)
{
setStatusMessage("从库存物品表取值时发生错误--" + dataexception.getMessage());
setStatusCode(8364);
throw dataexception;
}
finally
{
closeResultSet();
}
}
public String getDelflag()
{
return delflag;
}
public String getFlag()
{
return flag;
}
public String getGoodsname()
{
return goodsname;
}
public String getGoodsnum()
{
return goodsnum;
}
public String getGoodsprice()
{
return goodsprice;
}
public String getGoodsstyle()
{
return goodsstyle;
}
public String getGoodsunit()
{
return goodsunit;
}
public String getInsertSQL03()
{
return insertSQL03;
}
public String getInsertSQL08()
{
return insertSQL08;
}
public String getInstoredate()
{
return instoredate;
}
public String getInstorenum()
{
return instorenum;
}
public String getName()
{
return name;
}
public String getNote1()
{
return note1;
}
public String getNote2()
{
return note2;
}
public String getSelectSQL01()
{
return selectSQL01;
}
public String getSelectSQL02()
{
return selectSQL02;
}
public String getSelectSQL03()
{
return selectSQL03;
}
public String getStoremanager()
{
return storemanager;
}
public String getStyle()
{
return style;
}
public String getUnit()
{
return unit;
}
public String getUpdateSQL01()
{
return updateSQL01;
}
public String getUpdateSQL02()
{
return updateSQL02;
}
public String getUpdateSQL04()
{
return updateSQL04;
}
public String getUpdateSQL05()
{
return updateSQL05;
}
public String getUpdateSQL06()
{
return updateSQL06;
}
public String getUpdateSQL07()
{
return updateSQL07;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -