Uses of Class
org.apache.wayang.genericjdbc.platform.GenericJdbcPlatform
-
Packages that use GenericJdbcPlatform Package Description org.apache.wayang.genericjdbc org.apache.wayang.genericjdbc.execution org.apache.wayang.genericjdbc.operators org.apache.wayang.genericjdbc.platform -
-
Uses of GenericJdbcPlatform in org.apache.wayang.genericjdbc
Methods in org.apache.wayang.genericjdbc that return GenericJdbcPlatform Modifier and Type Method Description static GenericJdbcPlatform
GenericJdbc. platform()
Retrieve theGenericJdbcPlatform
. -
Uses of GenericJdbcPlatform in org.apache.wayang.genericjdbc.execution
Constructors in org.apache.wayang.genericjdbc.execution with parameters of type GenericJdbcPlatform Constructor Description GenericJdbcExecutor(GenericJdbcPlatform platform, Job job)
-
Uses of GenericJdbcPlatform in org.apache.wayang.genericjdbc.operators
Methods in org.apache.wayang.genericjdbc.operators that return GenericJdbcPlatform Modifier and Type Method Description default GenericJdbcPlatform
GenericJdbcExecutionOperator. getPlatform()
Constructors in org.apache.wayang.genericjdbc.operators with parameters of type GenericJdbcPlatform Constructor Description GenericSqlToStreamOperator(GenericJdbcPlatform jdbcPlatform)
Creates a new instance.GenericSqlToStreamOperator(GenericJdbcPlatform jdbcPlatform, DataSetType<Record> dataSetType)
Creates a new instance. -
Uses of GenericJdbcPlatform in org.apache.wayang.genericjdbc.platform
Methods in org.apache.wayang.genericjdbc.platform that return GenericJdbcPlatform Modifier and Type Method Description static GenericJdbcPlatform
GenericJdbcPlatform. getInstance()
-