Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractCoreGretlTask - Class in ch.so.agi.gretl.tasks
- AbstractCoreGretlTask() - Constructor for class ch.so.agi.gretl.tasks.AbstractCoreGretlTask
- AbstractIli2DbSchemaImportTask - Class in ch.so.agi.gretl.tasks
- AbstractIli2DbSchemaImportTask() - Constructor for class ch.so.agi.gretl.tasks.AbstractIli2DbSchemaImportTask
- AbstractIli2DbTask - Class in ch.so.agi.gretl.tasks
- AbstractIli2DbTask() - Constructor for class ch.so.agi.gretl.tasks.AbstractIli2DbTask
- AbstractIli2DbTransferTask - Class in ch.so.agi.gretl.tasks
- AbstractIli2DbTransferTask() - Constructor for class ch.so.agi.gretl.tasks.AbstractIli2DbTransferTask
- AbstractInterlisTask - Class in ch.so.agi.gretl.tasks
- AbstractInterlisTask() - Constructor for class ch.so.agi.gretl.tasks.AbstractInterlisTask
- AbstractInterlisValidatorTask - Class in ch.so.agi.gretl.tasks
- AbstractInterlisValidatorTask() - Constructor for class ch.so.agi.gretl.tasks.AbstractInterlisValidatorTask
- alias() - Method in interface ch.so.agi.gretl.internal.duckdb.DuckDbSourceSpec
- alias() - Method in interface ch.so.agi.gretl.internal.duckdb.DuckDbTargetSpec
- alias() - Method in record class ch.so.agi.gretl.internal.duckdb.GeometryOverrideSpec
-
Returns the value of the
aliasrecord component. - alias() - Method in record class ch.so.agi.gretl.internal.duckdb.GpkgLayerSpec
-
Returns the value of the
aliasrecord component. - alias() - Method in record class ch.so.agi.gretl.internal.duckdb.GpkgSourceSpec
-
Returns the value of the
aliasrecord component. - alias() - Method in record class ch.so.agi.gretl.internal.duckdb.PostgresSourceSpec
-
Returns the value of the
aliasrecord component. - alias() - Method in record class ch.so.agi.gretl.internal.duckdb.PostgresTableSpec
-
Returns the value of the
aliasrecord component. - alias() - Method in record class ch.so.agi.gretl.internal.duckdb.PostgresTargetSpec
-
Returns the value of the
aliasrecord component. - alias(String) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.GeometryConfig
- alias(String) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.GpkgLayerConfig
- alias(String) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.PostgresTableConfig
- APPEND - Enum constant in enum class ch.so.agi.gretl.internal.duckdb.PostgresWriteMode
- apply(Project) - Method in class ch.so.agi.gretl.gradle.GretlPlugin
- AttributeNameMap - Class in ch.so.agi.gretl.util
-
Map containing the attribute (field) names of the corresponding database table or view.
- autoDetectGeometry() - Method in record class ch.so.agi.gretl.internal.duckdb.PostgresSourceSpec
-
Returns the value of the
autoDetectGeometryrecord component.
B
- batchSize() - Method in record class ch.so.agi.gretl.internal.db2db.DbTransferRequest
-
Returns the value of the
batchSizerecord component. - batchSize(int) - Method in class ch.so.agi.gretl.tasks.Db2Db
- bootstrap(Connection, DuckDbExecutionRequest, boolean) - Method in class ch.so.agi.gretl.internal.duckdb.DuckDbSessionBuilder
C
- ch.so.agi.gretl.gradle - package ch.so.agi.gretl.gradle
- ch.so.agi.gretl.internal.db2db - package ch.so.agi.gretl.internal.db2db
- ch.so.agi.gretl.internal.duckdb - package ch.so.agi.gretl.internal.duckdb
- ch.so.agi.gretl.internal.gzip - package ch.so.agi.gretl.internal.gzip
- ch.so.agi.gretl.internal.interlis - package ch.so.agi.gretl.internal.interlis
- ch.so.agi.gretl.internal.sql - package ch.so.agi.gretl.internal.sql
- ch.so.agi.gretl.internal.xslt - package ch.so.agi.gretl.internal.xslt
- ch.so.agi.gretl.logging - package ch.so.agi.gretl.logging
- ch.so.agi.gretl.services - package ch.so.agi.gretl.services
- ch.so.agi.gretl.tasks - package ch.so.agi.gretl.tasks
- ch.so.agi.gretl.util - package ch.so.agi.gretl.util
- checkForBOMInFile(File) - Static method in class ch.so.agi.gretl.util.FileStylingDefinition
-
Checks if the given file starts with a Byte-Order-Mark (BOM)
- checkForUtf8(File) - Static method in class ch.so.agi.gretl.util.FileStylingDefinition
-
Checks the given file if it is encoded in UTF-8
- cleanup(Connection, DuckDbSessionArtifacts) - Method in class ch.so.agi.gretl.internal.duckdb.DuckDbSessionBuilder
- close() - Method in class ch.so.agi.gretl.services.CoreGretlBuildService
- close() - Method in class ch.so.agi.gretl.services.InterlisBuildService
- close() - Method in class ch.so.agi.gretl.util.SqlReader
- column() - Method in record class ch.so.agi.gretl.internal.duckdb.GeometryOverrideSpec
-
Returns the value of the
columnrecord component. - columns() - Method in record class ch.so.agi.gretl.internal.duckdb.GpkgLayerSpec
-
Returns the value of the
columnsrecord component. - columns() - Method in record class ch.so.agi.gretl.internal.duckdb.PostgresTableSpec
-
Returns the value of the
columnsrecord component. - columns(String...) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.GpkgLayerConfig
- columns(String...) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.PostgresTableConfig
- configFile(Object) - Method in class ch.so.agi.gretl.tasks.AbstractInterlisValidatorTask
- configRepositoryId(String) - Method in class ch.so.agi.gretl.tasks.AbstractInterlisValidatorTask
- connect(String, String, String) - Static method in class ch.so.agi.gretl.util.DbConnector
-
Returns the connection to a specific database.
- CORE_SERVICE_NAME - Static variable in class ch.so.agi.gretl.gradle.GretlPlugin
- CoreGretlBuildService - Class in ch.so.agi.gretl.services
-
Build-wide coordination point for the core GRETL plugin.
- CoreGretlBuildService() - Constructor for class ch.so.agi.gretl.services.CoreGretlBuildService
- CoreJavaLogAdaptor - Class in ch.so.agi.gretl.logging
-
Class behind the GretlLogger interface when using the steps without gradle (in unittests, ...).
- CoreJavaLogFactory - Class in ch.so.agi.gretl.logging
- create() - Method in record class ch.so.agi.gretl.internal.duckdb.PostgresExportSpec
-
Returns the value of the
createrecord component. - createAbsolutePath(Object, Project) - Static method in class ch.so.agi.gretl.util.TaskUtil
-
Converts the given path relative to the gradle project to a absolute path and returns the absolute path.
- createAttributeNameMap(Connection, String) - Static method in class ch.so.agi.gretl.util.AttributeNameMap
- CsvValidator - Class in ch.so.agi.gretl.tasks
- CsvValidator() - Constructor for class ch.so.agi.gretl.tasks.CsvValidator
D
- database() - Method in record class ch.so.agi.gretl.internal.duckdb.PostgresJdbcUrl
-
Returns the value of the
databaserecord component. - database() - Method in record class ch.so.agi.gretl.internal.duckdb.PostgresSourceSpec
-
Returns the value of the
databaserecord component. - database() - Method in record class ch.so.agi.gretl.internal.duckdb.PostgresTargetSpec
-
Returns the value of the
databaserecord component. - database() - Method in record class ch.so.agi.gretl.internal.sql.SqlExecutionRequest
-
Returns the value of the
databaserecord component. - database(Object) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor
- database(String) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.PostgresConfig
- database(String) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.PostgresTargetConfig
- database(String) - Method in class ch.so.agi.gretl.tasks.SqlExecutor
-
Konfiguriert die Datenbank nur mit JDBC-URL.
- database(String, String, String) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.PostgresConfig
- database(String, String, String) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.PostgresTargetConfig
- database(String, String, String) - Method in class ch.so.agi.gretl.tasks.SqlExecutor
-
Konfiguriert die Datenbank mit JDBC-URL, Benutzer und Passwort.
- databaseFile() - Method in record class ch.so.agi.gretl.internal.duckdb.DuckDbExecutionRequest
-
Returns the value of the
databaseFilerecord component. - databaseFile(Object) - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbTask
- DatabaseSpec - Record Class in ch.so.agi.gretl.internal.sql
- DatabaseSpec(String, String, String) - Constructor for record class ch.so.agi.gretl.internal.sql.DatabaseSpec
-
Creates an instance of a
DatabaseSpecrecord class. - dataFile(Object) - Method in class ch.so.agi.gretl.tasks.Gzip
- dataFiles(Object...) - Method in class ch.so.agi.gretl.tasks.AbstractInterlisValidatorTask
- datasetNames(String...) - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbTransferTask
- datasetNamesFromFiles(Object...) - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbTransferTask
- datasetNamesFromTransferFiles() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbTransferTask
- datasetNameSlice(int) - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbTransferTask
- datasetNameSlice(int, int) - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbTransferTask
- Db2Db - Class in ch.so.agi.gretl.tasks
- Db2Db() - Constructor for class ch.so.agi.gretl.tasks.Db2Db
- Db2Db.TransferConfig - Class in ch.so.agi.gretl.tasks
- DbConnector - Class in ch.so.agi.gretl.util
-
Utility-Class to open connections
- DbConnector() - Constructor for class ch.so.agi.gretl.util.DbConnector
- DbTransferEngine - Class in ch.so.agi.gretl.internal.db2db
- DbTransferEngine() - Constructor for class ch.so.agi.gretl.internal.db2db.DbTransferEngine
- DbTransferRequest - Record Class in ch.so.agi.gretl.internal.db2db
- DbTransferRequest(String, DatabaseSpec, DatabaseSpec, List<DbTransferSpec>, List<Map<String, String>>, int, int) - Constructor for record class ch.so.agi.gretl.internal.db2db.DbTransferRequest
-
Creates an instance of a
DbTransferRequestrecord class. - DbTransferSpec - Record Class in ch.so.agi.gretl.internal.db2db
- DbTransferSpec(Path, TargetIdentifier, boolean, Map<String, GeometryTransform>) - Constructor for record class ch.so.agi.gretl.internal.db2db.DbTransferSpec
-
Creates an instance of a
DbTransferSpecrecord class. - DbTransferSpec(Path, String, boolean, List<String>) - Constructor for record class ch.so.agi.gretl.internal.db2db.DbTransferSpec
- debug(String) - Method in class ch.so.agi.gretl.logging.CoreJavaLogAdaptor
- debug(String) - Method in class ch.so.agi.gretl.logging.GradleLogAdaptor
- debug(String) - Method in interface ch.so.agi.gretl.logging.GretlLogger
- DEBUG - Static variable in class ch.so.agi.gretl.logging.Level
- deleteAllRows() - Method in record class ch.so.agi.gretl.internal.db2db.DbTransferSpec
-
Returns the value of the
deleteAllRowsrecord component. - deleteAllRows(boolean) - Method in class ch.so.agi.gretl.tasks.Db2Db.TransferConfig
- dslName() - Method in enum class ch.so.agi.gretl.internal.duckdb.DuckDbMode
- dslName() - Method in enum class ch.so.agi.gretl.internal.duckdb.PostgresWriteMode
- dslName() - Method in enum class ch.so.agi.gretl.internal.duckdb.PostgresWritePath
- DUCKDB - Enum constant in enum class ch.so.agi.gretl.internal.duckdb.PostgresWritePath
- DuckDbExecutionRequest - Record Class in ch.so.agi.gretl.internal.duckdb
- DuckDbExecutionRequest(String, Path, boolean, boolean, List<DuckDbSourceSpec>, List<DuckDbTargetSpec>, List<Path>, List<Map<String, String>>, List<DuckDbExportSpec>) - Constructor for record class ch.so.agi.gretl.internal.duckdb.DuckDbExecutionRequest
-
Creates an instance of a
DuckDbExecutionRequestrecord class. - DuckDbExportSpec - Interface in ch.so.agi.gretl.internal.duckdb
- DuckDbExtensionInstaller - Class in ch.so.agi.gretl.internal.duckdb
- DuckDbFederationEngine - Class in ch.so.agi.gretl.internal.duckdb
- DuckDbFederationEngine() - Constructor for class ch.so.agi.gretl.internal.duckdb.DuckDbFederationEngine
- DuckDbFileExportSpec - Interface in ch.so.agi.gretl.internal.duckdb
- DuckDbMode - Enum Class in ch.so.agi.gretl.internal.duckdb
- DuckDbSessionBuilder - Class in ch.so.agi.gretl.internal.duckdb
- DuckDbSessionBuilder(GretlLogger) - Constructor for class ch.so.agi.gretl.internal.duckdb.DuckDbSessionBuilder
- DuckDbSourceSpec - Interface in ch.so.agi.gretl.internal.duckdb
- DuckDbSql - Class in ch.so.agi.gretl.internal.duckdb
- DuckDbSql.QualifiedTable - Record Class in ch.so.agi.gretl.internal.duckdb
- DuckDbSqlExecutor - Class in ch.so.agi.gretl.tasks
- DuckDbSqlExecutor() - Constructor for class ch.so.agi.gretl.tasks.DuckDbSqlExecutor
- DuckDbSqlExecutor.BaseExportConfig - Class in ch.so.agi.gretl.tasks
- DuckDbSqlExecutor.ExportsConfig - Class in ch.so.agi.gretl.tasks
- DuckDbSqlExecutor.GeometryConfig - Class in ch.so.agi.gretl.tasks
- DuckDbSqlExecutor.GpkgConfig - Class in ch.so.agi.gretl.tasks
- DuckDbSqlExecutor.GpkgExportConfig - Class in ch.so.agi.gretl.tasks
- DuckDbSqlExecutor.GpkgLayerConfig - Class in ch.so.agi.gretl.tasks
- DuckDbSqlExecutor.ParquetExportConfig - Class in ch.so.agi.gretl.tasks
- DuckDbSqlExecutor.PostgresConfig - Class in ch.so.agi.gretl.tasks
- DuckDbSqlExecutor.PostgresExportConfig - Class in ch.so.agi.gretl.tasks
- DuckDbSqlExecutor.PostgresTableConfig - Class in ch.so.agi.gretl.tasks
- DuckDbSqlExecutor.PostgresTargetConfig - Class in ch.so.agi.gretl.tasks
- DuckDbSqlExecutor.SourcesConfig - Class in ch.so.agi.gretl.tasks
- DuckDbSqlExecutor.TargetsConfig - Class in ch.so.agi.gretl.tasks
- DuckDbTargetSpec - Interface in ch.so.agi.gretl.internal.duckdb
E
- Ehi2GretlAdapter - Class in ch.so.agi.gretl.logging
- EmptyFileException - Exception in ch.so.agi.gretl.util
- EmptyFileException() - Constructor for exception ch.so.agi.gretl.util.EmptyFileException
- EmptyFileException(String) - Constructor for exception ch.so.agi.gretl.util.EmptyFileException
- EmptyFileException(String, Throwable) - Constructor for exception ch.so.agi.gretl.util.EmptyFileException
- EmptyListException - Exception in ch.so.agi.gretl.util
- EmptyListException() - Constructor for exception ch.so.agi.gretl.util.EmptyListException
- EmptyListException(String) - Constructor for exception ch.so.agi.gretl.util.EmptyListException
- EmptyListException(String, Throwable) - Constructor for exception ch.so.agi.gretl.util.EmptyListException
- encoding() - Method in record class ch.so.agi.gretl.internal.duckdb.GeometryOverrideSpec
-
Returns the value of the
encodingrecord component. - equals(Object) - Method in record class ch.so.agi.gretl.internal.db2db.DbTransferRequest
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.so.agi.gretl.internal.db2db.DbTransferSpec
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.so.agi.gretl.internal.db2db.TargetIdentifier
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.so.agi.gretl.internal.duckdb.DuckDbExecutionRequest
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.so.agi.gretl.internal.duckdb.DuckDbSql.QualifiedTable
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.so.agi.gretl.internal.duckdb.GeometryOverrideSpec
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.so.agi.gretl.internal.duckdb.GpkgExportSpec
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.so.agi.gretl.internal.duckdb.GpkgLayerSpec
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.so.agi.gretl.internal.duckdb.GpkgSourceSpec
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.so.agi.gretl.internal.duckdb.ParquetExportSpec
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.so.agi.gretl.internal.duckdb.PostgresExportSpec
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.so.agi.gretl.internal.duckdb.PostgresJdbcUrl
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.so.agi.gretl.internal.duckdb.PostgresSourceSpec
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.so.agi.gretl.internal.duckdb.PostgresTableSpec
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.so.agi.gretl.internal.duckdb.PostgresTargetSpec
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.so.agi.gretl.internal.sql.DatabaseSpec
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.so.agi.gretl.internal.sql.SqlExecutionRequest
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.so.agi.gretl.internal.xslt.XsltRequest
-
Indicates whether some other object is "equal to" this one.
- error(String, Throwable) - Method in class ch.so.agi.gretl.logging.CoreJavaLogAdaptor
- error(String, Throwable) - Method in class ch.so.agi.gretl.logging.GradleLogAdaptor
- error(String, Throwable) - Method in interface ch.so.agi.gretl.logging.GretlLogger
- ERROR - Static variable in class ch.so.agi.gretl.logging.Level
- execute(DbTransferRequest) - Method in class ch.so.agi.gretl.internal.db2db.DbTransferEngine
- execute(DuckDbExecutionRequest) - Method in class ch.so.agi.gretl.internal.duckdb.DuckDbFederationEngine
- execute(SqlExecutionRequest) - Method in class ch.so.agi.gretl.internal.sql.SqlExecutionEngine
- execute(XsltRequest) - Method in class ch.so.agi.gretl.internal.xslt.XsltEngine
- execute(Path, Path) - Method in class ch.so.agi.gretl.internal.gzip.GzipEngine
- executeExport(Ili2duckdbExport) - Method in class ch.so.agi.gretl.internal.interlis.Ili2DbExecutionSupport
- executeImport(Ili2duckdbImport) - Method in class ch.so.agi.gretl.internal.interlis.Ili2DbExecutionSupport
- executeSchemaImport(Ili2duckdbImportSchema) - Method in class ch.so.agi.gretl.internal.interlis.Ili2DbExecutionSupport
- executeSQLExecutor() - Method in class ch.so.agi.gretl.tasks.SqlExecutor
- executeTask() - Method in class ch.so.agi.gretl.tasks.Db2Db
- executeTask() - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor
- exportData() - Method in class ch.so.agi.gretl.tasks.Ili2duckdbExport
- exportModels(String...) - Method in class ch.so.agi.gretl.tasks.Ili2duckdbExport
- exports() - Method in record class ch.so.agi.gretl.internal.duckdb.DuckDbExecutionRequest
-
Returns the value of the
exportsrecord component. - exports(Closure<?>) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor
- exports(Action<DuckDbSqlExecutor.ExportsConfig>) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor
F
- fetchSize() - Method in record class ch.so.agi.gretl.internal.db2db.DbTransferRequest
-
Returns the value of the
fetchSizerecord component. - fetchSize(int) - Method in class ch.so.agi.gretl.tasks.Db2Db
- file - Variable in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.BaseExportConfig
- file() - Method in interface ch.so.agi.gretl.internal.duckdb.DuckDbFileExportSpec
- file() - Method in record class ch.so.agi.gretl.internal.duckdb.GpkgExportSpec
-
Returns the value of the
filerecord component. - file() - Method in record class ch.so.agi.gretl.internal.duckdb.GpkgSourceSpec
-
Returns the value of the
filerecord component. - file() - Method in record class ch.so.agi.gretl.internal.duckdb.ParquetExportSpec
-
Returns the value of the
filerecord component. - file(Object) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.BaseExportConfig
- file(Object) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.GpkgConfig
- fileExtension() - Method in record class ch.so.agi.gretl.internal.xslt.XsltRequest
-
Returns the value of the
fileExtensionrecord component. - fileExtension(String) - Method in class ch.so.agi.gretl.tasks.XslTransformer
- FileStylingDefinition - Class in ch.so.agi.gretl.util
-
The FileStylingDefinition class checks if a given file is encoded in UTF-8 and has no Byte-Order-Mark (BOM)
- force2d() - Method in record class ch.so.agi.gretl.internal.duckdb.GeometryOverrideSpec
-
Returns the value of the
force2drecord component. - fromQualifiedName(String, String, String, List<String>, List<GeometryOverrideSpec>) - Static method in record class ch.so.agi.gretl.internal.duckdb.PostgresTableSpec
G
- geometries() - Method in record class ch.so.agi.gretl.internal.duckdb.PostgresExportSpec
-
Returns the value of the
geometriesrecord component. - geometries() - Method in record class ch.so.agi.gretl.internal.duckdb.PostgresTableSpec
-
Returns the value of the
geometriesrecord component. - geometry(String, Closure<?>) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.PostgresExportConfig
- geometry(String, Closure<?>) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.PostgresTableConfig
- geometry(String, Action<DuckDbSqlExecutor.GeometryConfig>) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.PostgresExportConfig
- geometry(String, Action<DuckDbSqlExecutor.GeometryConfig>) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.PostgresTableConfig
- geometryColumns() - Method in record class ch.so.agi.gretl.internal.db2db.DbTransferSpec
-
Returns the value of the
geometryColumnsrecord component. - geometryColumns(String...) - Method in class ch.so.agi.gretl.tasks.Db2Db.TransferConfig
- GeometryOverrideSpec - Record Class in ch.so.agi.gretl.internal.duckdb
- GeometryOverrideSpec(String, String, Integer, String, String, boolean, boolean) - Constructor for record class ch.so.agi.gretl.internal.duckdb.GeometryOverrideSpec
-
Creates an instance of a
GeometryOverrideSpecrecord class. - GeometryTransform - Class in ch.so.agi.gretl.internal.db2db
- getAllObjectsAccessible() - Method in class ch.so.agi.gretl.tasks.AbstractInterlisValidatorTask
- getAttributeName(String) - Method in class ch.so.agi.gretl.util.AttributeNameMap
- getBaskets() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbTask
- getBatchSize() - Method in class ch.so.agi.gretl.tasks.Db2Db
- getBeautifyEnumDispName() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbSchemaImportTask
- getCoalesceArray() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbSchemaImportTask
- getCoalesceCatalogueRef() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbSchemaImportTask
- getCoalesceJson() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbSchemaImportTask
- getCoalesceMultiLine() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbSchemaImportTask
- getCoalesceMultiSurface() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbSchemaImportTask
- getConfigFile() - Method in class ch.so.agi.gretl.tasks.AbstractInterlisValidatorTask
- getConfigRepositoryId() - Method in class ch.so.agi.gretl.tasks.AbstractInterlisValidatorTask
- getCoreService() - Method in class ch.so.agi.gretl.tasks.AbstractCoreGretlTask
- getCreateBasketCol() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbSchemaImportTask
- getCreateDatasetCol() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbSchemaImportTask
- getCreateDateTimeChecks() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbSchemaImportTask
- getCreateEnumColAsItfCode() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbSchemaImportTask
- getCreateEnumTabs() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbSchemaImportTask
- getCreateEnumTabsWithId() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbSchemaImportTask
- getCreateEnumTxtCol() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbSchemaImportTask
- getCreateFk() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbSchemaImportTask
- getCreateFkIdx() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbSchemaImportTask
- getCreateGeomIdx() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbSchemaImportTask
- getCreateImportTabs() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbSchemaImportTask
- getCreateMetaInfo() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbSchemaImportTask
- getCreateNumChecks() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbSchemaImportTask
- getCreateScript() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbSchemaImportTask
- getCreateSingleEnumTab() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbSchemaImportTask
- getCreateStdCols() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbSchemaImportTask
- getCreateTextChecks() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbSchemaImportTask
- getCreateTidCol() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbSchemaImportTask
- getCreateTypeConstraint() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbSchemaImportTask
- getCreateTypeDiscriminator() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbSchemaImportTask
- getCreateUnique() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbSchemaImportTask
- getDatabaseFile() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbTask
- getDatabaseFile() - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor
- getDataFile() - Method in class ch.so.agi.gretl.tasks.Gzip
- getDataFiles() - Method in class ch.so.agi.gretl.tasks.AbstractInterlisValidatorTask
- getDatasetNameFilesCollection() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbTransferTask
- getDatasetNames() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbTransferTask
- getDatasetNamesFromTransferFiles() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbTransferTask
- getDatasetNameSliceEndExclusive() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbTransferTask
- getDatasetNameSliceStart() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbTransferTask
- getDefaultSrsAuth() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbSchemaImportTask
- getDefaultSrsCode() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbSchemaImportTask
- getDeleteData() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbTask
- getDisableAreaValidation() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbTask
- getDisableAreaValidation() - Method in class ch.so.agi.gretl.tasks.AbstractInterlisValidatorTask
- getDisableNameOptimization() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbSchemaImportTask
- getDisableRounding() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbTask
- getDisableValidation() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbTask
- getDropScript() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbSchemaImportTask
- getEncoding() - Method in class ch.so.agi.gretl.tasks.CsvValidator
- getExpandMultilingual() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbSchemaImportTask
- getExport3() - Method in class ch.so.agi.gretl.tasks.Ili2duckdbExport
- getExportConfiguration() - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor
- getExportFiles() - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor
- getExportModels() - Method in class ch.so.agi.gretl.tasks.Ili2duckdbExport
- getExportTid() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbTask
- getFailOnError() - Method in class ch.so.agi.gretl.tasks.AbstractInterlisValidatorTask
- getFailOnException() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbTask
- getFetchSize() - Method in class ch.so.agi.gretl.tasks.Db2Db
- getFileExtension() - Method in class ch.so.agi.gretl.tasks.XslTransformer
- getFirstLineIsHeader() - Method in class ch.so.agi.gretl.tasks.CsvValidator
- getForceTypeValidation() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbTask
- getForceTypeValidation() - Method in class ch.so.agi.gretl.tasks.AbstractInterlisValidatorTask
- getGzipFile() - Method in class ch.so.agi.gretl.tasks.Gzip
- getIdSeqMax() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbSchemaImportTask
- getIdSeqMin() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbSchemaImportTask
- getIliFile() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbSchemaImportTask
- getIligml20() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbTask
- getIliMetaAttrsFile() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbSchemaImportTask
- getImportBid() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbTask
- getImportTid() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbTask
- getInMemory() - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor
- getInputDatabase() - Method in class ch.so.agi.gretl.tasks.Ili2duckdbExport
- getInstallExtensions() - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor
- getInterlisService() - Method in class ch.so.agi.gretl.tasks.AbstractInterlisTask
- getJdbcUrl() - Method in class ch.so.agi.gretl.tasks.SqlExecutor
-
Datenbank-URL, z.B.
- getKeepAreaRef() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbSchemaImportTask
- getLocalTransferFiles() - Method in class ch.so.agi.gretl.tasks.Ili2duckdbImport
- getLogFile() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbTask
- getLogFile() - Method in class ch.so.agi.gretl.tasks.AbstractInterlisValidatorTask
- getLogger(Class) - Method in class ch.so.agi.gretl.logging.CoreJavaLogFactory
- getLogger(Class) - Method in class ch.so.agi.gretl.logging.GradleLogFactory
- getLogger(Class) - Static method in class ch.so.agi.gretl.logging.LogEnvironment
- getLogger(Class) - Method in interface ch.so.agi.gretl.logging.LogFactory
- getMaxNameLength() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbSchemaImportTask
- getMetaConfigFile() - Method in class ch.so.agi.gretl.tasks.AbstractInterlisValidatorTask
- getMetaConfigRepositoryId() - Method in class ch.so.agi.gretl.tasks.AbstractInterlisValidatorTask
- getModelDirectories() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbTask
- getModelDirectories() - Method in class ch.so.agi.gretl.tasks.AbstractInterlisValidatorTask
- getModelNames() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbTask
- getModelNames() - Method in class ch.so.agi.gretl.tasks.AbstractInterlisValidatorTask
- getMultiplicityOff() - Method in class ch.so.agi.gretl.tasks.AbstractInterlisValidatorTask
- getNameByTopic() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbSchemaImportTask
- getNoSmartMapping() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbSchemaImportTask
- getOneGeomPerTable() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbSchemaImportTask
- getOutDirectory() - Method in class ch.so.agi.gretl.tasks.XslTransformer
- getOutputDatabase() - Method in class ch.so.agi.gretl.tasks.Ili2duckdbImport
- getOutputDatabase() - Method in class ch.so.agi.gretl.tasks.Ili2duckdbImportSchema
- getPassword() - Method in class ch.so.agi.gretl.tasks.SqlExecutor
-
Datenbank-Passwort.
- getPostScript() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbTask
- getPreScript() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbTask
- getProxy() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbTask
- getProxy() - Method in class ch.so.agi.gretl.tasks.AbstractInterlisValidatorTask
- getProxyPort() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbTask
- getProxyPort() - Method in class ch.so.agi.gretl.tasks.AbstractInterlisValidatorTask
- getRepositoryDataIds() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbTransferTask
- getSchema() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbTask
- getSkipGeometryErrors() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbTask
- getSkipPolygonBuilding() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbTask
- getSkipPolygonBuilding() - Method in class ch.so.agi.gretl.tasks.AbstractInterlisValidatorTask
- getSmart1Inheritance() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbSchemaImportTask
- getSmart2Inheritance() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbSchemaImportTask
- getSourceConfiguration() - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor
- getSourceFiles() - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor
- getSourceJdbcUrl() - Method in class ch.so.agi.gretl.tasks.Db2Db
- getSourcePassword() - Method in class ch.so.agi.gretl.tasks.Db2Db
- getSourceUsername() - Method in class ch.so.agi.gretl.tasks.Db2Db
- getSqlColsAsText() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbSchemaImportTask
- getSqlEnableNull() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbSchemaImportTask
- getSqlExtRefCols() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbSchemaImportTask
- getSqlFiles() - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor
- getSqlFiles() - Method in class ch.so.agi.gretl.tasks.SqlExecutor
-
SQL-Dateien, deren Statements ausgeführt werden.
- getSqlParameters() - Method in class ch.so.agi.gretl.tasks.Db2Db
- getSqlParameters() - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor
- getSqlParameters() - Method in class ch.so.agi.gretl.tasks.SqlExecutor
-
Parameter für einen einzelnen SQL-Durchlauf.
- getSqlParameterSets() - Method in class ch.so.agi.gretl.tasks.Db2Db
- getSqlParameterSets() - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor
- getSqlParameterSets() - Method in class ch.so.agi.gretl.tasks.SqlExecutor
-
Parameter für mehrere SQL-Durchläufe.
- getTargetConfiguration() - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor
- getTargetJdbcUrl() - Method in class ch.so.agi.gretl.tasks.Db2Db
- getTargetPassword() - Method in class ch.so.agi.gretl.tasks.Db2Db
- getTargetUsername() - Method in class ch.so.agi.gretl.tasks.Db2Db
- getTidColumnName() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbSchemaImportTask
- getTopics() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbTask
- getTrace() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbTask
- getTransferConfiguration() - Method in class ch.so.agi.gretl.tasks.Db2Db
- getTransferFilesCollection() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbTransferTask
- getTransferOutputs() - Method in class ch.so.agi.gretl.tasks.Ili2duckdbExport
- getTransferSqlFiles() - Method in class ch.so.agi.gretl.tasks.Db2Db
- getTranslation() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbSchemaImportTask
- getType() - Method in exception ch.so.agi.gretl.util.GretlException
- getUsername() - Method in class ch.so.agi.gretl.tasks.SqlExecutor
-
Datenbank-Benutzer.
- getValidationOk() - Method in class ch.so.agi.gretl.tasks.AbstractInterlisValidatorTask
- getValidConfigFile() - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbTask
- getValueDelimiter() - Method in class ch.so.agi.gretl.tasks.CsvValidator
- getValueSeparator() - Method in class ch.so.agi.gretl.tasks.CsvValidator
- getXmlFiles() - Method in class ch.so.agi.gretl.tasks.XslTransformer
- getXslFile() - Method in class ch.so.agi.gretl.tasks.XslTransformer
- getXslResource() - Method in class ch.so.agi.gretl.tasks.XslTransformer
- getXtfLogFile() - Method in class ch.so.agi.gretl.tasks.AbstractInterlisValidatorTask
- gpkg(String, Closure<?>) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.ExportsConfig
- gpkg(String, Closure<?>) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.SourcesConfig
- gpkg(String, Action<DuckDbSqlExecutor.GpkgConfig>) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.SourcesConfig
- gpkg(String, Action<DuckDbSqlExecutor.GpkgExportConfig>) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.ExportsConfig
- GpkgExportSpec - Record Class in ch.so.agi.gretl.internal.duckdb
- GpkgExportSpec(String, String, Path, String, String, boolean) - Constructor for record class ch.so.agi.gretl.internal.duckdb.GpkgExportSpec
-
Creates an instance of a
GpkgExportSpecrecord class. - GpkgLayerSpec - Record Class in ch.so.agi.gretl.internal.duckdb
- GpkgLayerSpec(String, String, String, List<String>, String) - Constructor for record class ch.so.agi.gretl.internal.duckdb.GpkgLayerSpec
-
Creates an instance of a
GpkgLayerSpecrecord class. - GpkgSourceSpec - Record Class in ch.so.agi.gretl.internal.duckdb
- GpkgSourceSpec(String, Path, String, List<GpkgLayerSpec>) - Constructor for record class ch.so.agi.gretl.internal.duckdb.GpkgSourceSpec
-
Creates an instance of a
GpkgSourceSpecrecord class. - GradleLogAdaptor - Class in ch.so.agi.gretl.logging
-
Class taking care of the logging when using the Steps integrated in Gradle (When running the corresponding Tasks in Gradle).
- GradleLogFactory - Class in ch.so.agi.gretl.logging
- GretlException - Exception in ch.so.agi.gretl.util
-
Baseclass for all Exceptions thrown in the Steps code.
- GretlException() - Constructor for exception ch.so.agi.gretl.util.GretlException
- GretlException(String) - Constructor for exception ch.so.agi.gretl.util.GretlException
- GretlException(String, String) - Constructor for exception ch.so.agi.gretl.util.GretlException
- GretlException(String, Throwable) - Constructor for exception ch.so.agi.gretl.util.GretlException
- GretlException(Throwable) - Constructor for exception ch.so.agi.gretl.util.GretlException
- GretlLogger - Interface in ch.so.agi.gretl.logging
-
Logger used in all GRETL classes.
- GretlPlugin - Class in ch.so.agi.gretl.gradle
- GretlPlugin() - Constructor for class ch.so.agi.gretl.gradle.GretlPlugin
- Gzip - Class in ch.so.agi.gretl.tasks
- Gzip() - Constructor for class ch.so.agi.gretl.tasks.Gzip
- GzipEngine - Class in ch.so.agi.gretl.internal.gzip
- GzipEngine() - Constructor for class ch.so.agi.gretl.internal.gzip.GzipEngine
- gzipFile(Object) - Method in class ch.so.agi.gretl.tasks.Gzip
H
- hashCode() - Method in record class ch.so.agi.gretl.internal.db2db.DbTransferRequest
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.so.agi.gretl.internal.db2db.DbTransferSpec
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.so.agi.gretl.internal.db2db.TargetIdentifier
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.so.agi.gretl.internal.duckdb.DuckDbExecutionRequest
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.so.agi.gretl.internal.duckdb.DuckDbSql.QualifiedTable
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.so.agi.gretl.internal.duckdb.GeometryOverrideSpec
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.so.agi.gretl.internal.duckdb.GpkgExportSpec
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.so.agi.gretl.internal.duckdb.GpkgLayerSpec
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.so.agi.gretl.internal.duckdb.GpkgSourceSpec
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.so.agi.gretl.internal.duckdb.ParquetExportSpec
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.so.agi.gretl.internal.duckdb.PostgresExportSpec
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.so.agi.gretl.internal.duckdb.PostgresJdbcUrl
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.so.agi.gretl.internal.duckdb.PostgresSourceSpec
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.so.agi.gretl.internal.duckdb.PostgresTableSpec
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.so.agi.gretl.internal.duckdb.PostgresTargetSpec
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.so.agi.gretl.internal.sql.DatabaseSpec
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.so.agi.gretl.internal.sql.SqlExecutionRequest
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.so.agi.gretl.internal.xslt.XsltRequest
-
Returns a hash code value for this object.
- host() - Method in record class ch.so.agi.gretl.internal.duckdb.PostgresJdbcUrl
-
Returns the value of the
hostrecord component.
I
- Ili2DbExecutionSupport - Class in ch.so.agi.gretl.internal.interlis
- Ili2DbExecutionSupport() - Constructor for class ch.so.agi.gretl.internal.interlis.Ili2DbExecutionSupport
- Ili2duckdbExport - Class in ch.so.agi.gretl.tasks
- Ili2duckdbExport() - Constructor for class ch.so.agi.gretl.tasks.Ili2duckdbExport
- Ili2duckdbImport - Class in ch.so.agi.gretl.tasks
- Ili2duckdbImport() - Constructor for class ch.so.agi.gretl.tasks.Ili2duckdbImport
- Ili2duckdbImportSchema - Class in ch.so.agi.gretl.tasks
- Ili2duckdbImportSchema() - Constructor for class ch.so.agi.gretl.tasks.Ili2duckdbImportSchema
- iliFile(Object) - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbSchemaImportTask
- iliMetaAttrsFile(Object) - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbSchemaImportTask
- IliValidator - Class in ch.so.agi.gretl.tasks
- IliValidator() - Constructor for class ch.so.agi.gretl.tasks.IliValidator
- importData() - Method in class ch.so.agi.gretl.tasks.Ili2duckdbImport
- importSchema() - Method in class ch.so.agi.gretl.tasks.Ili2duckdbImportSchema
- include() - Method in record class ch.so.agi.gretl.internal.duckdb.GeometryOverrideSpec
-
Returns the value of the
includerecord component. - info(String) - Method in class ch.so.agi.gretl.logging.CoreJavaLogAdaptor
- info(String) - Method in class ch.so.agi.gretl.logging.GradleLogAdaptor
- info(String) - Method in interface ch.so.agi.gretl.logging.GretlLogger
- INFO - Static variable in class ch.so.agi.gretl.logging.Level
- init() - Static method in class ch.so.agi.gretl.logging.Ehi2GretlAdapter
- initGradleIntegrated() - Static method in class ch.so.agi.gretl.logging.LogEnvironment
- initStandalone() - Static method in class ch.so.agi.gretl.logging.LogEnvironment
- initStandalone(Level) - Static method in class ch.so.agi.gretl.logging.LogEnvironment
- inMemory() - Method in record class ch.so.agi.gretl.internal.duckdb.DuckDbExecutionRequest
-
Returns the value of the
inMemoryrecord component. - inMemoryDatabase() - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor
- inputSignature() - Method in record class ch.so.agi.gretl.internal.db2db.DbTransferSpec
- inputSignature() - Method in interface ch.so.agi.gretl.internal.duckdb.DuckDbExportSpec
- inputSignature() - Method in interface ch.so.agi.gretl.internal.duckdb.DuckDbSourceSpec
- inputSignature() - Method in interface ch.so.agi.gretl.internal.duckdb.DuckDbTargetSpec
- inputSignature() - Method in record class ch.so.agi.gretl.internal.duckdb.GpkgExportSpec
- inputSignature() - Method in record class ch.so.agi.gretl.internal.duckdb.GpkgLayerSpec
- inputSignature() - Method in record class ch.so.agi.gretl.internal.duckdb.GpkgSourceSpec
- inputSignature() - Method in record class ch.so.agi.gretl.internal.duckdb.ParquetExportSpec
- inputSignature() - Method in record class ch.so.agi.gretl.internal.duckdb.PostgresExportSpec
- inputSignature() - Method in record class ch.so.agi.gretl.internal.duckdb.PostgresSourceSpec
- inputSignature() - Method in record class ch.so.agi.gretl.internal.duckdb.PostgresTableSpec
- inputSignature() - Method in record class ch.so.agi.gretl.internal.duckdb.PostgresTargetSpec
- inputSignatureWithoutCredentials() - Method in record class ch.so.agi.gretl.internal.duckdb.PostgresJdbcUrl
- installExtensions() - Method in record class ch.so.agi.gretl.internal.duckdb.DuckDbExecutionRequest
-
Returns the value of the
installExtensionsrecord component. - installExtensions(boolean) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor
- INTERLIS_SERVICE_NAME - Static variable in class ch.so.agi.gretl.gradle.GretlPlugin
- InterlisBuildService - Class in ch.so.agi.gretl.services
-
Serializes INTERLIS tool executions that rely on JVM-global logging and file listener state.
- InterlisBuildService() - Constructor for class ch.so.agi.gretl.services.InterlisBuildService
- isGeometryColumn(String) - Method in record class ch.so.agi.gretl.internal.db2db.DbTransferSpec
J
- JDBC - Enum constant in enum class ch.so.agi.gretl.internal.duckdb.PostgresWritePath
- jdbcUrl() - Method in record class ch.so.agi.gretl.internal.duckdb.DuckDbExecutionRequest
- jdbcUrl() - Method in record class ch.so.agi.gretl.internal.sql.DatabaseSpec
-
Returns the value of the
jdbcUrlrecord component.
L
- layer() - Method in record class ch.so.agi.gretl.internal.duckdb.GpkgExportSpec
-
Returns the value of the
layerrecord component. - layer() - Method in record class ch.so.agi.gretl.internal.duckdb.GpkgLayerSpec
-
Returns the value of the
layerrecord component. - layer(String) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.GpkgConfig
- layer(String, Closure<?>) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.GpkgConfig
- layer(String, Action<DuckDbSqlExecutor.GpkgLayerConfig>) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.GpkgConfig
- layers() - Method in record class ch.so.agi.gretl.internal.duckdb.GpkgSourceSpec
-
Returns the value of the
layersrecord component. - Level - Class in ch.so.agi.gretl.logging
-
Utility class defining the logging levels when using the gretl logging in a standalone environment.
- libpqOptionsWithoutCredentials() - Method in record class ch.so.agi.gretl.internal.duckdb.PostgresJdbcUrl
- lifecycle(String) - Method in class ch.so.agi.gretl.logging.CoreJavaLogAdaptor
- lifecycle(String) - Method in class ch.so.agi.gretl.logging.GradleLogAdaptor
- lifecycle(String) - Method in interface ch.so.agi.gretl.logging.GretlLogger
- LIFECYCLE - Static variable in class ch.so.agi.gretl.logging.Level
- LogEnvironment - Class in ch.so.agi.gretl.logging
-
Holds the logging factory used by steps and helper classes.
- LogEnvironment() - Constructor for class ch.so.agi.gretl.logging.LogEnvironment
- logEvent(LogEvent) - Method in class ch.so.agi.gretl.logging.Ehi2GretlAdapter
- LogFactory - Interface in ch.so.agi.gretl.logging
-
Returns a Logger instance
- logFile(Object) - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbTask
- logFile(Object) - Method in class ch.so.agi.gretl.tasks.AbstractInterlisValidatorTask
M
- main(String[]) - Static method in class ch.so.agi.gretl.internal.duckdb.DuckDbExtensionInstaller
- MATERIALIZE - Enum constant in enum class ch.so.agi.gretl.internal.duckdb.DuckDbMode
- metaConfigFile(Object) - Method in class ch.so.agi.gretl.tasks.AbstractInterlisValidatorTask
- metaConfigRepositoryId(String) - Method in class ch.so.agi.gretl.tasks.AbstractInterlisValidatorTask
- mode() - Method in record class ch.so.agi.gretl.internal.duckdb.GpkgLayerSpec
-
Returns the value of the
moderecord component. - mode() - Method in record class ch.so.agi.gretl.internal.duckdb.GpkgSourceSpec
-
Returns the value of the
moderecord component. - mode() - Method in record class ch.so.agi.gretl.internal.duckdb.PostgresExportSpec
-
Returns the value of the
moderecord component. - mode() - Method in record class ch.so.agi.gretl.internal.duckdb.PostgresSourceSpec
-
Returns the value of the
moderecord component. - mode() - Method in record class ch.so.agi.gretl.internal.duckdb.PostgresTableSpec
-
Returns the value of the
moderecord component. - modelDirectories(String...) - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbTask
- modelDirectories(String...) - Method in class ch.so.agi.gretl.tasks.AbstractInterlisValidatorTask
- modelNames(String...) - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbTask
- modelNames(String...) - Method in class ch.so.agi.gretl.tasks.AbstractInterlisValidatorTask
N
- name - Variable in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.BaseExportConfig
- name() - Method in interface ch.so.agi.gretl.internal.duckdb.DuckDbExportSpec
- name() - Method in record class ch.so.agi.gretl.internal.duckdb.GpkgExportSpec
-
Returns the value of the
namerecord component. - name() - Method in record class ch.so.agi.gretl.internal.duckdb.ParquetExportSpec
-
Returns the value of the
namerecord component. - name() - Method in record class ch.so.agi.gretl.internal.duckdb.PostgresExportSpec
-
Returns the value of the
namerecord component. - nextSqlStmt() - Method in class ch.so.agi.gretl.util.SqlReader
- NotAllowedSqlExpressionException - Exception in ch.so.agi.gretl.util
- NotAllowedSqlExpressionException() - Constructor for exception ch.so.agi.gretl.util.NotAllowedSqlExpressionException
- NotAllowedSqlExpressionException(String) - Constructor for exception ch.so.agi.gretl.util.NotAllowedSqlExpressionException
- NotAllowedSqlExpressionException(String, Throwable) - Constructor for exception ch.so.agi.gretl.util.NotAllowedSqlExpressionException
O
- outDirectory(Object) - Method in class ch.so.agi.gretl.tasks.XslTransformer
- outputDirectory() - Method in record class ch.so.agi.gretl.internal.xslt.XsltRequest
-
Returns the value of the
outputDirectoryrecord component. - overwrite - Variable in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.BaseExportConfig
- overwrite() - Method in interface ch.so.agi.gretl.internal.duckdb.DuckDbFileExportSpec
- overwrite() - Method in record class ch.so.agi.gretl.internal.duckdb.GpkgExportSpec
-
Returns the value of the
overwriterecord component. - overwrite() - Method in record class ch.so.agi.gretl.internal.duckdb.ParquetExportSpec
-
Returns the value of the
overwriterecord component.
P
- parameters() - Method in record class ch.so.agi.gretl.internal.duckdb.PostgresJdbcUrl
-
Returns the value of the
parametersrecord component. - parameterSets() - Method in record class ch.so.agi.gretl.internal.db2db.DbTransferRequest
-
Returns the value of the
parameterSetsrecord component. - parameterSets() - Method in record class ch.so.agi.gretl.internal.duckdb.DuckDbExecutionRequest
-
Returns the value of the
parameterSetsrecord component. - parameterSets() - Method in record class ch.so.agi.gretl.internal.sql.SqlExecutionRequest
-
Returns the value of the
parameterSetsrecord component. - parquet(String, Closure<?>) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.ExportsConfig
- parquet(String, Action<DuckDbSqlExecutor.ParquetExportConfig>) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.ExportsConfig
- ParquetExportSpec - Record Class in ch.so.agi.gretl.internal.duckdb
- ParquetExportSpec(String, String, Path, boolean) - Constructor for record class ch.so.agi.gretl.internal.duckdb.ParquetExportSpec
-
Creates an instance of a
ParquetExportSpecrecord class. - parse(String) - Static method in enum class ch.so.agi.gretl.internal.duckdb.DuckDbMode
- parse(String) - Static method in record class ch.so.agi.gretl.internal.duckdb.PostgresJdbcUrl
- parse(String) - Static method in enum class ch.so.agi.gretl.internal.duckdb.PostgresWritePath
- parseQualifiedTable(String) - Static method in class ch.so.agi.gretl.internal.duckdb.DuckDbSql
- parseRequired(String) - Static method in enum class ch.so.agi.gretl.internal.duckdb.PostgresWriteMode
- parts() - Method in record class ch.so.agi.gretl.internal.db2db.TargetIdentifier
-
Returns the value of the
partsrecord component. - password() - Method in record class ch.so.agi.gretl.internal.sql.DatabaseSpec
-
Returns the value of the
passwordrecord component. - physicalName() - Method in record class ch.so.agi.gretl.internal.duckdb.PostgresTableSpec
- physicalSchema() - Method in record class ch.so.agi.gretl.internal.duckdb.PostgresTableSpec
-
Returns the value of the
physicalSchemarecord component. - physicalTable() - Method in record class ch.so.agi.gretl.internal.duckdb.PostgresTableSpec
-
Returns the value of the
physicalTablerecord component. - port() - Method in record class ch.so.agi.gretl.internal.duckdb.PostgresJdbcUrl
-
Returns the value of the
portrecord component. - postgres(String, Closure<?>) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.ExportsConfig
- postgres(String, Closure<?>) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.SourcesConfig
- postgres(String, Closure<?>) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.TargetsConfig
- postgres(String, Action<DuckDbSqlExecutor.PostgresConfig>) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.SourcesConfig
- postgres(String, Action<DuckDbSqlExecutor.PostgresExportConfig>) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.ExportsConfig
- postgres(String, Action<DuckDbSqlExecutor.PostgresTargetConfig>) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.TargetsConfig
- PostgresExportSpec - Record Class in ch.so.agi.gretl.internal.duckdb
- PostgresExportSpec(String, String, String, String, PostgresWriteMode, PostgresWritePath, boolean, List<GeometryOverrideSpec>) - Constructor for record class ch.so.agi.gretl.internal.duckdb.PostgresExportSpec
-
Creates an instance of a
PostgresExportSpecrecord class. - PostgresJdbcUrl - Record Class in ch.so.agi.gretl.internal.duckdb
- PostgresJdbcUrl(String, int, String, Map<String, String>) - Constructor for record class ch.so.agi.gretl.internal.duckdb.PostgresJdbcUrl
-
Creates an instance of a
PostgresJdbcUrlrecord class. - PostgresSourceSpec - Record Class in ch.so.agi.gretl.internal.duckdb
- PostgresSourceSpec(String, DatabaseSpec, String, boolean, List<PostgresTableSpec>) - Constructor for record class ch.so.agi.gretl.internal.duckdb.PostgresSourceSpec
-
Creates an instance of a
PostgresSourceSpecrecord class. - PostgresTableSpec - Record Class in ch.so.agi.gretl.internal.duckdb
- PostgresTableSpec(String, String, String, String, List<String>, List<GeometryOverrideSpec>) - Constructor for record class ch.so.agi.gretl.internal.duckdb.PostgresTableSpec
-
Creates an instance of a
PostgresTableSpecrecord class. - PostgresTargetSpec - Record Class in ch.so.agi.gretl.internal.duckdb
- PostgresTargetSpec(String, DatabaseSpec) - Constructor for record class ch.so.agi.gretl.internal.duckdb.PostgresTargetSpec
-
Creates an instance of a
PostgresTargetSpecrecord class. - PostgresWriteMode - Enum Class in ch.so.agi.gretl.internal.duckdb
- PostgresWritePath - Enum Class in ch.so.agi.gretl.internal.duckdb
- project - Variable in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.BaseExportConfig
Q
- QualifiedTable(String, String) - Constructor for record class ch.so.agi.gretl.internal.duckdb.DuckDbSql.QualifiedTable
-
Creates an instance of a
QualifiedTablerecord class. - query - Variable in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.BaseExportConfig
- query() - Method in interface ch.so.agi.gretl.internal.duckdb.DuckDbExportSpec
- query() - Method in record class ch.so.agi.gretl.internal.duckdb.GpkgExportSpec
-
Returns the value of the
queryrecord component. - query() - Method in record class ch.so.agi.gretl.internal.duckdb.ParquetExportSpec
-
Returns the value of the
queryrecord component. - query() - Method in record class ch.so.agi.gretl.internal.duckdb.PostgresExportSpec
-
Returns the value of the
queryrecord component. - query(String) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.BaseExportConfig
- query(String) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.PostgresExportConfig
- quoteIdentifier(String) - Static method in class ch.so.agi.gretl.internal.duckdb.DuckDbSql
- quoteLiteral(String) - Static method in class ch.so.agi.gretl.internal.duckdb.DuckDbSql
- quotePhysicalIdentifier(String) - Static method in class ch.so.agi.gretl.internal.duckdb.DuckDbSql
R
- readSqlStmt(File) - Method in class ch.so.agi.gretl.util.SqlReader
- readSqlStmt(File, Map<String, String>) - Method in class ch.so.agi.gretl.util.SqlReader
- REPLACE - Enum constant in enum class ch.so.agi.gretl.internal.duckdb.PostgresWriteMode
- repositoryDataIds(String...) - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbTransferTask
- requiredExtensions() - Method in interface ch.so.agi.gretl.internal.duckdb.DuckDbExportSpec
- requiredExtensions() - Method in interface ch.so.agi.gretl.internal.duckdb.DuckDbSourceSpec
- requiredExtensions() - Method in interface ch.so.agi.gretl.internal.duckdb.DuckDbTargetSpec
- requiredExtensions() - Method in record class ch.so.agi.gretl.internal.duckdb.GpkgExportSpec
- requiredExtensions() - Method in record class ch.so.agi.gretl.internal.duckdb.GpkgSourceSpec
- requiredExtensions() - Method in record class ch.so.agi.gretl.internal.duckdb.ParquetExportSpec
- requiredExtensions() - Method in record class ch.so.agi.gretl.internal.duckdb.PostgresExportSpec
- requiredExtensions() - Method in record class ch.so.agi.gretl.internal.duckdb.PostgresSourceSpec
- requiredExtensions() - Method in record class ch.so.agi.gretl.internal.duckdb.PostgresTargetSpec
- requireNonBlank(String, String) - Static method in class ch.so.agi.gretl.tasks.AbstractIli2DbTask
- requireNonBlank(String, String...) - Static method in class ch.so.agi.gretl.tasks.AbstractIli2DbTask
- requireSimpleIdentifier(String, String) - Static method in class ch.so.agi.gretl.internal.duckdb.DuckDbSql
- run() - Method in class ch.so.agi.gretl.tasks.Gzip
S
- schema() - Method in record class ch.so.agi.gretl.internal.duckdb.DuckDbSql.QualifiedTable
-
Returns the value of the
schemarecord component. - schema(String) - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbTask
- setAlias(String) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.GeometryConfig
- setAlias(String) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.GpkgLayerConfig
- setAlias(String) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.PostgresTableConfig
- setAutoDetectGeometry(boolean) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.PostgresConfig
- setColumns(List<String>) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.GpkgLayerConfig
- setColumns(List<String>) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.PostgresTableConfig
- setCreate(boolean) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.PostgresExportConfig
- setDeleteAllRows(boolean) - Method in class ch.so.agi.gretl.tasks.Db2Db.TransferConfig
- setEncoding(String) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.GeometryConfig
- setFile(Object) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.BaseExportConfig
- setFile(Object) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.GpkgConfig
- setForce2d(boolean) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.GeometryConfig
- setInclude(boolean) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.GeometryConfig
- setLayer(String) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.GpkgExportConfig
- setLogFactory(LogFactory) - Static method in class ch.so.agi.gretl.logging.LogEnvironment
- setMode(String) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.GpkgConfig
- setMode(String) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.GpkgLayerConfig
- setMode(String) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.PostgresConfig
- setMode(String) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.PostgresExportConfig
- setMode(String) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.PostgresTableConfig
- setOverwrite(boolean) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.BaseExportConfig
- setQuery(String) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.BaseExportConfig
- setQuery(String) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.PostgresExportConfig
- setSqlFile(Object) - Method in class ch.so.agi.gretl.tasks.Db2Db.TransferConfig
- setSrid(Integer) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.GeometryConfig
- setSrs(String) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.GpkgExportConfig
- setSrs(String) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.GpkgLayerConfig
- setTable(String) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.PostgresExportConfig
- setTarget(String) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.PostgresExportConfig
- setTargetTable(String) - Method in class ch.so.agi.gretl.tasks.Db2Db.TransferConfig
- setType(String) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.GeometryConfig
- setValidationOk(boolean) - Method in class ch.so.agi.gretl.tasks.AbstractInterlisValidatorTask
- setWritePath(String) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.PostgresExportConfig
- sourceDatabase() - Method in record class ch.so.agi.gretl.internal.db2db.DbTransferRequest
-
Returns the value of the
sourceDatabaserecord component. - sourceDatabase(String) - Method in class ch.so.agi.gretl.tasks.Db2Db
- sourceDatabase(String, String, String) - Method in class ch.so.agi.gretl.tasks.Db2Db
- sources() - Method in record class ch.so.agi.gretl.internal.duckdb.DuckDbExecutionRequest
-
Returns the value of the
sourcesrecord component. - sources(Closure<?>) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor
- sources(Action<DuckDbSqlExecutor.SourcesConfig>) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor
- SqlExecutionEngine - Class in ch.so.agi.gretl.internal.sql
- SqlExecutionEngine() - Constructor for class ch.so.agi.gretl.internal.sql.SqlExecutionEngine
- SqlExecutionRequest - Record Class in ch.so.agi.gretl.internal.sql
- SqlExecutionRequest(String, DatabaseSpec, List<Path>, List<Map<String, String>>) - Constructor for record class ch.so.agi.gretl.internal.sql.SqlExecutionRequest
-
Creates an instance of a
SqlExecutionRequestrecord class. - SqlExecutor - Class in ch.so.agi.gretl.tasks
- SqlExecutor() - Constructor for class ch.so.agi.gretl.tasks.SqlExecutor
- sqlFile() - Method in record class ch.so.agi.gretl.internal.db2db.DbTransferSpec
-
Returns the value of the
sqlFilerecord component. - sqlFile(Object) - Method in class ch.so.agi.gretl.tasks.Db2Db.TransferConfig
- sqlFiles() - Method in record class ch.so.agi.gretl.internal.duckdb.DuckDbExecutionRequest
-
Returns the value of the
sqlFilesrecord component. - sqlFiles() - Method in record class ch.so.agi.gretl.internal.sql.SqlExecutionRequest
-
Returns the value of the
sqlFilesrecord component. - sqlFiles(Object...) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor
- sqlFiles(Object...) - Method in class ch.so.agi.gretl.tasks.SqlExecutor
-
Fügt SQL-Dateien hinzu.
- sqlParameters(Map<String, ?>) - Method in class ch.so.agi.gretl.tasks.Db2Db
- sqlParameters(Map<String, ?>) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor
- sqlParameters(Map<String, ?>) - Method in class ch.so.agi.gretl.tasks.SqlExecutor
-
Setzt ein einzelnes SQL-Parameter-Set.
- sqlParameterSets(Map<String, ?>...) - Method in class ch.so.agi.gretl.tasks.Db2Db
- sqlParameterSets(Map<String, ?>...) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor
- sqlParameterSets(Map<String, ?>...) - Method in class ch.so.agi.gretl.tasks.SqlExecutor
-
Setzt mehrere SQL-Parameter-Sets.
- SqlReader - Class in ch.so.agi.gretl.util
-
Class which reads the given sql-statements
- SqlReader() - Constructor for class ch.so.agi.gretl.util.SqlReader
- srid() - Method in record class ch.so.agi.gretl.internal.duckdb.GeometryOverrideSpec
-
Returns the value of the
sridrecord component. - srs() - Method in record class ch.so.agi.gretl.internal.duckdb.GpkgExportSpec
-
Returns the value of the
srsrecord component. - srs() - Method in record class ch.so.agi.gretl.internal.duckdb.GpkgLayerSpec
-
Returns the value of the
srsrecord component. - stripTrailingSemicolon(String) - Static method in class ch.so.agi.gretl.internal.duckdb.DuckDbSql
T
- table() - Method in record class ch.so.agi.gretl.internal.duckdb.DuckDbSql.QualifiedTable
-
Returns the value of the
tablerecord component. - table() - Method in record class ch.so.agi.gretl.internal.duckdb.PostgresExportSpec
-
Returns the value of the
tablerecord component. - table(String) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.PostgresConfig
- table(String) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.PostgresExportConfig
- table(String, Closure<?>) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.PostgresConfig
- table(String, Action<DuckDbSqlExecutor.PostgresTableConfig>) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.PostgresConfig
- tables() - Method in record class ch.so.agi.gretl.internal.duckdb.PostgresSourceSpec
-
Returns the value of the
tablesrecord component. - target() - Method in record class ch.so.agi.gretl.internal.duckdb.PostgresExportSpec
-
Returns the value of the
targetrecord component. - target(String) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor.PostgresExportConfig
- targetDatabase() - Method in record class ch.so.agi.gretl.internal.db2db.DbTransferRequest
-
Returns the value of the
targetDatabaserecord component. - targetDatabase(String) - Method in class ch.so.agi.gretl.tasks.Db2Db
- targetDatabase(String, String, String) - Method in class ch.so.agi.gretl.tasks.Db2Db
- TargetIdentifier - Record Class in ch.so.agi.gretl.internal.db2db
- TargetIdentifier(List<String>) - Constructor for record class ch.so.agi.gretl.internal.db2db.TargetIdentifier
-
Creates an instance of a
TargetIdentifierrecord class. - targets() - Method in record class ch.so.agi.gretl.internal.duckdb.DuckDbExecutionRequest
-
Returns the value of the
targetsrecord component. - targets(Closure<?>) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor
- targets(Action<DuckDbSqlExecutor.TargetsConfig>) - Method in class ch.so.agi.gretl.tasks.DuckDbSqlExecutor
- targetTable() - Method in record class ch.so.agi.gretl.internal.db2db.DbTransferSpec
-
Returns the value of the
targetTablerecord component. - targetTable(String) - Method in class ch.so.agi.gretl.tasks.Db2Db.TransferConfig
- taskName() - Method in record class ch.so.agi.gretl.internal.db2db.DbTransferRequest
-
Returns the value of the
taskNamerecord component. - taskName() - Method in record class ch.so.agi.gretl.internal.duckdb.DuckDbExecutionRequest
-
Returns the value of the
taskNamerecord component. - taskName() - Method in record class ch.so.agi.gretl.internal.sql.SqlExecutionRequest
-
Returns the value of the
taskNamerecord component. - taskName() - Method in record class ch.so.agi.gretl.internal.xslt.XsltRequest
-
Returns the value of the
taskNamerecord component. - TaskUtil - Class in ch.so.agi.gretl.util
-
Utility Class with methods used in the Tasks.
- TaskUtil() - Constructor for class ch.so.agi.gretl.util.TaskUtil
- toGradleException(Exception) - Static method in class ch.so.agi.gretl.util.TaskUtil
-
Used to Convert a thrown Exception into a GradleException.
- toSql() - Method in record class ch.so.agi.gretl.internal.duckdb.DuckDbSql.QualifiedTable
- toString() - Method in record class ch.so.agi.gretl.internal.db2db.DbTransferRequest
-
Returns a string representation of this record class.
- toString() - Method in record class ch.so.agi.gretl.internal.db2db.DbTransferSpec
-
Returns a string representation of this record class.
- toString() - Method in record class ch.so.agi.gretl.internal.db2db.TargetIdentifier
-
Returns a string representation of this record class.
- toString() - Method in record class ch.so.agi.gretl.internal.duckdb.DuckDbExecutionRequest
-
Returns a string representation of this record class.
- toString() - Method in record class ch.so.agi.gretl.internal.duckdb.DuckDbSql.QualifiedTable
-
Returns a string representation of this record class.
- toString() - Method in record class ch.so.agi.gretl.internal.duckdb.GeometryOverrideSpec
-
Returns a string representation of this record class.
- toString() - Method in record class ch.so.agi.gretl.internal.duckdb.GpkgExportSpec
-
Returns a string representation of this record class.
- toString() - Method in record class ch.so.agi.gretl.internal.duckdb.GpkgLayerSpec
-
Returns a string representation of this record class.
- toString() - Method in record class ch.so.agi.gretl.internal.duckdb.GpkgSourceSpec
-
Returns a string representation of this record class.
- toString() - Method in record class ch.so.agi.gretl.internal.duckdb.ParquetExportSpec
-
Returns a string representation of this record class.
- toString() - Method in record class ch.so.agi.gretl.internal.duckdb.PostgresExportSpec
-
Returns a string representation of this record class.
- toString() - Method in record class ch.so.agi.gretl.internal.duckdb.PostgresJdbcUrl
-
Returns a string representation of this record class.
- toString() - Method in record class ch.so.agi.gretl.internal.duckdb.PostgresSourceSpec
-
Returns a string representation of this record class.
- toString() - Method in record class ch.so.agi.gretl.internal.duckdb.PostgresTableSpec
-
Returns a string representation of this record class.
- toString() - Method in record class ch.so.agi.gretl.internal.duckdb.PostgresTargetSpec
-
Returns a string representation of this record class.
- toString() - Method in record class ch.so.agi.gretl.internal.sql.DatabaseSpec
-
Returns a string representation of this record class.
- toString() - Method in record class ch.so.agi.gretl.internal.sql.SqlExecutionRequest
-
Returns a string representation of this record class.
- toString() - Method in record class ch.so.agi.gretl.internal.xslt.XsltRequest
-
Returns a string representation of this record class.
- transfer(Object, String, boolean, String...) - Method in class ch.so.agi.gretl.tasks.Db2Db
- transfer(Action<Db2Db.TransferConfig>) - Method in class ch.so.agi.gretl.tasks.Db2Db
- TransferConfig() - Constructor for class ch.so.agi.gretl.tasks.Db2Db.TransferConfig
- transferFiles(Object...) - Method in class ch.so.agi.gretl.tasks.AbstractIli2DbTransferTask
- transfers() - Method in record class ch.so.agi.gretl.internal.db2db.DbTransferRequest
-
Returns the value of the
transfersrecord component. - transform() - Method in class ch.so.agi.gretl.tasks.XslTransformer
- TRUNCATE - Enum constant in enum class ch.so.agi.gretl.internal.duckdb.PostgresWriteMode
- type() - Method in record class ch.so.agi.gretl.internal.duckdb.GeometryOverrideSpec
-
Returns the value of the
typerecord component. - TYPE_COLUMN_MISMATCH - Static variable in exception ch.so.agi.gretl.util.GretlException
- TYPE_FILE_NOT_READABLE - Static variable in exception ch.so.agi.gretl.util.GretlException
- TYPE_FILE_WITH_BOM - Static variable in exception ch.so.agi.gretl.util.GretlException
- TYPE_MISSING_FILE_EXTENSION - Static variable in exception ch.so.agi.gretl.util.GretlException
- TYPE_NO_DB - Static variable in exception ch.so.agi.gretl.util.GretlException
- TYPE_NO_FILE - Static variable in exception ch.so.agi.gretl.util.GretlException
- TYPE_NO_STATEMENT - Static variable in exception ch.so.agi.gretl.util.GretlException
- TYPE_WRONG_EXTENSION - Static variable in exception ch.so.agi.gretl.util.GretlException
U
- username() - Method in record class ch.so.agi.gretl.internal.sql.DatabaseSpec
-
Returns the value of the
usernamerecord component.
V
- validate(CsvValidator) - Method in class ch.so.agi.gretl.internal.interlis.ValidatorExecutionSupport
- validate(IliValidator) - Method in class ch.so.agi.gretl.internal.interlis.ValidatorExecutionSupport
- validateTask() - Method in class ch.so.agi.gretl.tasks.CsvValidator
- validateTask() - Method in class ch.so.agi.gretl.tasks.IliValidator
- ValidatorExecutionSupport - Class in ch.so.agi.gretl.internal.interlis
- ValidatorExecutionSupport() - Constructor for class ch.so.agi.gretl.internal.interlis.ValidatorExecutionSupport
- valueExpression(String) - Method in record class ch.so.agi.gretl.internal.db2db.DbTransferSpec
- valueOf(String) - Static method in enum class ch.so.agi.gretl.internal.duckdb.DuckDbMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class ch.so.agi.gretl.internal.duckdb.PostgresWriteMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class ch.so.agi.gretl.internal.duckdb.PostgresWritePath
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class ch.so.agi.gretl.internal.duckdb.DuckDbMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class ch.so.agi.gretl.internal.duckdb.PostgresWriteMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class ch.so.agi.gretl.internal.duckdb.PostgresWritePath
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VIEW - Enum constant in enum class ch.so.agi.gretl.internal.duckdb.DuckDbMode
W
- writePath() - Method in record class ch.so.agi.gretl.internal.duckdb.PostgresExportSpec
-
Returns the value of the
writePathrecord component.
X
- xmlFiles() - Method in record class ch.so.agi.gretl.internal.xslt.XsltRequest
-
Returns the value of the
xmlFilesrecord component. - xmlFiles(Object...) - Method in class ch.so.agi.gretl.tasks.XslTransformer
- xslFile() - Method in record class ch.so.agi.gretl.internal.xslt.XsltRequest
-
Returns the value of the
xslFilerecord component. - xslFile(Object) - Method in class ch.so.agi.gretl.tasks.XslTransformer
- xslResource() - Method in record class ch.so.agi.gretl.internal.xslt.XsltRequest
-
Returns the value of the
xslResourcerecord component. - xslResource(String) - Method in class ch.so.agi.gretl.tasks.XslTransformer
- XsltEngine - Class in ch.so.agi.gretl.internal.xslt
- XsltEngine() - Constructor for class ch.so.agi.gretl.internal.xslt.XsltEngine
- XslTransformer - Class in ch.so.agi.gretl.tasks
- XslTransformer() - Constructor for class ch.so.agi.gretl.tasks.XslTransformer
- XsltRequest - Record Class in ch.so.agi.gretl.internal.xslt
- XsltRequest(String, Path, String, List<Path>, Path, String) - Constructor for record class ch.so.agi.gretl.internal.xslt.XsltRequest
-
Creates an instance of a
XsltRequestrecord class. - xtfLogFile(Object) - Method in class ch.so.agi.gretl.tasks.AbstractInterlisValidatorTask
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form