Package org.apache.wayang.postgres
Class Postgres
- java.lang.Object
-
- org.apache.wayang.postgres.Postgres
-
public class Postgres extends java.lang.ObjectRegister 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 PostgresConversionsPluginconversionPlugin()Retrieve thePostgresConversionsPlugin.static PostgresPlatformplatform()Retrieve thePostgresPlatform.static PostgresPluginplugin()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
-
-