r3s Java is simple
Saturday, 12 October 2013
Queries
is null Vs = null
-------------------
http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:17320984423926
Friday, 11 October 2013
Techniques
1. File Search: select whole word, select case sensitive
JDBC Template
If your Query returns single value then use NamedParameterJdbcTemplate:
---------------------------------------------------------------------------
String fanNumber = new NamedParameterJdbcTemplate(
getJdbcTemplate()).queryForObject(getSQL("OM.GET_ADH_NUM"), params, String.class);
Wednesday, 9 October 2013
Technical Concepts
SQL injection
Cross-site scripting
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)