Class DuckDbSqlExecutor.PostgresConfig

java.lang.Object
ch.so.agi.gretl.tasks.DuckDbSqlExecutor.PostgresConfig
Enclosing class:
DuckDbSqlExecutor

public static final class DuckDbSqlExecutor.PostgresConfig extends Object
  • Method Details

    • database

      public void database(String jdbcUrl)
    • database

      public void database(String jdbcUrl, String username, String password)
    • table

      public void table(String name)
    • table

      public void table(String name, org.gradle.api.Action<DuckDbSqlExecutor.PostgresTableConfig> action)
    • table

      public void table(String name, groovy.lang.Closure<?> closure)
    • setMode

      public void setMode(String mode)
    • setAutoDetectGeometry

      public void setAutoDetectGeometry(boolean autoDetectGeometry)