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