I have difficulties with a statement in the Java code, that is needed to be read in the SQL. The statement contains ?
and is not understandable for me what is it's meaning. The code goes like this:
String sql = "SELECT lsw_id, lsw_planed_time, lsw_start_time, lsw_finish_time, lsw_exe_result, lsw_message FROM "
+ ENTITY_NAME
+ " WHERE lsw_planed_time < ? AND lsw_start_time IS NULL";
I would please require some help.