| 程序包 | 说明 |
|---|---|
| net.wicp.tams.common.apiext.jdbc | |
| net.wicp.tams.common.constant.dbType | |
| net.wicp.tams.common.constant.ods |
| 限定符和类型 | 方法和说明 |
|---|---|
static BinlogType[] |
MySqlAssit.convertColumnType(String[] cosTypes) |
| 限定符和类型 | 方法和说明 |
|---|---|
static Result |
MySqlAssit.dataUpset(Connection conn,
String db,
String tb,
Object[][] datas,
String[] cols,
BinlogType[] typeAry,
boolean batch)
批量更新mysql数据
|
static Result |
SqlServerAssit.dataUpset(Connection conn,
String db,
String tb,
Object[][] datas,
String[] cols,
BinlogType[] typeAry,
String[] keys,
boolean batch) |
static void |
JdbcAssit.setPreParam(PreparedStatement stmt,
BinlogType[] typeAry,
boolean isQuery,
Object... queryParams)
设置PreparedStatement的参数
|
static void |
JdbcAssit.setPreParam(PreparedStatement stmt,
BinlogType[] typeAry,
boolean isQuery,
Object queryParams) |
| 限定符和类型 | 方法和说明 |
|---|---|
static BinlogType |
BinlogType.findBinlogTypeByMysql(String mysqldataType) |
static BinlogType |
BinlogType.getByFlinkLogicalType(String flinkLogicalType) |
static BinlogType |
BinlogType.getByName(String mysqlType) |
static BinlogType |
BinlogType.getByValue(int value) |
static BinlogType |
BinlogType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static BinlogType[] |
BinlogType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static <T extends Serializable> |
BinlogType.getDateDefaultValue(BinlogType columnType) |
static <T extends Serializable> |
BinlogType.getValue(BinlogType columnType,
String value) |
static <T extends Serializable> |
BinlogType.getValueBuildSql(BinlogType columnType,
String value) |
| 限定符和类型 | 方法和说明 |
|---|---|
BinlogType |
AddColName.getBinlogType() |
Copyright © 2023. All rights reserved.