Uses of Class
org.apache.wayang.genericjdbc.platform.GenericJdbcPlatform
Packages that use GenericJdbcPlatform
Package
Description
-
Uses of GenericJdbcPlatform in org.apache.wayang.genericjdbc
Methods in org.apache.wayang.genericjdbc that return GenericJdbcPlatformModifier and TypeMethodDescriptionstatic 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 -
Uses of GenericJdbcPlatform in org.apache.wayang.genericjdbc.operators
Methods in org.apache.wayang.genericjdbc.operators that return GenericJdbcPlatformModifier and TypeMethodDescriptiondefault GenericJdbcPlatform
GenericJdbcExecutionOperator.getPlatform()
Constructors in org.apache.wayang.genericjdbc.operators with parameters of type GenericJdbcPlatformModifierConstructorDescriptionGenericSqlToStreamOperator
(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