Package oracle.pgx.config
Class VersionConfig
- java.lang.Object
-
- oracle.pgx.config.VersionConfig
-
@Generated("common/common_core/src/templates/VersionConfig.stg") public final class VersionConfig extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
API_VERSION
The api version of PGXstatic java.lang.String
BUILD_DATE
The timestamp at which this PGX version was builtstatic java.lang.String
COMMIT_HASH
The commit from which this PGX version was builtstatic java.lang.String
RELEASE_VERSION
The release version of PGX
-
Constructor Summary
Constructors Constructor Description VersionConfig()
-
-
-
Field Detail
-
COMMIT_HASH
public static final java.lang.String COMMIT_HASH
The commit from which this PGX version was built- See Also:
- Constant Field Values
-
BUILD_DATE
public static final java.lang.String BUILD_DATE
The timestamp at which this PGX version was built- See Also:
- Constant Field Values
-
RELEASE_VERSION
public static final java.lang.String RELEASE_VERSION
The release version of PGX- See Also:
- Constant Field Values
-
API_VERSION
public static final java.lang.String API_VERSION
The api version of PGX- See Also:
- Constant Field Values
-
-