| 程序包 | 说明 |
|---|---|
| org.anyline.dao | |
| org.anyline.dao.init.springjdbc | |
| org.anyline.data.entity | |
| org.anyline.data.jdbc.adapter | |
| org.anyline.proxy | |
| org.anyline.service |
| 限定符和类型 | 方法和说明 |
|---|---|
LinkedHashMap<String,MasterTable> |
AnylineDao.mtables() |
LinkedHashMap<String,MasterTable> |
AnylineDao.mtables(String types) |
LinkedHashMap<String,MasterTable> |
AnylineDao.mtables(String name,
String types) |
LinkedHashMap<String,MasterTable> |
AnylineDao.mtables(String schema,
String name,
String types) |
LinkedHashMap<String,MasterTable> |
AnylineDao.mtables(String catalog,
String schema,
String name,
String types) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
AnylineDao.alter(MasterTable table) |
boolean |
AnylineDao.create(MasterTable table) |
boolean |
AnylineDao.drop(MasterTable table) |
LinkedHashMap<String,PartitionTable> |
AnylineDao.ptables(MasterTable master) |
LinkedHashMap<String,PartitionTable> |
AnylineDao.ptables(MasterTable master,
Map<String,Object> tags) |
LinkedHashMap<String,PartitionTable> |
AnylineDao.ptables(MasterTable master,
Map<String,Object> tags,
String name) |
| 限定符和类型 | 方法和说明 |
|---|---|
LinkedHashMap<String,MasterTable> |
DefaultDao.mtables() |
LinkedHashMap<String,MasterTable> |
DefaultDao.mtables(String types) |
LinkedHashMap<String,MasterTable> |
DefaultDao.mtables(String name,
String types) |
LinkedHashMap<String,MasterTable> |
DefaultDao.mtables(String schema,
String name,
String types) |
LinkedHashMap<String,MasterTable> |
DefaultDao.mtables(String catalog,
String schema,
String pattern,
String types) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
DefaultDao.alter(MasterTable table) |
boolean |
DefaultDao.create(MasterTable table) |
boolean |
DefaultDao.drop(MasterTable table) |
LinkedHashMap<String,PartitionTable> |
DefaultDao.ptables(MasterTable master) |
LinkedHashMap<String,PartitionTable> |
DefaultDao.ptables(MasterTable master,
Map<String,Object> tags) |
LinkedHashMap<String,PartitionTable> |
DefaultDao.ptables(MasterTable master,
Map<String,Object> tags,
String name) |
| 限定符和类型 | 字段和说明 |
|---|---|
protected MasterTable |
PartitionTable.master |
| 限定符和类型 | 方法和说明 |
|---|---|
MasterTable |
PartitionTable.getMaster() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
PartitionTable.setMaster(MasterTable master) |
| 限定符和类型 | 方法和说明 |
|---|---|
LinkedHashMap<String,MasterTable> |
JDBCAdapter.mtables(boolean create,
String catalog,
String schema,
LinkedHashMap<String,MasterTable> tables,
ResultSet set)
根据JDBC
|
LinkedHashMap<String,MasterTable> |
DefaultJDBCAdapter.mtables(boolean create,
String catalog,
String schema,
LinkedHashMap<String,MasterTable> tables,
ResultSet set)
从jdbc结果中提取表结构
ResultSet set = con.getMetaData().getTables()
|
LinkedHashMap<String,MasterTable> |
JDBCAdapter.mtables(int index,
boolean create,
String catalog,
String schema,
LinkedHashMap<String,MasterTable> tables,
DataSet set)
根据查询结果集构造Table
|
LinkedHashMap<String,MasterTable> |
DefaultJDBCAdapter.mtables(int index,
boolean create,
String catalog,
String schema,
LinkedHashMap<String,MasterTable> tables,
DataSet set)
从上一步生成的SQL查询结果中 提取表结构
|
| 限定符和类型 | 方法和说明 |
|---|---|
LinkedHashMap<String,MasterTable> |
JDBCAdapter.mtables(boolean create,
String catalog,
String schema,
LinkedHashMap<String,MasterTable> tables,
ResultSet set)
根据JDBC
|
LinkedHashMap<String,MasterTable> |
DefaultJDBCAdapter.mtables(boolean create,
String catalog,
String schema,
LinkedHashMap<String,MasterTable> tables,
ResultSet set)
从jdbc结果中提取表结构
ResultSet set = con.getMetaData().getTables()
|
LinkedHashMap<String,MasterTable> |
JDBCAdapter.mtables(int index,
boolean create,
String catalog,
String schema,
LinkedHashMap<String,MasterTable> tables,
DataSet set)
根据查询结果集构造Table
|
LinkedHashMap<String,MasterTable> |
DefaultJDBCAdapter.mtables(int index,
boolean create,
String catalog,
String schema,
LinkedHashMap<String,MasterTable> tables,
DataSet set)
从上一步生成的SQL查询结果中 提取表结构
|
| 限定符和类型 | 方法和说明 |
|---|---|
static MasterTable |
ServiceProxy.MetaDataService.mtable(String name) |
static MasterTable |
ServiceProxy.MetaDataService.mtable(String schema,
String name) |
static MasterTable |
ServiceProxy.MetaDataService.mtable(String catalog,
String schema,
String name) |
| 限定符和类型 | 方法和说明 |
|---|---|
static LinkedHashMap<String,MasterTable> |
ServiceProxy.MetaDataService.mtables() |
static LinkedHashMap<String,MasterTable> |
ServiceProxy.MetaDataService.mtables(String types) |
static LinkedHashMap<String,MasterTable> |
ServiceProxy.MetaDataService.mtables(String name,
String types) |
static LinkedHashMap<String,MasterTable> |
ServiceProxy.MetaDataService.mtables(String schema,
String name,
String types) |
static LinkedHashMap<String,MasterTable> |
ServiceProxy.MetaDataService.mtables(String catalog,
String schema,
String name,
String types) |
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
ServiceProxy.DDLService.alter(MasterTable table) |
static boolean |
ServiceProxy.DDLService.create(MasterTable table) |
static boolean |
ServiceProxy.DDLService.drop(MasterTable table) |
static boolean |
ServiceProxy.MetaDataService.exists(MasterTable table)
主表是否存在
|
static LinkedHashMap<String,PartitionTable> |
ServiceProxy.MetaDataService.ptables(MasterTable master) |
static LinkedHashMap<String,PartitionTable> |
ServiceProxy.MetaDataService.ptables(MasterTable master,
Map<String,Object> tags)
根据主表与标签值查询分区表(子表)
|
static boolean |
ServiceProxy.DDLService.save(MasterTable table) |
| 限定符和类型 | 方法和说明 |
|---|---|
MasterTable |
AnylineService.MetaDataService.mtable(String name) |
MasterTable |
AnylineService.MetaDataService.mtable(String schema,
String name) |
MasterTable |
AnylineService.MetaDataService.mtable(String catalog,
String schema,
String name) |
| 限定符和类型 | 方法和说明 |
|---|---|
LinkedHashMap<String,MasterTable> |
AnylineService.MetaDataService.mtables() |
LinkedHashMap<String,MasterTable> |
AnylineService.MetaDataService.mtables(String types) |
LinkedHashMap<String,MasterTable> |
AnylineService.MetaDataService.mtables(String name,
String types) |
LinkedHashMap<String,MasterTable> |
AnylineService.MetaDataService.mtables(String schema,
String name,
String types) |
LinkedHashMap<String,MasterTable> |
AnylineService.MetaDataService.mtables(String catalog,
String schema,
String name,
String types) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
AnylineService.DDLService.alter(MasterTable table) |
boolean |
AnylineService.DDLService.create(MasterTable table) |
boolean |
AnylineService.DDLService.drop(MasterTable table) |
boolean |
AnylineService.MetaDataService.exists(MasterTable table)
主表是否存在
|
LinkedHashMap<String,PartitionTable> |
AnylineService.MetaDataService.ptables(MasterTable master) |
LinkedHashMap<String,PartitionTable> |
AnylineService.MetaDataService.ptables(MasterTable master,
Map<String,Object> tags) |
LinkedHashMap<String,PartitionTable> |
AnylineService.MetaDataService.ptables(MasterTable master,
Map<String,Object> tags,
String name)
根据主表与标签值查询分区表(子表)
|
boolean |
AnylineService.DDLService.save(MasterTable table) |
Copyright © 2022. All rights reserved.