|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SampleItem | |
|---|---|
| com.github.drinkjava2.jsqlbox.sqlitem | |
| Uses of SampleItem in com.github.drinkjava2.jsqlbox.sqlitem |
|---|
| Methods in com.github.drinkjava2.jsqlbox.sqlitem that return SampleItem | |
|---|---|
SampleItem |
SampleItem.allFields()
For all fields, create field1=? and field2=? and field3 is null... |
SampleItem |
SampleItem.notNullFields()
For all not null fields, create field1=? and field2=?... |
SampleItem |
SampleItem.nullFields()
For all fields has null values, create field1 is null and field2 is null... |
SampleItem |
SampleItem.param(Object... params)
Add a Sql param |
SampleItem |
SampleItem.sql(String... sqlPiece)
Add a sql piece |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||