- java.lang.Object
-
- de.xab.porter.api.dataconnection.DataConnection
-
- de.xab.porter.api.dataconnection.SinkConnection
-
public final class SinkConnection extends DataConnection
connection message of sink datasource, inner classSinkConnection.Propertiesdescribe the behavior how sink table was handled.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSinkConnection.Builderbuilderstatic classSinkConnection.Environmentsstatic classSinkConnection.Propertiesproperties inner class-
Nested classes/interfaces inherited from class de.xab.porter.api.dataconnection.DataConnection
DataConnection.AbstractBuilder<T extends DataConnection>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SinkConnection.EnvironmentsgetEnvironments()SinkConnection.PropertiesgetProperties()-
Methods inherited from class de.xab.porter.api.dataconnection.DataConnection
getCatalog, getConnectorType, getPassword, getSchema, getTable, getType, getUrl, getUsername, setCatalog, setConnectorType, setPassword, setSchema, setTable, setType, setUrl, setUsername
-
-
-
-
Method Detail
-
getProperties
public SinkConnection.Properties getProperties()
-
getEnvironments
public SinkConnection.Environments getEnvironments()
-
-