java.lang.Object
|---ohos.data.dataability.DataAbilityUtils
public class DataAbilityUtils
extends Object
为数据库操作提供静态方法的实用程序类。
此类提供了从 DataAbilityPredicates 对象创建 OrmPredicates 和 RdbPredicates 对象的接口。
修饰符和类型 | 方法 | 描述 |
---|---|---|
static <T extends OrmObject>OrmPredicates | createOrmPredicates(DataAbilityPredicates dataAbilityPredicates, Class<T> klass) | 从 DataAbilityPredicates 对象创建 OrmPredicates 对象。 |
static RdbPredicates | createRdbPredicates(DataAbilityPredicates dataAbilityPredicates, String tableName) | 从 DataAbilityPredicates 对象创建 RdbPredicates 对象。 |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
public static RdbPredicates createRdbPredicates(DataAbilityPredicates dataAbilityPredicates, String tableName)
从 DataAbilityPredicates 对象创建 RdbPredicates 对象。
RdbPredicates 对象可用于执行数据库操作。
参数:
参数名称 | 参数描述 |
---|---|
dataAbilityPredicates | 指示用于创建 RdbPredicates 对象的 DataAbilityPredicates 对象。 |
tableName | 表示表名。 |
返回:
返回 RdbPredicates 对象。
Throws:
Throw名称 | Throw描述 |
---|---|
IllegalArgumentException | 如果 tableName 为 null 或无法从 DataAbilityPredicates 对象创建 RdbPredicates 对象,则引发此异常。 |
public static <T extends OrmObject> OrmPredicates createOrmPredicates(DataAbilityPredicates dataAbilityPredicates, Class<T> klass)
从 DataAbilityPredicates 对象创建 OrmPredicates 对象。
OrmPredicates 对象可用于执行数据库操作。
参数:
参数名称 | 参数描述 |
---|---|
dataAbilityPredicates | 指示用于创建 OrmPredicates 对象的 DataAbilityPredicates 对象。 |
klass | 表示类。 |
返回:
返回 OrmPredicates 对象。
Throws:
Throw名称 | Throw描述 |
---|---|
IllegalArgumentException | 如果 klass 为 null 或无法从 DataAbilityPredicates 对象创建 OrmPredicates 对象,则引发此异常。 |
我们可以使用函数 BinStorage()和 TextLoader()在Apache Pig中加载和存储压缩数据。例假设在HDFS目录 /pigdata/ 中有一个名为 em...
此函数接受两个日期时间对象,并计算两个给定日期时间对象之间的分钟数。语法这是 MinutesBetween()函数的语法。grunt MinutesBe...
我们在Apache Pig中有以下Math(数学)函数:S.N.函数 &描述1ABS(expression)获取表达式的绝对值。2ACOS(expression)获得表达式...
Hadoop 监控Log yarn.log-aggregation-enable=true如果显示错误,则日志存储在节点管理器运行节点上。当聚集启用时所有日志进行...
databaseAggregate本接口应在服务器端调用,详细说明参见服务端API。数据库聚合请求地址POST https://api.weixin.qq.com/tcb/dat...