protected <T> void |
DefaultDao.checkMany2ManyDependencyQuery(JDBCRuntime runtime,
EntitySet<T> set,
int dependency) |
protected <T> void |
DefaultDao.checkOne2ManyDependencyQuery(JDBCRuntime runtime,
EntitySet<T> set,
int dependency) |
void |
DefaultDao.checkSchema(JDBCRuntime runtime,
Column column) |
void |
DefaultDao.checkSchema(JDBCRuntime runtime,
Constraint constraint) |
void |
DefaultDao.checkSchema(JDBCRuntime runtime,
Function function) |
void |
DefaultDao.checkSchema(JDBCRuntime runtime,
Index index) |
void |
DefaultDao.checkSchema(JDBCRuntime runtime,
Procedure procedure) |
void |
DefaultDao.checkSchema(JDBCRuntime runtime,
Table table) |
void |
DefaultDao.checkSchema(JDBCRuntime runtime,
Trigger trigger) |
<T extends Column> LinkedHashMap<String,T> |
DefaultDao.columns(JDBCRuntime runtime,
boolean greedy,
Table table) |
boolean |
DefaultDao.execute(JDBCRuntime runtime,
String title,
List<String> sqls) |
boolean |
DefaultDao.execute(JDBCRuntime runtime,
String title,
String sql) |
boolean |
DefaultDao.execute(JDBCRuntime runtime,
String random,
String title,
List<String> sqls) |
boolean |
DefaultDao.execute(JDBCRuntime runtime,
String random,
String title,
String sql) |
protected int |
DefaultDao.exeDelete(boolean recover,
JDBCRuntime runtime,
Run run)
执行删除
|
protected List<Map<String,Object>> |
DefaultDao.maps(JDBCRuntime runtime,
String sql,
List<Object> values)
查询
|
boolean |
DefaultDao.rename(JDBCRuntime runtime,
MasterTable origin,
String name) |
boolean |
DefaultDao.rename(JDBCRuntime runtime,
PartitionTable origin,
String name) |
boolean |
DefaultDao.rename(JDBCRuntime runtime,
Table origin,
String name) |
boolean |
DefaultDao.rename(JDBCRuntime runtime,
View origin,
String name) |
protected static DataRow |
DefaultDao.row(boolean system,
JDBCRuntime runtime,
LinkedHashMap<String,Column> metadatas,
ResultSet rs)
封装查询结果
|
protected DataSet |
DefaultDao.select(boolean system,
JDBCRuntime runtime,
String table,
String sql,
List<Object> values)
查询
|
protected <T> EntitySet<T> |
DefaultDao.select(JDBCRuntime runtime,
Class<T> clazz,
String table,
String sql,
List<Object> values,
int dependency)
查询
|
protected DataSet |
DefaultDao.select(JDBCRuntime runtime,
String table,
String sql,
List<Object> values) |
void |
DefaultDao.setRuntime(JDBCRuntime runtime) |
<T extends Tag> LinkedHashMap<String,T> |
DefaultDao.tags(JDBCRuntime runtime,
boolean greedy,
Table table) |