| 程序包 | 说明 |
|---|---|
| top.bayberry.core.db.helper.mybaitsplug |
| 限定符和类型 | 方法和说明 |
|---|---|
DMBP_Result |
DMBP_Query.executeQuery(SqlQuery sqlQuery)
executeQuery
|
DMBP_Result |
DMBP_Query.executeQuery(String sql)
executeQuery
|
DMBP_Result |
DMBP_Query.executeQuery(String sql,
Object... param)
executeQuery
|
DMBP_Result |
DMBP_Query.find(Class table,
String where,
Object... param)
find
|
DMBP_Result |
DMBP_Query.find(String tableName,
String where,
Object... param)
find
|
DMBP_Result |
DMBP_Query.findAll(Class tableName)
findAll
|
DMBP_Result |
DMBP_Query.findAll(String tableName)
findAll
|
DMBP_Result |
DMBP_Query.findById(Class table,
String id)
findById
|
DMBP_Result |
DMBP_Query.findById(String tableName,
String id)
findById
|
DMBP_Result |
DMBP_Query.findById(String tableName,
String id,
String idName)
findById
|
Copyright © 2020. All rights reserved.