Class JdbcImportRequestSettings
java.lang.Object
com.illumon.iris.db.tables.databases.JdbcImportRequestSettings
Class to hold the settings for a JDBC import request.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JdbcImportRequestSettings
-
-
Method Details
-
getNamespace
-
getTableName
-
getIntradayPartitionColumn
-
getPartitionFormula
-
getImportSource
-
getOutputMode
-
getStrict
public boolean getStrict() -
getPartitionSubstitution
-
getDriver
-
getUri
-
getUser
-
getCatalog
-
getQuery
-
toString
-
toJson
public io.deephaven.shadow.jackson.com.fasterxml.jackson.databind.JsonNode toJson() throws io.deephaven.shadow.jackson.com.fasterxml.jackson.core.JsonProcessingException- Throws:
io.deephaven.shadow.jackson.com.fasterxml.jackson.core.JsonProcessingException
-
fromJson
public static JdbcImportRequestSettings fromJson(io.deephaven.shadow.jackson.com.fasterxml.jackson.databind.JsonNode mergeJsonNode)
-