Package io.kestra.plugin.jdbc.postgresql
Class PostgresService
- java.lang.Object
-
- io.kestra.plugin.jdbc.postgresql.PostgresService
-
public abstract class PostgresService extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PostgresService()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidhandleSsl(java.util.Properties properties, io.kestra.core.runners.RunContext runContext, PostgresConnectionInterface conn, io.kestra.plugin.jdbc.AbstractJdbcConnection abstractJdbcConnection)
-
-
-
Method Detail
-
handleSsl
public static void handleSsl(java.util.Properties properties, io.kestra.core.runners.RunContext runContext, PostgresConnectionInterface conn, io.kestra.plugin.jdbc.AbstractJdbcConnection abstractJdbcConnection) throws io.kestra.core.exceptions.IllegalVariableEvaluationException, java.io.IOException- Throws:
io.kestra.core.exceptions.IllegalVariableEvaluationExceptionjava.io.IOException
-
-