パッケージ org.postgresql
列挙 PGEnvironment
- すべての実装されたインタフェース:
Serializable
,Comparable<PGEnvironment>
,java.lang.constant.Constable
Some environment variables are intended to have same meaning as libpq describes here:
https://www.postgresql.org/docs/current/libpq-envars.html
-
ネストされたクラスの概要
クラスから継承されたネストされたクラス/インタフェース java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
列挙型定数の概要
列挙定数列挙型定数説明Specified location of password file.The connection service resource (file, url) allows connection parameters to be associated with a single service name.Specified location of password file.The connection service resource (file, url) allows connection parameters to be associated with a single service name.sets the directory containing the PGSERVICEFILE file and possibly other system-wide configuration files. -
メソッドの概要
修飾子とタイプメソッド説明@Nullable String
Returns the default value for this parameter.Returns the description for this parameter.getName()
Returns the name of the parameter.static PGEnvironment
指定した名前を持つこの型の列挙型定数を返します。static PGEnvironment[]
values()
この列挙型の定数を含む配列を宣言されている順序で 返します。
-
列挙型定数の詳細
-
ORG_POSTGRESQL_PGPASSFILE
Specified location of password file. -
PGPASSFILE
Specified location of password file. -
ORG_POSTGRESQL_PGSERVICEFILE
The connection service resource (file, url) allows connection parameters to be associated with a single service name. -
PGSERVICEFILE
The connection service resource (file, url) allows connection parameters to be associated with a single service name. -
PGSYSCONFDIR
sets the directory containing the PGSERVICEFILE file and possibly other system-wide configuration files.
-
-
メソッドの詳細
-
values
この列挙型の定数を含む配列を宣言されている順序で 返します。- 戻り値:
- この列挙型の定数を含む、宣言されている順序での配列
-
valueOf
指定した名前を持つこの型の列挙型定数を返します。 文字列は、この型の列挙型定数を宣言するのに使用した識別子と正確に 一致している必要があります。(余分な空白文字を含めることは できません。)- パラメータ:
name
- 返される列挙型定数の名前。- 戻り値:
- 指定した名前の列挙型定数
- 例外:
IllegalArgumentException
- この列挙型に、指定した名前の定数がない場合NullPointerException
- 引数がnullの場合
-
getName
Returns the name of the parameter.- 戻り値:
- the name of the parameter
-
getDefaultValue
Returns the default value for this parameter.- 戻り値:
- the default value for this parameter or null
-
getDescription
Returns the description for this parameter.- 戻り値:
- the description for this parameter
-