| 程序包 | 说明 |
|---|---|
| org.anyline.dao | |
| org.anyline.dao.impl.springjdbc | |
| org.anyline.jdbc.adapter | |
| org.anyline.service |
| 限定符和类型 | 方法和说明 |
|---|---|
LinkedHashMap<String,PartitionTable> |
AnylineDao.ptables() |
LinkedHashMap<String,PartitionTable> |
AnylineDao.ptables(MasterTable master) |
LinkedHashMap<String,PartitionTable> |
AnylineDao.ptables(String types) |
LinkedHashMap<String,PartitionTable> |
AnylineDao.ptables(String name,
String types) |
LinkedHashMap<String,PartitionTable> |
AnylineDao.ptables(String schema,
String name,
String types) |
LinkedHashMap<String,PartitionTable> |
AnylineDao.ptables(String catalog,
String schema,
String name,
String types) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
AnylineDao.alter(PartitionTable table) |
boolean |
AnylineDao.create(PartitionTable table) |
boolean |
AnylineDao.drop(PartitionTable table) |
| 限定符和类型 | 方法和说明 |
|---|---|
LinkedHashMap<String,PartitionTable> |
AnylineDaoImpl.ptables() |
LinkedHashMap<String,PartitionTable> |
AnylineDaoImpl.ptables(MasterTable master) |
LinkedHashMap<String,PartitionTable> |
AnylineDaoImpl.ptables(String types) |
LinkedHashMap<String,PartitionTable> |
AnylineDaoImpl.ptables(String name,
String types) |
LinkedHashMap<String,PartitionTable> |
AnylineDaoImpl.ptables(String schema,
String name,
String types) |
LinkedHashMap<String,PartitionTable> |
AnylineDaoImpl.ptables(String catalog,
String schema,
String name,
String types) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
AnylineDaoImpl.alter(PartitionTable table) |
boolean |
AnylineDaoImpl.create(PartitionTable table) |
boolean |
AnylineDaoImpl.drop(PartitionTable table) |
| 限定符和类型 | 方法和说明 |
|---|---|
LinkedHashMap<String,PartitionTable> |
SimpleJDBCAdapter.ptables(boolean create,
String catalog,
MasterTable master,
String schema,
LinkedHashMap<String,PartitionTable> tables,
ResultSet set)
根据JDBC
|
LinkedHashMap<String,PartitionTable> |
JDBCAdapter.ptables(boolean create,
String catalog,
MasterTable master,
String schema,
LinkedHashMap<String,PartitionTable> tables,
ResultSet set)
根据JDBC
|
LinkedHashMap<String,PartitionTable> |
SimpleJDBCAdapter.ptables(int index,
boolean create,
MasterTable master,
String catalog,
String schema,
LinkedHashMap<String,PartitionTable> tables,
DataSet set)
根据查询结果集构造Table
|
LinkedHashMap<String,PartitionTable> |
JDBCAdapter.ptables(int index,
boolean create,
MasterTable master,
String catalog,
String schema,
LinkedHashMap<String,PartitionTable> tables,
DataSet set)
根据查询结果集构造Table
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
SimpleJDBCAdapter.buildAlterRunSQL(PartitionTable table) |
String |
JDBCAdapter.buildAlterRunSQL(PartitionTable table)
修改分区表
|
String |
SimpleJDBCAdapter.buildChangeCommentRunSQL(PartitionTable table) |
String |
JDBCAdapter.buildChangeCommentRunSQL(PartitionTable table)
修改分区有备注
|
String |
SimpleJDBCAdapter.buildCreateRunSQL(PartitionTable table)
创建分区表
|
String |
JDBCAdapter.buildCreateRunSQL(PartitionTable table)
创建分区表
|
String |
SimpleJDBCAdapter.buildDropRunSQL(PartitionTable table) |
String |
JDBCAdapter.buildDropRunSQL(PartitionTable table)
删除分区表
|
String |
SimpleJDBCAdapter.buildRenameRunSQL(PartitionTable table) |
String |
JDBCAdapter.buildRenameRunSQL(PartitionTable table)
分区表重命名
|
| 限定符和类型 | 方法和说明 |
|---|---|
LinkedHashMap<String,PartitionTable> |
SimpleJDBCAdapter.ptables(boolean create,
String catalog,
MasterTable master,
String schema,
LinkedHashMap<String,PartitionTable> tables,
ResultSet set)
根据JDBC
|
LinkedHashMap<String,PartitionTable> |
JDBCAdapter.ptables(boolean create,
String catalog,
MasterTable master,
String schema,
LinkedHashMap<String,PartitionTable> tables,
ResultSet set)
根据JDBC
|
LinkedHashMap<String,PartitionTable> |
SimpleJDBCAdapter.ptables(int index,
boolean create,
MasterTable master,
String catalog,
String schema,
LinkedHashMap<String,PartitionTable> tables,
DataSet set)
根据查询结果集构造Table
|
LinkedHashMap<String,PartitionTable> |
JDBCAdapter.ptables(int index,
boolean create,
MasterTable master,
String catalog,
String schema,
LinkedHashMap<String,PartitionTable> tables,
DataSet set)
根据查询结果集构造Table
|
| 限定符和类型 | 方法和说明 |
|---|---|
PartitionTable |
AnylineService.MetaDataService.ptable(String name) |
PartitionTable |
AnylineService.MetaDataService.ptable(String schema,
String name) |
PartitionTable |
AnylineService.MetaDataService.ptable(String catalog,
String schema,
String name) |
| 限定符和类型 | 方法和说明 |
|---|---|
LinkedHashMap<String,PartitionTable> |
AnylineService.MetaDataService.ptables() |
LinkedHashMap<String,PartitionTable> |
AnylineService.MetaDataService.ptables(MasterTable master) |
LinkedHashMap<String,PartitionTable> |
AnylineService.MetaDataService.ptables(String types) |
LinkedHashMap<String,PartitionTable> |
AnylineService.MetaDataService.ptables(String name,
String types) |
LinkedHashMap<String,PartitionTable> |
AnylineService.MetaDataService.ptables(String schema,
String name,
String types) |
LinkedHashMap<String,PartitionTable> |
AnylineService.MetaDataService.ptables(String catalog,
String schema,
String name,
String types) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
AnylineService.DDLService.alter(PartitionTable table) |
boolean |
AnylineService.DDLService.create(PartitionTable table) |
boolean |
AnylineService.DDLService.drop(PartitionTable table) |
boolean |
AnylineService.MetaDataService.exists(PartitionTable table)
主表是否存在
|
boolean |
AnylineService.DDLService.save(PartitionTable table) |
Copyright © 2022. All rights reserved.