`

Property 'sql' is required

 
阅读更多
反编译出来java.sql.type,会变成12.这样会导至程序报
org.springframework.dao.InvalidDataAccessApiUsageException: 的异常。

private class TraderAdd extends StoredProcedure {
		private static final String SFUNC_NAME = "SP_M_TraderAdd";
		
		public TraderAdd(DataSource ds) {
			super(ds, SFUNC_NAME);
			setFunction(false);
			/**
			 * 此处传入需要的参数
			 */
			declareParameter(new SqlParameter("p_Firmid", Types.VARCHAR));
			declareParameter(new SqlParameter("p_traderId", Types.VARCHAR));
			compile();
		}
		public Map execute(Map map) {
			return super.execute(map);
		}

分享到:
评论

相关推荐

    unidac 5.2.5

    RAD Studio XE5 Update 2 is now required Now obj and o files are supplied for C++Builder Compatibility of migrating floating point fields from other components is improved Bug with data loss when ...

    Devart LinqConnect 3.1

    The behaviour is changed: the Validate Required attribute is synchronized with the Nullable attribute of Property by default now The behaviour is changed: when selecting a property in the Model ...

    SSD7 选择题。Multiple-Choice

    (b) The number of integrity constraints required to implement the relationship (c) The number of attributes that characterize the relationship (d) The number of entities that participate in the ...

    c#自定义XML配置文件解析 .Net Framework

    [ConfigurationProperty("sqlConnectionString", IsRequired = true)] public string SqlConnectionString { get { return (string)this["sqlConnectionString"]; } set { this["sqlConnectionString"] = value...

    PLSQL.Developer v11.0.0.1762 主程序+ v10中文包+keygen

    Required option Uppercase option Lowercase option Descriptive lists Multi-select lists Variable references in queries The old syntax is still supported for backward compatibility. Recall Statement ...

    spring框架进行简单的增加操作出现的错误,解决方法

    nested exception is org.springframework.beans.ConversionNotSupportedException: Failed to convert property value of type 'java.lang.String' to required type 'java.sql.Driver' for property 'driver';...

    jsp实现用户的登录

    <jsp:setProperty name="user" property="username" param="username" /> <jsp:setProperty name="user" property="password" param="password" /> ``` 3. **验证用户**:接下来,我们需要与数据库进行交互来验证...

    Advanced Data Import Component Suite 3.2

    EMS Advanced Data Import VCL is a component suite for Borland Delphi and C++ Builder that allows you to import data from files of the most popular data formats to the database. You can import data ...

    ComponentOne Studio for WinForms 2012 v3 1/5

    Both grids offer many out-of-the-box features like filtering, hierarchical data-binding, grouping, printing, and exporting to Microsoft Excel without any additional coding required. See a comparison....

    ComponentOne Studio for WinForms 2012 v3 3/5

    Both grids offer many out-of-the-box features like filtering, hierarchical data-binding, grouping, printing, and exporting to Microsoft Excel without any additional coding required. See a comparison....

    ComponentOne Studio for WinForms 2012 v3 5/5

    Both grids offer many out-of-the-box features like filtering, hierarchical data-binding, grouping, printing, and exporting to Microsoft Excel without any additional coding required. See a comparison....

    ComponentOne Studio for WinForms 2012 v3 2/5

    Both grids offer many out-of-the-box features like filtering, hierarchical data-binding, grouping, printing, and exporting to Microsoft Excel without any additional coding required. See a comparison....

    ComponentOne Studio for WinForms 2012 v3 4/5

    Both grids offer many out-of-the-box features like filtering, hierarchical data-binding, grouping, printing, and exporting to Microsoft Excel without any additional coding required. See a comparison....

    FastReport.v4.9.81 for.Delphi.BCB.Full.Source企业版含ClientServer中文修正版

    No additional fees are required (see the license). Source code: FastReport is shipped with full source code (Professional and Enterprise only). You can adapt the sources for your own needs. ...

    Studio for WinForms 2012 v2 1/3

    Both grids offer many out-of-the-box features like filtering, hierarchical data-binding, grouping, printing, and exporting to Microsoft Excel without any additional coding required. See a comparison....

    Studio for WinForms 2012 v2 2/3

    Both grids offer many out-of-the-box features like filtering, hierarchical data-binding, grouping, printing, and exporting to Microsoft Excel without any additional coding required. See a comparison....

    Studio for WinForms 2012 v2 3/3

    Both grids offer many out-of-the-box features like filtering, hierarchical data-binding, grouping, printing, and exporting to Microsoft Excel without any additional coding required. See a comparison....

    ComponentOne 2012 V2 Studio for WinForms(完整安装版本)

    Both grids offer many out-of-the-box features like filtering, hierarchical data-binding, grouping, printing, and exporting to Microsoft Excel without any additional coding required. See a comparison....

    MCTS Self-Paced Training Kit (Exam 70-448)

    ### MCTS Self-Paced Training Kit (Exam 70-448): Microsoft SQL ...448, covering all the essential knowledge points required for developing and maintaining BI solutions using Microsoft SQL Server 2008.

    JPA爬坑.pdf

    最后,我们看到了一个`IllegalArgumentException`,提示“Input is required”。这表示在处理请求时遇到了空值问题,即某个必需的输入参数未被提供。要解决这个问题,我们需要检查调用`getByUserEmailAndPassword`...

Global site tag (gtag.js) - Google Analytics