|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SqlItem | |
|---|---|
| com.github.drinkjava2.jdbpro | |
| Uses of SqlItem in com.github.drinkjava2.jdbpro |
|---|
| Methods in com.github.drinkjava2.jdbpro that return SqlItem | |
|---|---|
static SqlItem |
JDBPRO.bind(Object... parameters)
For tXxxx style templateEngine use, return a SqlItemType.PUT type SqlItem instance, Usage: put("key1",value1,"key2",value2...); |
static SqlItem |
JDBPRO.disableHandlers(Class<?>... args)
Create a SqlOption.IOC_OBJECT type SqlItem instance, args will create instance by IocTool |
static SqlItem |
JDBPRO.ioc(Class<?>... args)
Create a SqlOption.IOC_OBJECT type SqlItem instance, args will create instance by IocTool |
static SqlItem |
JDBPRO.notNull(Object... items)
If last param is not null, then add all items in SQL |
static SqlItem |
JDBPRO.param(Object... parameters)
Return a SqlItemType.PARAM type SqlItem instance |
static SqlItem |
JDBPRO.question(Object... parameters)
Cache parameters and return a "?" String |
static SqlItem |
JDBPRO.sql(Object... parameters)
Cache parameters and return an empty String |
static SqlItem |
JDBPRO.switchTo(DbPro dpPro)
Switch to another DbPro |
static SqlItem |
JDBPRO.valuesQuestions()
Create "values(?,?,?...,?)" String according how many SQL parameters be cached |
| Methods in com.github.drinkjava2.jdbpro that return types with arguments of type SqlItem | |
|---|---|
List<SqlItem> |
PreparedSQL.getOthers()
|
| Methods in com.github.drinkjava2.jdbpro with parameters of type SqlItem | |
|---|---|
void |
PreparedSQL.addOther(SqlItem obj)
|
void |
PreparedSQL.addTemplateParam(SqlItem sp)
|
| Method parameters in com.github.drinkjava2.jdbpro with type arguments of type SqlItem | |
|---|---|
void |
PreparedSQL.setOthers(List<SqlItem> others)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||