- java.lang.Object
-
- de.xab.porter.api.dataconnection.DataConnection
-
- de.xab.porter.api.dataconnection.SrcConnection
-
public final class SrcConnection extends DataConnection
connection message of source datasource, inner classSrcConnection.Propertiesdescribe the behavior how data was read from source table.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSrcConnection.Builderbuilderstatic classSrcConnection.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 SrcConnection.PropertiesgetProperties()java.lang.StringgetSql()-
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 SrcConnection.Properties getProperties()
-
getSql
public java.lang.String getSql()
-
-