Package | Description |
---|---|
ai.yue.library.data.jdbc.client.dialect |
SQL方言
|
ai.yue.library.data.jdbc.client.dialect.impl |
SQL方言实现
|
ai.yue.library.data.jdbc.constant |
常量定义
|
Modifier and Type | Method and Description |
---|---|
Long |
Dialect.insertOrUpdate(String tableName,
com.alibaba.fastjson.JSONObject paramJson,
String[] conditions,
DbUpdateEnum dBUpdateEnum)
插入或更新
表中必须存在数据唯一性约束
|
Modifier and Type | Method and Description |
---|---|
Long |
AnsiDialect.insertOrUpdate(String tableName,
com.alibaba.fastjson.JSONObject paramJson,
String[] conditions,
DbUpdateEnum dBUpdateEnum) |
Long |
PostgresqlDialect.insertOrUpdate(String tableName,
com.alibaba.fastjson.JSONObject paramJson,
String[] conditions,
DbUpdateEnum dBUpdateEnum) |
Modifier and Type | Method and Description |
---|---|
static DbUpdateEnum |
DbUpdateEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DbUpdateEnum[] |
DbUpdateEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.