For those Java like programmers, they will be using pure SQL statements to get the whole of a table by typing the typical SQL query statement.
String SQL = “select * from tablename where condition = ?”;
From then onwards it can be passed to a POJO to be declared but everything has to be done one [...]










