public final class DJPA_Query extends DB_Query
┌─┐ ┌─┐
┌──┘ ┴───────┘ ┴──┐
│ │
│ ─── │
│ ─┬┘ └┬─ │
│ │
│ ─┴─ │
│ │
└───┐ ┌───┘
│ │
│ │
│ │
│ └──────────────┐
│ │
│ ├─┐
│ author:lelouch ┌─┘
│ │
└─┐ ┐ ┌───────┬──┐ ┌──┘
│ ─┤ ─┤ │ ─┤ ─┤
└──┴──┘ └──┴──┘
神兽保佑
代码无BUG!
| 构造器和说明 |
|---|
DJPA_Query(Connection conn) |
| 限定符和类型 | 方法和说明 |
|---|---|
DJPA_Result |
find(Class table,
String where,
Object... param)
find
|
_executeQuery, _executeQuery, _find, _findById, executeQuery_, executeQuery_, executeQuery, executeQuery, executeQuery, executeQuery, find_, find, findAll_, findAll, findById_, findById_, findById, findById, getTabelColumns, getTabelColumns, getTabelComment, getTabelComment, getTabels, getTabelspublic DJPA_Query(Connection conn)
public DJPA_Result find(Class table, String where, Object... param)
table - 表where - where条件param - 参数对象Copyright © 2020. All rights reserved.