python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Issue with column names CLUSTER & COMMENT during merge/insert command in oracle
I am having a table where two columns are having reserved keywords of oracle named CLUSTER & COMMENT. I am trying to use the merge command from spring JDBC which is throwing the below error.
ORA-0...
Vineel Pellella
Votes: 0
Answers: 1
How to used a NamedJDBCTemplate placeholder in the where clause of a postgres ARRAY comparison?
I'm attempting to do a postgres query with an ARRAY/GIN where clause using spring-jdbc.
NamedParameterJdbcTemplate throws an error when I attempt to use a named parameter inside an ARRAY[].
minimal ex...
marathon
Votes: 0
Answers: 1
Spring Boot Rest application: Testing JDBC DAO layer
How can I test my DAO layer in Spring Boot Application if my application only selects information from database and doesn't write anything?
Even more, my application selects data from view.
The common...

Alexander Lopatin
Votes: 0
Answers: 1
How should I change the code so as to not get this warning : Raw use of parameterized class
I am try to get the values from the results of a stored procedure using SimpleJdbcCall.
SimpleJdbcCall simpleJdbcCall = new SimpleJdbcCall(dataSource)
.withProcedureName("...
ZhongYu
Votes: 0
Answers: 2