Package org.apache.wayang.postgres
Class Postgres
- java.lang.Object
-
- org.apache.wayang.postgres.Postgres
-
public class Postgres extends java.lang.Object
Register for relevant components of this module.
-
-
Constructor Summary
Constructors Constructor Description Postgres()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PostgresConversionsPlugin
conversionPlugin()
Retrieve thePostgresConversionsPlugin
.static PostgresPlatform
platform()
Retrieve thePostgresPlatform
.static PostgresPlugin
plugin()
Retrieve thePostgresPlugin
.
-
-
-
Method Detail
-
plugin
public static PostgresPlugin plugin()
Retrieve thePostgresPlugin
.- Returns:
- the
PostgresPlugin
-
conversionPlugin
public static PostgresConversionsPlugin conversionPlugin()
Retrieve thePostgresConversionsPlugin
.- Returns:
- the
PostgresConversionsPlugin
-
platform
public static PostgresPlatform platform()
Retrieve thePostgresPlatform
.- Returns:
- the
PostgresPlatform
-
-