跳过导航链接
A B C D E F G I K M N O P Q R S T U V 

A

add(DataRuntime, Column) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
column[调用入口]
添加列,执行的SQL通过meta.ddls()返回
add(DataRuntime, Tag) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
tag[调用入口]
添加标签
add(DataRuntime, PrimaryKey) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
primary[调用入口]
添加主键
add(DataRuntime, ForeignKey) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
foreign[调用入口]
添加外键
add(DataRuntime, Index) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
index[调用入口]
添加索引
add(DataRuntime, Constraint) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
constraint[调用入口]
添加约束
add(DataRuntime, Trigger) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
trigger[调用入口]
添加触发器
addColumnGuide(DataRuntime, StringBuilder, Column) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
column[命令合成-子流程]
添加列引导
alter table sso_user [add column] type_code int
afterPropertiesSet() - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
 
aggregation(DataRuntime, StringBuilder, Column) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
column[命令合成-子流程]
定义列:聚合类型
alter(DataRuntime, Table) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
table[调用入口]
修改表,执行的SQL通过meta.ddls()返回
alter(DataRuntime, View) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
view[调用入口]
修改视图,执行的SQL通过meta.ddls()返回
alter(DataRuntime, MasterTable) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
master table[调用入口]
修改主表,执行的SQL通过meta.ddls()返回
alter(DataRuntime, PartitionTable) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
partition table[调用入口]
修改分区表,执行的SQL通过meta.ddls()返回
alter(DataRuntime, Table, Column, boolean) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
column[调用入口]
修改列,执行的SQL通过meta.ddls()返回
alter(DataRuntime, Column) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
column[调用入口]
修改列,执行的SQL通过meta.ddls()返回
alter(DataRuntime, Table, Tag, boolean) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
tag[调用入口]
修改标签
alter(DataRuntime, Tag) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
tag[调用入口]
修改标签
alter(DataRuntime, PrimaryKey) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
primary[调用入口]
修改主键
alter(DataRuntime, Table, PrimaryKey, PrimaryKey) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
primary[调用入口]
修改主键
alter(DataRuntime, Table, PrimaryKey) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
primary[调用入口]
修改主键
alter(DataRuntime, ForeignKey) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
foreign[调用入口]
修改外键
alter(DataRuntime, Table, ForeignKey) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
foreign[调用入口]
修改外键
alter(DataRuntime, Index) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
index[调用入口]
修改索引
alter(DataRuntime, Table, Index) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
index[调用入口]
修改索引
alter(DataRuntime, Constraint) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
constraint[调用入口]
修改约束
alter(DataRuntime, Table, Constraint) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
constraint[调用入口]
修改约束
alter(DataRuntime, Trigger) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
trigger[调用入口]
修改触发器
alter(DataRuntime, Procedure) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
procedure[调用入口]
修改存储过程
alter(DataRuntime, Function) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
function[调用入口]
修改函数
alter(DataRuntime, Sequence) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
sequence[调用入口]
修改序列
alterColumnKeyword(DataRuntime) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
column[命令合成-子流程]
修改表的关键字

B

batchInsertSeparator() - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
insert [命令合成-子流程]
批量插入数据时,多行数据之间分隔符
body(DataRuntime, StringBuilder, Table) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
table[命令合成-子流程]
创建表 body部分包含column index
buildAddRun(DataRuntime, Column, boolean) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
column[命令合成]
添加列
buildAddRun(DataRuntime, Column) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
 
buildAddRun(DataRuntime, Tag) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
tag[命令合成]
添加标签
buildAddRun(DataRuntime, PrimaryKey, boolean) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
primary[命令合成]
添加主键
buildAddRun(DataRuntime, ForeignKey) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
foreign[命令合成]
添加外键
buildAddRun(DataRuntime, Index) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
index[命令合成]
添加索引
buildAddRun(DataRuntime, Constraint) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
constraint[命令合成]
添加约束
buildAlterRun(DataRuntime, Table) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
table[命令合成]
修改表
buildAlterRun(DataRuntime, Table, Collection<Column>) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
table[命令合成]
修改列 有可能生成多条SQL,根据数据库类型优先合并成一条执行
buildAlterRun(DataRuntime, View) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
view[命令合成]
修改视图
buildAlterRun(DataRuntime, MasterTable) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
master table[命令合成-子流程]
修改主表
buildAlterRun(DataRuntime, PartitionTable) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
partition table[命令合成]
修改分区表
buildAlterRun(DataRuntime, Column, boolean) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
column[命令合成]
修改列 有可能生成多条SQL
buildAlterRun(DataRuntime, Column) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
 
buildAlterRun(DataRuntime, Tag) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
tag[命令合成]
修改标签 有可能生成多条SQL
buildAlterRun(DataRuntime, PrimaryKey, PrimaryKey) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
primary[命令合成]
修改主键 有可能生成多条SQL
buildAlterRun(DataRuntime, ForeignKey) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
添加外键
buildAlterRun(DataRuntime, Index) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
index[命令合成]
修改索引 有可能生成多条SQL
buildAlterRun(DataRuntime, Constraint) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
constraint[命令合成]
修改约束 有可能生成多条SQL
buildAlterRun(DataRuntime, Trigger) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
trigger[命令合成]
修改触发器 有可能生成多条SQL
buildAlterRun(DataRuntime, Procedure) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
procedure[命令合成]
修改存储过程 有可能生成多条SQL
buildAlterRun(DataRuntime, Function) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
function[命令合成]
修改函数 有可能生成多条SQL
buildAlterRun(DataRuntime, Sequence) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
sequence[命令合成]
修改序列 有可能生成多条SQL
buildAppendColumnCommentRun(DataRuntime, Table) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
table[命令合成-子流程]
创建表完成后追加列备注,创建过程能添加备注的不需要实现与comment(DataRuntime runtime, StringBuilder builder, Column meta)二选一实现
buildAppendCommentRun(DataRuntime, Table) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
table[命令合成-子流程]
创建表完成后追加表备注,创建过程能添加备注的不需要实现与comment(DataRuntime runtime, StringBuilder builder, Table meta)二选一实现
buildAppendCommentRun(DataRuntime, View) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
view[命令合成-子流程]
添加视图备注(视图创建完成后调用,创建过程能添加备注的不需要实现)
buildAppendCommentRun(DataRuntime, MasterTable) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
master table[命令合成-子流程]
创建表完成后追加表备注,创建过程能添加备注的不需要实现与comment(DataRuntime runtime, StringBuilder builder, Table meta)二选一实现
buildAppendCommentRun(DataRuntime, PartitionTable) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
partition table[命令合成]
创建表完成后追加表备注,创建过程能添加备注的不需要实现与comment(DataRuntime runtime, StringBuilder builder, Table meta)二选一实现
buildAppendCommentRun(DataRuntime, Column) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
column[命令合成-子流程]
添加列备注(表创建完成后调用,创建过程能添加备注的不需要实现)
buildAppendIndexRun(DataRuntime, Table) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
index[命令合成]
创建表过程添加索引,表创建完成后添加索引,于表内索引index(DataRuntime, StringBuilder, Table)二选一
buildChangeCommentRun(DataRuntime, Table) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
table[命令合成-子流程]
修改备注
buildChangeCommentRun(DataRuntime, View) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
view[命令合成-子流程]
修改备注
buildChangeCommentRun(DataRuntime, MasterTable) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
master table[命令合成-子流程]
修改主表备注
buildChangeCommentRun(DataRuntime, PartitionTable) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
partition table[命令合成-子流程]
修改分区表备注
buildChangeCommentRun(DataRuntime, Column) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
column[命令合成-子流程]
修改备注 一般不直接调用,如果需要由buildAlterRun内部统一调用
buildChangeCommentRun(DataRuntime, Tag) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
tag[命令合成]
修改备注 一般不直接调用,如果需要由buildAlterRun内部统一调用
buildChangeDefaultRun(DataRuntime, Column) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
column[命令合成-子流程]
修改默认值 一般不直接调用,如果需要由buildAlterRun内部统一调用
buildChangeDefaultRun(DataRuntime, Tag) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
tag[命令合成]
修改默认值 一般不直接调用,如果需要由buildAlterRun内部统一调用
buildChangeNullableRun(DataRuntime, Column) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
column[命令合成-子流程]
修改非空限制 一般不直接调用,如果需要由buildAlterRun内部统一调用
buildChangeNullableRun(DataRuntime, Tag) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
tag[命令合成]
修改非空限制 一般不直接调用,如果需要由buildAlterRun内部统一调用
buildChangeTypeRun(DataRuntime, Column) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
column[命令合成-子流程]
修改数据类型 一般不直接调用,如果需要由buildAlterRun内部统一调用
buildChangeTypeRun(DataRuntime, Tag) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
tag[命令合成]
修改数据类型 一般不直接调用,如果需要由buildAlterRun内部统一调用
buildCreateRun(DataRuntime, Table) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
table[命令合成]
创建表
关于创建主键的几个环节
1.1.定义列时 标识 primary(DataRuntime runtime, StringBuilder builder, Column column)
1.2.定义表时 标识 primary(DataRuntime runtime, StringBuilder builder, Table table)
1.3.定义完表DDL后,单独创建 primary(DataRuntime runtime, PrimaryKey primary)根据三选一情况调用buildCreateRun
2.单独创建 buildCreateRun(DataRuntime runtime, PrimaryKey primary)
其中1.x三选一 不要重复
buildCreateRun(DataRuntime, View) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
view[命令合成]
创建视图
buildCreateRun(DataRuntime, MasterTable) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
master table[命令合成]
创建主表
buildCreateRun(DataRuntime, PartitionTable) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
partition table[命令合成]
创建分区表
buildCreateRun(DataRuntime, Trigger) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
trigger[命令合成]
添加触发器
buildCreateRun(DataRuntime, Procedure) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
procedure[命令合成]
添加存储过程
buildCreateRun(DataRuntime, Function) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
function[命令合成]
添加函数
buildCreateRun(DataRuntime, Sequence) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
sequence[命令合成]
添加序列
buildDeleteRun(DataRuntime, Table, Object, String...) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
delete[命令合成]
合成 where k1 = v1 and k2 = v2
buildDeleteRun(DataRuntime, int, String, String, Object) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
delete[命令合成]
合成 where column in (values)
buildDeleteRunFromEntity(DataRuntime, Table, Object, String...) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
delete[命令合成-子流程]
合成 where k1 = v1 and k2 = v2
buildDeleteRunFromTable(DataRuntime, int, Table, String, Object) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
delete[命令合成-子流程]
合成 where column in (values)
buildDropAutoIncrement(DataRuntime, Column) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
column[命令合成-子流程]
取消自增
buildDropRun(DataRuntime, Table) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
table[命令合成]
删除表
buildDropRun(DataRuntime, View) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
view[命令合成]
删除视图
buildDropRun(DataRuntime, MasterTable) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
master table[命令合成]
删除主表
buildDropRun(DataRuntime, PartitionTable) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
partition table[命令合成-]
删除分区表
buildDropRun(DataRuntime, Column, boolean) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
column[命令合成]
删除列
buildDropRun(DataRuntime, Column) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
 
buildDropRun(DataRuntime, Tag) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
tag[命令合成]
删除标签
buildDropRun(DataRuntime, PrimaryKey, boolean) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
primary[命令合成]
删除主键
buildDropRun(DataRuntime, ForeignKey) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
foreign[命令合成]
删除外键
buildDropRun(DataRuntime, Index) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
index[命令合成]
删除索引
buildDropRun(DataRuntime, Constraint) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
constraint[命令合成]
删除约束
buildDropRun(DataRuntime, Trigger) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
trigger[命令合成]
删除触发器
buildDropRun(DataRuntime, Procedure) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
procedure[命令合成]
删除存储过程
buildDropRun(DataRuntime, Function) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
function[命令合成]
删除函数
buildDropRun(DataRuntime, Sequence) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
sequence[命令合成]
删除序列
buildExecuteRun(DataRuntime, RunPrepare, ConfigStore, String...) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
execute [命令合成]
创建执行SQL
buildInsertRun(DataRuntime, int, Table, Object, ConfigStore, List<String>) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
insert [命令合成]
填充inset命令内容(创建批量INSERT RunPrepare)
buildQueryCatalogsRun(DataRuntime, boolean, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
catalog[命令合成]
查询全部数据库
buildQueryColumnsRun(DataRuntime, Table, boolean) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
column[命令合成]
查询表上的列
buildQueryConstraintsRun(DataRuntime, Table, Column, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
constraint[命令合成]
查询表上的约束
buildQueryDatabasesRun(DataRuntime, boolean, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
database[命令合成]
查询全部数据库
buildQueryDdlsRun(DataRuntime, Table) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
table[命令合成]
查询表DDL
buildQueryDdlsRun(DataRuntime, View) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
view[命令合成]
查询view DDL
buildQueryDdlsRun(DataRuntime, MasterTable) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
master table[命令合成]
查询 MasterTable DDL
buildQueryDdlsRun(DataRuntime, PartitionTable) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
partition table[命令合成]
查询 PartitionTable DDL
buildQueryDdlsRun(DataRuntime, Procedure) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
procedure[命令合成]
查询存储DDL
buildQueryDdlsRun(DataRuntime, Function) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
function[命令合成]
查询函数DDL
buildQueryDdlsRun(DataRuntime, Sequence) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
sequence[命令合成]
查询序列DDL
buildQueryForeignsRun(DataRuntime, Table) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
foreign[命令合成]
查询表上的外键
buildQueryFunctionsRun(DataRuntime, Catalog, Schema, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
function[命令合成]
查询表上的 Trigger
buildQueryIndexsRun(DataRuntime, Table, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
index[命令合成]
查询表上的索引
buildQueryMasterTablesRun(DataRuntime, Catalog, Schema, String, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
master table[命令合成]
查询主表
buildQueryPartitionTablesRun(DataRuntime, Catalog, Schema, String, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
partition table[命令合成]
查询分区表
buildQueryPartitionTablesRun(DataRuntime, MasterTable, Map<String, Object>, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
partition table[命令合成]
根据主表查询分区表
buildQueryPartitionTablesRun(DataRuntime, MasterTable, Map<String, Object>) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
partition table[命令合成]
根据主表查询分区表
buildQueryPrimaryRun(DataRuntime, Table) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
primary[命令合成]
查询表上的主键
buildQueryProceduresRun(DataRuntime, Catalog, Schema, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
procedure[命令合成]
查询表上的 Trigger
buildQueryProductRun(DataRuntime) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
database[命令合成]
查询当前数据源 数据库产品说明(产品名称+版本号)
buildQueryRun(DataRuntime, RunPrepare, ConfigStore, String...) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
select[命令合成]
最终可执行命令
创建查询SQL
buildQuerySchemasRun(DataRuntime, boolean, Catalog, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
catalog[命令合成]
查询全部数据库
buildQuerySequence(DataRuntime, boolean, String...) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
查询序列cur 或 next value
buildQuerySequencesRun(DataRuntime, Catalog, Schema, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
sequence[命令合成]
查询表上的 Trigger
buildQueryTablesCommentRun(DataRuntime, Catalog, Schema, String, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
table[命令合成]
查询表备注
buildQueryTablesRun(DataRuntime, boolean, Catalog, Schema, String, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
table[命令合成]
查询表,不是查表中的数据
buildQueryTagsRun(DataRuntime, Table, boolean) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
tag[命令合成]
查询表上的列
buildQueryTriggersRun(DataRuntime, Table, List<Trigger.EVENT>) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
trigger[命令合成]
查询表上的 Trigger
buildQueryVersionRun(DataRuntime) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
database[命令合成]
查询当前数据源 数据库版本 版本号比较复杂 不是全数字
buildQueryViewsRun(DataRuntime, boolean, Catalog, Schema, String, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
view[命令合成]
查询视图
buildRenameRun(DataRuntime, Table) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
table[命令合成]
重命名 子类实现
buildRenameRun(DataRuntime, View) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
view[命令合成]
重命名 一般不直接调用,如果需要由buildAlterRun内部统一调用
buildRenameRun(DataRuntime, MasterTable) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
master table[命令合成-子流程]
主表重命名
buildRenameRun(DataRuntime, PartitionTable) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
partition table[命令合成]
分区表重命名
buildRenameRun(DataRuntime, Column) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
column[命令合成]
修改列名 一般不直接调用,如果需要由buildAlterRun内部统一调用
buildRenameRun(DataRuntime, Tag) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
tag[命令合成]
修改标签名 一般不直接调用,如果需要由buildAlterRun内部统一调用
buildRenameRun(DataRuntime, PrimaryKey) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
primary[命令合成]
修改主键名 一般不直接调用,如果需要由buildAlterRun内部统一调用
buildRenameRun(DataRuntime, ForeignKey) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
foreign[命令合成]
修改外键名 一般不直接调用,如果需要由buildAlterRun内部统一调用
buildRenameRun(DataRuntime, Index) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
index[命令合成]
修改索引名 一般不直接调用,如果需要由buildAlterRun内部统一调用
buildRenameRun(DataRuntime, Constraint) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
constraint[命令合成]
修改约束名 一般不直接调用,如果需要由buildAlterRun内部统一调用
buildRenameRun(DataRuntime, Trigger) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
trigger[命令合成]
修改触发器名 一般不直接调用,如果需要由buildAlterRun内部统一调用
buildRenameRun(DataRuntime, Procedure) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
procedure[命令合成]
修改存储过程名
一般不直接调用,如果需要由buildAlterRun内部统一调用
buildRenameRun(DataRuntime, Function) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
function[命令合成]
修改函数名 一般不直接调用,如果需要由buildAlterRun内部统一调用
buildRenameRun(DataRuntime, Sequence) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
sequence[命令合成]
修改序列名 一般不直接调用,如果需要由buildAlterRun内部统一调用
buildTruncateRun(DataRuntime, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
 
buildUpdateRun(DataRuntime, int, String, Object, ConfigStore, List<String>) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
update [命令合成]
buildUpdateRunFromCollection(DataRuntime, int, String, Collection, ConfigStore, LinkedHashMap<String, Column>) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
 
buildUpdateRunFromDataRow(DataRuntime, String, DataRow, ConfigStore, LinkedHashMap<String, Column>) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
 
buildUpdateRunFromEntity(DataRuntime, String, Object, ConfigStore, LinkedHashMap<String, Column>) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
 

C

catalog(DataRuntime, int, boolean, Catalog, DataSet) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
catalog[结果集封装]
当前catalog 根据查询结果集
catalog(DataRuntime, boolean, Catalog) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
catalog[结果集封装]
当前catalog 根据驱动内置接口补充
catalog(List<T>, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
根据 name检测catalogs集合中是否存在
catalogs(DataRuntime, String, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
catalog[调用入口]
catalogs(DataRuntime, String, boolean, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
catalog[调用入口]
catalogs(DataRuntime, int, boolean, LinkedHashMap<String, Catalog>, DataSet) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
catalog[结果集封装]
根据查询结果集构造 Database
catalogs(DataRuntime, int, boolean, List<Catalog>, DataSet) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
catalog[结果集封装]
根据查询结果集构造 Database
catalogs(DataRuntime, boolean, LinkedHashMap<String, Catalog>) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
catalog[结果集封装]
根据驱动内置接口补充 catalog
catalogs(DataRuntime, boolean, List<Catalog>) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
catalog[结果集封装]
根据驱动内置接口补充 catalog
charset(DataRuntime, StringBuilder, Table) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
table[命令合成-子流程]
编码
charset(DataRuntime, StringBuilder, Column) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
column[命令合成-子流程]
列定义:编码
checkColumnExists(DataRuntime, StringBuilder, boolean) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
column[命令合成-子流程]
列定义:创建或删除列之前 检测表是否存在 IF NOT EXISTS
checkMetadata(DataRuntime, Table, ConfigStore, LinkedHashMap<String, Column>) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
过滤掉表结构中不存在的列
checkOverride(Object) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
 
checkPrimary(DataRuntime, Table) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
table[命令合成-子流程]
检测表主键(在没有显式设置主键时根据其他条件判断如自增),同时根据主键对象给相关列设置主键标识
checkPv(Object) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
 
checkSchema(DataRuntime, DataSource, T) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
 
checkSchema(DataRuntime, Connection, T) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
 
checkSchema(DataRuntime, T) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
根据运行环境识别 catalog与schema
checkTableExists(DataRuntime, StringBuilder, boolean) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
table[命令合成-子流程]
创建或删除表之前 检测表是否存在 IF NOT EXISTS
checkTagExists(DataRuntime, StringBuilder, boolean) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
tag[命令合成]
创建或删除标签之前 检测表是否存在 IF NOT EXISTS
checkViewExists(DataRuntime, StringBuilder, boolean) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
view[命令合成-子流程]
创建或删除视图之前 检测视图是否存在 IF NOT EXISTS
column(DataRuntime, Column, ResultSetMetaData, int) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
column[结果集封装-子流程](方法2)
方法(2)表头内部遍历
column(DataRuntime, Column, ResultSet) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
column[结果集封装-子流程](方法3)
方法(3)内部遍历
column(DataRuntime, Column, SqlRowSetMetaData, int) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
column[结果集封装-子流程](方法4)
内部遍历
columns(DataRuntime runtime, boolean create, LinkedHashMap columns, Table table, SqlRowSet set)遍历内部
根据SqlRowSetMetaData获取列属性 jdbc.queryForRowSet(where 1=0)
columnMetadataLengthRefer(DataRuntime, TypeMetadata) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
column[结果集封装]
(方法1)
元数据长度列
columnMetadataPrecisionRefer(DataRuntime, TypeMetadata) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
column[结果集封装]
(方法1)
元数据数字有效位数列
columnMetadataScaleRefer(DataRuntime, TypeMetadata) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
column[结果集封装]
(方法1)
元数据数字小数位数列
columns(DataRuntime, String, boolean, Table, boolean) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
column[调用入口]
查询表结构
columns(DataRuntime, String, boolean, Catalog, Schema, Table) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
column[调用入口]
查询全部表的列
columns(DataRuntime, int, boolean, Table, LinkedHashMap<String, T>, DataSet) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
column[结果集封装]
根据查询结果集构造Tag
columns(DataRuntime, int, boolean, Table, List<T>, DataSet) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
 
columns(DataRuntime, boolean, LinkedHashMap<String, T>, Table, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
column[结果集封装]
解析JDBC get columns结果
columns(DataRuntime, StringBuilder, Table) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
table[命令合成-子流程]
创建表 columns部分
columns(DataRuntime, boolean, LinkedHashMap<String, T>, DatabaseMetaData, Table, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
column[结果集封装]
(方法3)
有表名的情况下可用
根据jdbc.datasource.connection.DatabaseMetaData获取指定表的列数据
columns(DataRuntime, boolean, LinkedHashMap<String, T>, Table, SqlRowSet) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
column[结果集封装]
(方法4)
解析查询结果metadata(0=1)
comment(DataRuntime, StringBuilder, Table) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
table[命令合成-子流程]
备注 创建表的完整DDL拼接COMMENT部分,与buildAppendCommentRun二选一实现
comment(DataRuntime, StringBuilder, View) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
view[命令合成-子流程]
视图备注
comment(DataRuntime, StringBuilder, Column) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
column[命令合成-子流程]
列定义:备注
comment(DataRuntime, StringBuilder, Index) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
index[命令合成-子流程]
索引备注
comments(DataRuntime, int, boolean, Catalog, Schema, LinkedHashMap<String, T>, DataSet) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
table[结果集封装]
表备注
comments(DataRuntime, int, boolean, Catalog, Schema, List<T>, DataSet) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
table[结果集封装]
表备注
concat(DataRuntime, String...) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
拼接字符串
config() - 枚举 中的方法org.anyline.data.jdbc.sinodb.SinoDBTypeMetadataAlias
 
confirmInsertColumns(DataRuntime, String, Object, ConfigStore, List<String>, boolean) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
insert [命令合成-子流程]
确认需要插入的列
confirmUpdateColumns(DataRuntime, String, DataRow, ConfigStore, List<String>) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
update [命令合成-子流程]
确认需要更新的列
confirmUpdateColumns(DataRuntime, String, Object, ConfigStore, List<String>) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
 
constraints(DataRuntime, String, boolean, Table, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
constraint[调用入口]
constraints(DataRuntime, String, Table, Column, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
constraint[调用入口]
constraints(DataRuntime, int, boolean, Table, List<T>, DataSet) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
constraint[结果集封装]
根据查询结果集构造Constraint
constraints(DataRuntime, int, boolean, Table, Column, LinkedHashMap<String, T>, DataSet) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
constraint[结果集封装]
根据查询结果集构造Constraint
correctSchemaFromJDBC(T, String, String, boolean) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
识别根据jdbc返回的catalog与schema,部分数据库(如mysql)系统表与jdbc标准可能不一致根据实际情况处理
注意一定不要处理从SQL中返回的,应该在SQL中处理好
correctSchemaFromJDBC(T, String, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
 
correctSchemaFromJDBC(String, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
在调用jdbc接口前处理业务中的catalog,schema,部分数据库(如mysql)业务系统与dbc标准可能不一致根据实际情况处理
count(DataRuntime, String, RunPrepare, ConfigStore, String...) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
count [调用入口]
count(DataRuntime, String, Run) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
count [命令执行]
create(DataRuntime, Table) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
table[调用入口]
创建表,执行的SQL通过meta.ddls()返回
create(DataRuntime, View) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
view[调用入口]
创建视图,执行的SQL通过meta.ddls()返回
create(DataRuntime, MasterTable) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
master table[调用入口]
创建主表,执行的SQL通过meta.ddls()返回
create(DataRuntime, PartitionTable) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
partition table[调用入口]
创建分区表,执行的SQL通过meta.ddls()返回
create(DataRuntime, Procedure) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
procedure[调用入口]
添加存储过程
create(DataRuntime, Function) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
function[调用入口]
添加函数
create(DataRuntime, Sequence) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
sequence[调用入口]
添加序列
createConditionFindInSet(DataRuntime, StringBuilder, String, Compare, Object) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
select[命令合成-子流程]
构造 FIND_IN_SET 查询条件 如果不需要占位符 返回null 否则原样返回value
createConditionIn(DataRuntime, StringBuilder, Compare, Object) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
select[命令合成-子流程]
构造(NOT) IN 查询条件
createConditionLike(DataRuntime, StringBuilder, Compare, Object) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
select[命令合成-子流程]
构造 LIKE 查询条件 如果不需要占位符 返回null 否则原样返回value
createInsertRun(DataRuntime, Table, Object, ConfigStore, List<String>) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
insert [命令合成-子流程]
根据entity创建 INSERT RunPrepare由buildInsertRun调用
createInsertRunFromCollection(DataRuntime, int, Table, Collection, ConfigStore, List<String>) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
insert [命令合成-子流程]
根据collection创建 INSERT RunPrepare由buildInsertRun调用

D

database(DataRuntime, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
database[调用入口]
当前数据库
database(DataRuntime, int, boolean, Database, DataSet) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
database[结果集封装]
当前database 根据查询结果集
database(DataRuntime, boolean, Database) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
database[结果集封装]
当前database 根据驱动内置接口补充
database(List<T>, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
根据 name检测databases集合中是否存在
databases(DataRuntime, String, boolean, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
database[调用入口]
databases(DataRuntime, String, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
database[调用入口]
databases(DataRuntime, int, boolean, LinkedHashMap<String, Database>, DataSet) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
database[结果集封装]
databases(DataRuntime, int, boolean, List<Database>, DataSet) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
 
ddl(DataRuntime, String, Table, boolean) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
table[调用入口]
ddl(DataRuntime, int, Table, List<String>, DataSet) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
table[结果集封装]
查询表DDL
ddl(DataRuntime, String, View) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
view[调用入口]
ddl(DataRuntime, int, View, List<String>, DataSet) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
view[结果集封装]
查询 view DDL
ddl(DataRuntime, String, MasterTable) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
master table[调用入口]
ddl(DataRuntime, int, MasterTable, List<String>, DataSet) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
master table[结果集封装]
查询 MasterTable DDL
ddl(DataRuntime, String, PartitionTable) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
partition table[调用入口]
ddl(DataRuntime, int, PartitionTable, List<String>, DataSet) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
partition table[结果集封装]
查询 MasterTable DDL
ddl(DataRuntime, String, Procedure) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
procedure[调用入口]
ddl(DataRuntime, int, Procedure, List<String>, DataSet) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
procedure[结果集封装]
查询 Procedure DDL
ddl(DataRuntime, String, Function) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
function[调用入口]
ddl(DataRuntime, int, Function, List<String>, DataSet) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
function[结果集封装]
查询 Function DDL
ddl(DataRuntime, String, Sequence) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
sequence[调用入口]
ddl(DataRuntime, int, Sequence, List<String>, DataSet) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
sequence[结果集封装]
查询 Sequence DDL
defaultValue(DataRuntime, StringBuilder, Column) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
column[命令合成-子流程]
列定义:默认值
define(DataRuntime, StringBuilder, Column) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
column[命令合成-子流程]
定义列,依次拼接下面几个属性注意不同数据库可能顺序不一样
delete(DataRuntime, String, String, ConfigStore, Object, String...) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
delete [调用入口]

合成 where k1 = v1 and k2 = v2
delete(DataRuntime, String, String, ConfigStore, String...) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
delete [调用入口]

根据configs和conditions过滤条件
delete(DataRuntime, String, ConfigStore, Run) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
delete[命令执行]
deletes(DataRuntime, String, int, String, ConfigStore, String, Collection<T>) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
delete [调用入口]

合成 where column in (values)
distribution(DataRuntime, StringBuilder, Table) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
table[命令合成-子流程]
分桶方式
drop(DataRuntime, Table) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
table[调用入口]
删除表,执行的SQL通过meta.ddls()返回
drop(DataRuntime, View) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
view[调用入口]
删除视图,执行的SQL通过meta.ddls()返回
drop(DataRuntime, MasterTable) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
master table[调用入口]
删除主表,执行的SQL通过meta.ddls()返回
drop(DataRuntime, PartitionTable) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
partition table[调用入口]
删除分区表,执行的SQL通过meta.ddls()返回
drop(DataRuntime, Column) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
column[调用入口]
删除列,执行的SQL通过meta.ddls()返回
drop(DataRuntime, Tag) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
tag[调用入口]
删除标签
drop(DataRuntime, PrimaryKey) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
primary[调用入口]
删除主键
drop(DataRuntime, ForeignKey) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
foreign[调用入口]
删除外键
drop(DataRuntime, Index) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
index[调用入口]
删除索引
drop(DataRuntime, Constraint) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
constraint[调用入口]
删除约束
drop(DataRuntime, Trigger) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
trigger[调用入口]
删除触发器
drop(DataRuntime, Procedure) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
procedure[调用入口]
删除存储过程
drop(DataRuntime, Function) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
function[调用入口]
删除函数
drop(DataRuntime, Sequence) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
sequence[调用入口]
删除序列
dropColumnGuide(DataRuntime, StringBuilder, Column) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
column[命令合成-子流程]
删除列引导
alter table sso_user [drop column] type_code
dummy() - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
伪表

E

each(DataRuntime, StringBuilder, Trigger) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
trigger[命令合成-子流程]
触发级别(行或整个命令)
engine(DataRuntime, StringBuilder, Table) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
table[命令合成-子流程]
创建表 engine
execute(DataRuntime, String, RunPrepare, ConfigStore, String...) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
execute [调用入口]
execute(DataRuntime, String, int, ConfigStore, RunPrepare, Collection<Object>) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
 
execute(DataRuntime, String, Procedure) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
procedure [命令执行]
execute(DataRuntime, String, ConfigStore, Run) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
execute [命令执行]
execute(DataRuntime, String, BaseMetadata, ACTION.DDL, Run) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
ddl [执行命令]
exists(DataRuntime, String, RunPrepare, ConfigStore, String...) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
exists [调用入口]

F

fillDeleteRunContent(DataRuntime, Run) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
delete[命令合成-子流程]
构造查询主体 拼接where group等(不含分页 ORDER)
fillExecuteContent(DataRuntime, XMLRun) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
 
fillExecuteContent(DataRuntime, TextRun) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
 
fillExecuteContent(DataRuntime, TableRun) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
 
fillExecuteContent(DataRuntime, Run) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
execute [命令合成-子流程]
填充 execute 命令内容
fillInsertContent(DataRuntime, Run, Table, DataSet, ConfigStore, LinkedHashMap<String, Column>) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
insert [命令合成-子流程]
填充inset命令内容(创建批量INSERT RunPrepare)
fillInsertContent(DataRuntime, Run, Table, Collection, ConfigStore, LinkedHashMap<String, Column>) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
insert [命令合成-子流程]
填充inset命令内容(创建批量INSERT RunPrepare)
fillQueryContent(DataRuntime, Run) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
select[命令合成-子流程]
构造查询主体
fillQueryContent(DataRuntime, XMLRun) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
 
fillQueryContent(DataRuntime, TextRun) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
 
fillQueryContent(DataRuntime, TableRun) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
 
foreigns(DataRuntime, String, boolean, Table) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
foreign[调用入口]
查询外键
foreigns(DataRuntime, int, Table, LinkedHashMap<String, T>, DataSet) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
foreign[结构集封装]
根据查询结果集构造PrimaryKey
functions(DataRuntime, String, boolean, Catalog, Schema, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
function[调用入口]
functions(DataRuntime, String, Catalog, Schema, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
function[调用入口]
functions(DataRuntime, int, boolean, List<T>, DataSet) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
function[结果集封装]
根据查询结果集构造 Trigger
functions(DataRuntime, int, boolean, LinkedHashMap<String, T>, DataSet) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
function[结果集封装]
根据查询结果集构造 Trigger
functions(DataRuntime, boolean, List<T>) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
function[结果集封装]
根据驱动内置接口补充 Function

G

generatedKey() - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
insert [after]
执行insert后返回自增主键的key

I

identity(DataRuntime, String, Object, ConfigStore, KeyHolder) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
insert[命令执行后] insert执行后 通过KeyHolder获取主键值赋值给data
increment(DataRuntime, StringBuilder, Column) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
column[命令合成-子流程]
列定义:递增列,需要通过serial实现递增的在type(DataRuntime runtime, StringBuilder builder, Column meta)中实现
indexs(DataRuntime, String, boolean, Table, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
index[调用入口]
indexs(DataRuntime, String, Table, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
index[调用入口]
indexs(DataRuntime, int, boolean, Table, LinkedHashMap<String, T>, DataSet) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
index[结果集封装]
根据查询结果集构造Index
indexs(DataRuntime, int, boolean, Table, List<T>, DataSet) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
index[结果集封装]
根据查询结果集构造Index
indexs(DataRuntime, boolean, List<T>, Table, boolean, boolean) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
index[结果集封装]
根据驱动内置接口
indexs(DataRuntime, boolean, LinkedHashMap<String, T>, Table, boolean, boolean) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
index[结果集封装]
根据驱动内置接口
indexs(DataRuntime, StringBuilder, Table) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
table[命令合成-子流程]
创建表 索引部分
inherit(DataRuntime, StringBuilder, Table) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
table[命令合成-子流程]
继承自table.getInherit
init(DataRuntime, int, T, Table, DataSet) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
primary[结构集封装]
根据查询结果集构造PrimaryKey
insert(DataRuntime, String, int, Table, Object, ConfigStore, List<String>) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
insert [调用入口]
执行前根据主键生成器补充主键值,执行完成后会补齐自增主键值
insert(DataRuntime, String, Object, ConfigStore, Run, String[]) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
insert [命令执行]
执行完成后会补齐自增主键值
insertFoot(ConfigStore, LinkedHashMap<String, Column>) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
 
insertHead(ConfigStore) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
 
isMultipleValue(DataRuntime, TableRun, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
是否是可以接收数组类型的值
isMultipleValue(Column) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
 

K

keys(DataRuntime, StringBuilder, Table) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
table[命令合成-子流程]
数据模型
keyword(Table) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
table[命令合成-子流程]
部分数据库在创建主表时用主表关键字(默认),部分数据库普通表主表子表都用table,部分数据库用collection、timeseries等

M

map(DataRuntime, String, ConfigStore, Run) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
select [命令执行]
maps(DataRuntime, String, RunPrepare, ConfigStore, String...) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
query [调用入口]

对性能有要求的场景调用,返回java原生map集合,结果中不包含元数据信息
maps(DataRuntime, String, ConfigStore, Run) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
select [命令执行]
materialize(DataRuntime, StringBuilder, Table) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
table[命令合成-子流程]
物化视图
mergeFinalExists(DataRuntime, Run) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
 
mergeFinalQuery(DataRuntime, Run) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
select[命令合成-子流程]
合成最终 select 命令 包含分页 排序
mergeFinalTotal(DataRuntime, Run) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
count [命令合成]
合成最终 select count 命令
mtables(DataRuntime, String, boolean, Catalog, Schema, String, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
master table[调用入口]
查询主表
mtables(DataRuntime, int, boolean, Catalog, Schema, LinkedHashMap<String, T>, DataSet) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
master table[结果集封装]
根据查询结果集构造Table
mtables(DataRuntime, boolean, LinkedHashMap<String, T>, Catalog, Schema, String, String...) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
master table[结果集封装]
根据根据驱动内置接口

N

nullable(DataRuntime, StringBuilder, Column) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
column[命令合成-子流程]
列定义:非空

O

onupdate(DataRuntime, StringBuilder, Column) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
column[命令合成-子流程]
列定义:更新行事件
org.anyline.data.jdbc.sinodb - 程序包 org.anyline.data.jdbc.sinodb
 

P

parameter(DataRuntime, StringBuilder, Parameter) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
procedure[命令合成-子流程]
生在输入输出参数
partitionBy(DataRuntime, StringBuilder, Table) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
table[命令合成-子流程]
主表设置分区依据(根据哪几列分区)
partitionFor(DataRuntime, StringBuilder, Table) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
table[命令合成-子流程]
子表执行分区依据(分区依据值)如CREATE TABLE hr_user_fi PARTITION OF hr_user FOR VALUES IN ('FI')
partitionOf(DataRuntime, StringBuilder, Table) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
table[命令合成-子流程]
子表执行分区依据(相关主表)
如CREATE TABLE hr_user_fi PARTITION OF hr_user FOR VALUES IN ('FI')
position(DataRuntime, StringBuilder, Column) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
column[命令合成-子流程]
列定义:位置
primary(DataRuntime, String, boolean, Table) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
primary[调用入口]
查询主键
primary(DataRuntime, StringBuilder, Table) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
table[命令合成-子流程]
定义表的主键标识,在创建表的DDL结尾部分(注意不要跟列定义中的主键重复)
primary(DataRuntime, StringBuilder, Column) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
column[命令合成-子流程]
列定义:定义列的主键标识(注意不要跟表定义中的主键重复)
procedures(DataRuntime, String, boolean, Catalog, Schema, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
procedure[调用入口]
procedures(DataRuntime, String, Catalog, Schema, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
procedure[调用入口]
procedures(DataRuntime, int, boolean, LinkedHashMap<String, T>, DataSet) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
procedure[结果集封装]
根据查询结果集构造 Trigger
procedures(DataRuntime, boolean, List<T>) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
procedure[结果集封装]
根据驱动内置接口补充 Procedure
procedures(DataRuntime, boolean, LinkedHashMap<String, T>) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
procedure[结果集封装]
根据驱动内置接口补充 Procedure
process(DataRuntime, List<Map<String, Object>>) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
select [结果集封装-子流程]
JDBC执行完成后的结果处理
product(DataRuntime, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
database[调用入口]
当前数据源 数据库描述(产品名称+版本号)
product(DataRuntime, int, boolean, String, DataSet) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
database[结果集封装]
根据查询结果集构造 product
product(DataRuntime, boolean, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
database[结果集封装]
根据JDBC内置接口 product
property(DataRuntime, StringBuilder, Table) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
table[命令合成-子流程]
扩展属性
ptables(DataRuntime, String, boolean, MasterTable, Map<String, Object>, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
partition table[调用入口]
查询主表
ptables(DataRuntime, int, int, boolean, MasterTable, Catalog, Schema, LinkedHashMap<String, T>, DataSet) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
partition table[结果集封装]
根据查询结果集构造Table
ptables(DataRuntime, boolean, LinkedHashMap<String, T>, Catalog, Schema, MasterTable) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
partition table[结果集封装]
根据根据驱动内置接口

Q

querys(DataRuntime, String, RunPrepare, ConfigStore, String...) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
query [调用入口]

返回DataSet中包含元数据信息,如果性能有要求换成maps
querys(DataRuntime, String, Procedure, PageNavi) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
query procedure [调用入口]

R

rename(DataRuntime, Table, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
table[调用入口]
重命名表,执行的SQL通过meta.ddls()返回
rename(DataRuntime, View, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
view[调用入口]
重命名视图,执行的SQL通过meta.ddls()返回
rename(DataRuntime, MasterTable, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
master table[调用入口]
重命名主表,执行的SQL通过meta.ddls()返回
rename(DataRuntime, PartitionTable, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
partition table[调用入口]
创建分区表,执行的SQL通过meta.ddls()返回
rename(DataRuntime, Column, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
column[调用入口]
重命名列,执行的SQL通过meta.ddls()返回
rename(DataRuntime, Tag, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
tag[调用入口]
重命名标签
rename(DataRuntime, PrimaryKey, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
primary[调用入口]
添加主键
rename(DataRuntime, ForeignKey, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
foreign[调用入口]
重命名外键
rename(DataRuntime, Index, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
index[调用入口]
重命名索引
rename(DataRuntime, Constraint, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
constraint[调用入口]
重命名约束
rename(DataRuntime, Trigger, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
trigger[调用入口]
重命名触发器
rename(DataRuntime, Procedure, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
procedure[调用入口]
重命名存储过程
rename(DataRuntime, Function, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
function[调用入口]
重命名函数
rename(DataRuntime, Sequence, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
sequence[调用入口]
重命名序列
row(boolean, DataRuntime, LinkedHashMap<String, Column>, ConfigStore, ResultSet) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
query[结果集封装-子流程] 封装查询结果行,在外层遍历中修改rs下标

S

save(DataRuntime, String, String, Object, ConfigStore, List<String>) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
save [调用入口]

根据是否有主键值确认insert | update
执行完成后会补齐自增主键值
saveCollection(DataRuntime, String, Table, Collection<?>, ConfigStore, List<String>) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
 
saveObject(DataRuntime, String, Table, Object, ConfigStore, List<String>) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
 
schema(DataRuntime, int, boolean, Schema, DataSet) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
schema[结果集封装]
当前schema 根据查询结果集
schema(DataRuntime, boolean, Schema) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
schema[结果集封装]
当前schema 根据驱动内置接口补充
schema(List<T>, Catalog, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
根据 catalog, name检测schemas集合中是否存在
schemas(DataRuntime, String, Catalog, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
schema[调用入口]
schemas(DataRuntime, String, boolean, Catalog, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
schema[调用入口]
schemas(DataRuntime, int, boolean, LinkedHashMap<String, Schema>, DataSet) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
schema[结果集封装]
根据查询结果集构造 Database
schemas(DataRuntime, int, boolean, List<Schema>, DataSet) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
 
select(DataRuntime, String, Class<T>, Table, ConfigStore, Run) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
select [命令执行-子流程]
DataRow转换成Entity
select(DataRuntime, String, boolean, Table, ConfigStore, Run) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
select [命令执行]
selects(DataRuntime, String, RunPrepare, Class<T>, ConfigStore, String...) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
query [调用入口]
sequence(DataRuntime, String, boolean, String...) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
select [命令执行]
sequences(DataRuntime, String, boolean, Catalog, Schema, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
sequence[调用入口]
sequences(DataRuntime, String, Catalog, Schema, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
sequence[调用入口]
sequences(DataRuntime, int, boolean, List<T>, DataSet) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
sequence[结果集封装]
根据查询结果集构造 Trigger
sequences(DataRuntime, int, boolean, LinkedHashMap<String, T>, DataSet) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
sequence[结果集封装]
根据查询结果集构造 Trigger
sequences(DataRuntime, boolean, List<T>) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
sequence[结果集封装]
根据驱动内置接口补充 Sequence
setPrimaryValue(Object, Object) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
insert [命令合成-子流程]
设置主键值
SinoDBAdapter - org.anyline.data.jdbc.sinodb中的类
 
SinoDBAdapter() - 类 的构造器org.anyline.data.jdbc.sinodb.SinoDBAdapter
 
SinoDBTypeMetadataAlias - org.anyline.data.jdbc.sinodb中的枚举
 
standard() - 枚举 中的方法org.anyline.data.jdbc.sinodb.SinoDBTypeMetadataAlias
 
supportInsertPlaceholder() - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
insert [命令合成-子流程]
插入数据时是否支持占位符

T

table(List<T>, Catalog, Schema, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
根据 catalog, schema, name检测tables集合中是否存在
tableMap(DataRuntime, String, boolean, Catalog, Schema) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
table[结果集封装-子流程]
查出所有key并以大写缓存 用来实现忽略大小写
tables(DataRuntime, String, boolean, Catalog, Schema, String, String, boolean) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
table[调用入口]
tables(DataRuntime, String, Catalog, Schema, String, String, boolean) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
 
tables(DataRuntime, int, boolean, Catalog, Schema, LinkedHashMap<String, T>, DataSet) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
table[结果集封装]
根据查询结果集构造Table
tables(DataRuntime, int, boolean, Catalog, Schema, List<T>, DataSet) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
table[结果集封装]
根据查询结果集构造Table
tables(DataRuntime, boolean, LinkedHashMap<String, T>, Catalog, Schema, String, String...) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
table[结果集封装]
根据驱动内置方法补充
tables(DataRuntime, boolean, List<T>, Catalog, Schema, String, String...) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
table[结果集封装]
根据驱动内置方法补充
tags(DataRuntime, String, boolean, Table) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
tag[调用入口]
查询表结构
tags(DataRuntime, int, boolean, Table, LinkedHashMap<String, T>, DataSet) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
tag[结果集封装]
根据查询结果集构造Tag
tags(DataRuntime, boolean, LinkedHashMap<String, T>, Table, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
tag[结果集封装]
解析JDBC get columns结果
triggers(DataRuntime, String, boolean, Table, List<Trigger.EVENT>) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
trigger[调用入口]
triggers(DataRuntime, int, boolean, Table, LinkedHashMap<String, T>, DataSet) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
trigger[结果集封装]
根据查询结果集构造 Trigger
truncate(DataRuntime, String, Table) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
truncate [调用入口]
type() - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
 
type(DataRuntime, StringBuilder, Column) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
column[命令合成-子流程]
列定义:数据类型
type(DataRuntime, StringBuilder, Column, String, int, int, int) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
column[命令合成-子流程]
列定义:数据类型定义
type(DataRuntime, StringBuilder, Index) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
index[命令合成-子流程]
索引类型

U

update(DataRuntime, String, int, String, Object, ConfigStore, List<String>) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
UPDATE [调用入口]
update(DataRuntime, String, String, Object, ConfigStore, Run) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
update [命令执行]

V

value(DataRuntime, Column, DriverAdapter.SQL_BUILD_IN_VALUE) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
内置函数 多种数据库兼容时需要
valueOf(String) - 枚举 中的静态方法org.anyline.data.jdbc.sinodb.SinoDBTypeMetadataAlias
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.anyline.data.jdbc.sinodb.SinoDBTypeMetadataAlias
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
version(DataRuntime, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
database[调用入口]
当前数据源 数据库类型
version(DataRuntime, int, boolean, String, DataSet) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
database[结果集封装]
根据查询结果集构造 version
version(DataRuntime, boolean, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
database[结果集封装]
根据JDBC内置接口 version
views(DataRuntime, String, boolean, Catalog, Schema, String, String) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
view[调用入口]
查询视图
views(DataRuntime, int, boolean, Catalog, Schema, LinkedHashMap<String, T>, DataSet) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
view[结果集封装]
根据查询结果集构造View
views(DataRuntime, boolean, LinkedHashMap<String, T>, Catalog, Schema, String, String...) - 类 中的方法org.anyline.data.jdbc.sinodb.SinoDBAdapter
view[结果集封装]
根据根据驱动内置接口补充
A B C D E F G I K M N O P Q R S T U V 
跳过导航链接

Copyright © 2024. All rights reserved.