VastbaseG100

基于openGauss内核开发的企业级关系型数据库。

Menu

ExpressionProperties类

功能描述

使用指定的默认值创建空属性列表。

getProperty(String key)

功能描述

重写:Properties类的getProperty方法。

语法格式

public String getProperty(String key)

getProperty(String key, String defaultValue)

功能描述

重写:Properties类的getProperty方法。

语法格式

public String getProperty(String key,
                           String defaultValue)

getRawPropertyValue

功能描述

不进行任何替换返回属性的原始值。

语法格式

public String getRawPropertyValue(String key)

参数说明

参数名 参数说明
key 属性名

返回值

原始的属性值。