|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RowMapper | |
com.framework.jdto.jdbc.wrapper |
Uses of RowMapper in com.framework.jdto.jdbc.wrapper |
Methods in com.framework.jdto.jdbc.wrapper with parameters of type RowMapper | |
Object |
StatementWrapper.executeQuery(RowMapper row)
Executes the given SQL statement in the current StatementWrapper Object, which returns a single java.lang.Object type of object. |
Object |
PreparedStatementWrapper.executeQuery(RowMapper row)
Executes the SQL query in this PreparedStatementWrapper object and returns an Object type of object generated by the query. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |