void |
DefaultDao.checkSchema(JDBCRuntime runtime,
Column column) |
void |
DefaultDao.checkSchema(JDBCRuntime runtime,
Constraint constraint) |
void |
DefaultDao.checkSchema(JDBCRuntime runtime,
Index index) |
void |
DefaultDao.checkSchema(JDBCRuntime runtime,
Table table) |
protected int |
DefaultDao.exeDelete(JDBCRuntime runtime,
Run run) |
protected List<Map<String,Object>> |
DefaultDao.maps(JDBCRuntime runtime,
String sql,
List<Object> values)
查询
|
protected static DataRow |
DefaultDao.row(JDBCRuntime runtime,
LinkedHashMap<String,Column> metadatas,
ResultSet rs) |
protected <T> EntitySet<T> |
DefaultDao.select(JDBCRuntime runtime,
Class<T> clazz,
String table,
String sql,
List<Object> values) |
protected DataSet |
DefaultDao.select(JDBCRuntime runtime,
String table,
String sql,
List<Object> values) |
void |
DefaultDao.setRuntime(JDBCRuntime runtime) |