We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 294f4a3 commit 1243801Copy full SHA for 1243801
README.md
@@ -138,7 +138,7 @@ List<Pessoa> list = simpleSQL.selectTable(new Pessoa())
138
### DELETE
139
Para remover algum registro da tabela, ainda segue o mesmo padrão dos métodos anteriores
140
```JAVA
141
-boolean result = simpleSQL.deleteColumn(new Pessoa())
+boolean result = simpleSQL.deleteColumn("Nome da tabela")
142
.where()
143
.column("id")
144
.equals()
0 commit comments