Posts by leopcx • 1 point
1 post
-
-2
votes2
answers612
viewsA: How to make unique record query
creates a Dao method with the sql string like this: String sql = "select * from <nome da tabela> where <coluna a pesquisar> = ? ;
1 post
-2
votes2
answers612
viewscreates a Dao method with the sql string like this: String sql = "select * from <nome da tabela> where <coluna a pesquisar> = ? ;