Package io.deephaven.importers.jdbc
Class JdbcImportOptions
java.lang.Object
io.deephaven.importers.jdbc.JdbcImportOptions
Defines options for a specific JDBC import request so that they can be sent to a persistent query.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceBuilder for creating instances ofJdbcImportOptions. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic JdbcImportOptions.Builderbuilder()Creates a builder forJdbcImportOptions.catalog()Get the catalog.Get the destination directory.Get the destination partitions.driver()Get the driver.abstract StringGet the import source from the schema.Get the intraday partition column.abstract StringGet the namespace to import data into.Get theImportOutputMode.Get the partition formula.Get the partition substitution.password()Get the encrypted password.abstract Stringquery()Get the query.abstract Optional<SchemaService>Get the schema service.booleanstrict()Get the strict value.abstract StringGet the table name to import into.abstract Stringuri()Get the URI.user()Get the user.
-
Constructor Details
-
JdbcImportOptions
public JdbcImportOptions()
-
-
Method Details
-
builder
Creates a builder forJdbcImportOptions.- Returns:
- the new builder
-
namespace
Get the namespace to import data into.- Returns:
- the namespace
-
tableName
Get the table name to import into.- Returns:
- the table name
-
intradayPartitionColumn
Get the intraday partition column.- Returns:
- the intraday partition column
-
partitionFormula
Get the partition formula.- Returns:
- the partition formula
-
importSource
Get the import source from the schema.- Returns:
- the import source
-
outputMode
Get theImportOutputMode.- Returns:
- the output mode
-
strict
@Default public boolean strict()Get the strict value.- Returns:
- the strict value
-
partitionSubstitution
Get the partition substitution.- Returns:
- the partition substitution
-
driver
Get the driver.- Returns:
- the driver
-
uri
Get the URI.- Returns:
- the URI
-
user
Get the user.- Returns:
- the user
-
password
Get the encrypted password.- Returns:
- the encrypted password
-
catalog
Get the catalog.- Returns:
- the catalog
-
query
Get the query.- Returns:
- the query
-
destinationPartitions
Get the destination partitions.- Returns:
- the destination partitions
-
destinationDirectory
Get the destination directory.- Returns:
- the destination directory
-
schemaService
Get the schema service.- Returns:
- the schema service
-