パッケージ org.postgresql.util

クラス ExpressionProperties

すべての実装されたインタフェース:
Serializable, Cloneable, Map<Object,Object>

public class ExpressionProperties extends Properties
関連項目:
  • コンストラクタの詳細

    • ExpressionProperties

      public ExpressionProperties(Properties... defaults)
      Creates an empty property list with the specified defaults.
      パラメータ:
      defaults - java.util.Properties
  • メソッドの詳細

    • getProperty

      public @Nullable String getProperty(String key)

      Returns property value with all ${propKey} like references replaced with the value of the relevant property with recursive resolution.

      The method returns null if the property is not found.

      オーバーライド:
      getProperty クラス内 Properties
      パラメータ:
      key - the property key.
      戻り値:
      the value in this property list with the specified key value.
    • getProperty

      public @PolyNull String getProperty(String key, @PolyNull String defaultValue)
      オーバーライド:
      getProperty クラス内 Properties
    • getRawPropertyValue

      public @Nullable String getRawPropertyValue(String key)
      Returns raw value of a property without any replacements.
      パラメータ:
      key - property name
      戻り値:
      raw property value