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.
2 parents 8dd17a0 + 097bd4b commit 7b2481aCopy full SHA for 7b2481a
README.md
@@ -7,6 +7,7 @@ Agora vamos mostrar o passo a passo de como utilizar:
7
<a href="">v1.0.10</a>
8
<a href="">v1.0.12</a>
9
<a href="">v1.0.13</a>
10
+<a href="">v1.0.14</a>
11
12
### Importando a lib para o projeto:
13
```groovy
@@ -138,7 +139,7 @@ List<Pessoa> list = simpleSQL.selectTable(new Pessoa())
138
139
### DELETE
140
Para remover algum registro da tabela, ainda segue o mesmo padrão dos métodos anteriores
141
```JAVA
-boolean result = simpleSQL.deleteColumn(new Pessoa())
142
+boolean result = simpleSQL.deleteColumn("Nome da tabela")
143
.where()
144
.column("id")
145
.equals()
0 commit comments