| 程序包 | 说明 |
|---|---|
| org.docshare.orm | |
| org.docshare.orm.access | |
| org.docshare.orm.mysql | |
| org.docshare.orm.postgres |
| 限定符和类型 | 方法和说明 |
|---|---|
ResultSet |
IDBDelegate.runSQL(List<SQLConstains> cons,
SQLConstains orderby,
SQLConstains limit,
DBTool tool,
String tbName,
String prefix) |
| 限定符和类型 | 方法和说明 |
|---|---|
ResultSet |
IDBDelegate.runSQL(List<SQLConstains> cons,
SQLConstains orderby,
SQLConstains limit,
DBTool tool,
String tbName,
String prefix) |
long |
IDBDelegate.size(List<SQLConstains> cons,
DBTool tool,
String tbName) |
| 限定符和类型 | 方法和说明 |
|---|---|
ResultSet |
AccessDelegate.runSQL(List<SQLConstains> cons,
SQLConstains orderc,
SQLConstains limitc,
DBTool tool,
String tbName,
String prefix) |
| 限定符和类型 | 方法和说明 |
|---|---|
ResultSet |
AccessDelegate.runSQL(List<SQLConstains> cons,
SQLConstains orderc,
SQLConstains limitc,
DBTool tool,
String tbName,
String prefix) |
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) |
| 限定符和类型 | 方法和说明 |
|---|---|
ResultSet |
MySQLDelegate.runSQL(List<SQLConstains> cons,
SQLConstains order_con,
SQLConstains limit_con,
DBTool tool,
String tbName,
String prefix) |
long |
MySQLDelegate.size(List<SQLConstains> cons,
DBTool tool,
String tbName) |
| 限定符和类型 | 方法和说明 |
|---|---|
ResultSet |
PostgresDelegate.runSQL(List<SQLConstains> cons,
SQLConstains orderc,
SQLConstains limitc,
DBTool tool,
String tbName,
String prefix) |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
long |
PostgresDelegate.size(List<SQLConstains> cons,
DBTool tool,
String tbName) |
Copyright © 2023. All rights reserved.