hi!
I want to exec a simple SQL Statement without using an object! (like "select count(*) from table_x where...")
I found this one - but then I have to create an object! but I wont :-) tableObjectFinderBase(request.getDBSession()).query("select ...") ;
I only want to get a number of founded rows which I can put in an Integer...
someone gots an idea
Log in to post a comment.
hi!
I want to exec a simple SQL Statement without using an object! (like "select count(*) from table_x where...")
I found this one - but then I have to create an object! but I wont :-)
tableObjectFinderBase(request.getDBSession()).query("select ...") ;
I only want to get a number of founded rows which I can put in an Integer...
someone gots an idea