| 程序包 | 说明 |
|---|---|
| org.docshare.mvc | |
| org.docshare.orm | |
| org.docshare.orm.access | |
| org.docshare.orm.mysql | |
| org.docshare.orm.postgres |
| 限定符和类型 | 方法和说明 |
|---|---|
DBTool |
Controller.T(String tableName)
获取tool对象
|
| 限定符和类型 | 方法和说明 |
|---|---|
DBTool |
DBTool.commit() |
static DBTool |
DBTool.getIns(String tname) |
DBTool |
LasyList.getTool() |
DBTool |
Model.myTool()
获取我的DBTool
|
DBTool |
DBTool.rollback() |
static DBTool |
Model.tool(String tname) |
DBTool |
DBTool.tran() |
| 限定符和类型 | 方法和说明 |
|---|---|
ResultSet |
IDBDelegate.runSQL(List<SQLConstains> cons,
SQLConstains orderby,
SQLConstains limit,
DBTool tool,
String tbName,
String prefix) |
int |
IDBDelegate.save(DBTool tool,
Model m,
String key,
boolean isInsert) |
long |
IDBDelegate.size(List<SQLConstains> cons,
DBTool tool,
String tbName) |
| 构造器和说明 |
|---|
LasyList(DBTool tool,
String tbName) |
| 限定符和类型 | 方法和说明 |
|---|---|
ResultSet |
AccessDelegate.runSQL(List<SQLConstains> cons,
SQLConstains orderc,
SQLConstains limitc,
DBTool tool,
String tbName,
String prefix) |
int |
AccessDelegate.save(DBTool tool,
Model m,
String key,
boolean forceInsert) |
long |
AccessDelegate.size(List<SQLConstains> cons,
DBTool tool,
String tbName) |
| 限定符和类型 | 方法和说明 |
|---|---|
ResultSet |
MySQLDelegate.runSQL(List<SQLConstains> cons,
SQLConstains order_con,
SQLConstains limit_con,
DBTool tool,
String tbName,
String prefix) |
int |
MySQLDelegate.save(DBTool tool,
Model m,
String key,
boolean forceInsert) |
long |
MySQLDelegate.size(List<SQLConstains> cons,
DBTool tool,
String tbName) |
| 限定符和类型 | 方法和说明 |
|---|---|
ResultSet |
PostgresDelegate.runSQL(List<SQLConstains> cons,
DBTool tool,
String tbName) |
ResultSet |
PostgresDelegate.runSQL(List<SQLConstains> cons,
SQLConstains orderc,
SQLConstains limitc,
DBTool tool,
String tbName,
String prefix) |
int |
PostgresDelegate.save(DBTool tool,
Model m,
String key,
boolean forceInsert) |
long |
PostgresDelegate.size(List<SQLConstains> cons,
DBTool tool,
String tbName) |
Copyright © 2023. All rights reserved.