org.springframework.jdbc.UncategorizedSQLException:17004 5
异常全名Exceptioninthread"main"org.springframework.jdbc.UncategorizedSQLException:Prepare...
异常全名Exception in thread "main" org.springframework.jdbc.UncategorizedSQLException: PreparedStatementCallback; uncategorized SQLException for SQL [select * from test]; SQL state [null]; error code [17004]; 无效的列类型; nested exception is java.sql.SQLException: 无效的列类型
---------------------------------------------------------------------------------------------------------------
jdbctemplate.queryForList("select * from test", new Test());这样使用时有问题报上面的异常。
但使用jdbctemplate.queryForObject("select * from test where id=?", new Object[]{id},new int[]{ java.sql.Types.INTEGER}, new Test())却没有异常怎么办 展开
---------------------------------------------------------------------------------------------------------------
jdbctemplate.queryForList("select * from test", new Test());这样使用时有问题报上面的异常。
但使用jdbctemplate.queryForObject("select * from test where id=?", new Object[]{id},new int[]{ java.sql.Types.INTEGER}, new Test())却没有异常怎么办 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询