Uses of Interface
org.apache.wayang.jdbc.operators.JdbcExecutionOperator
Packages that use JdbcExecutionOperator
Package
Description
-
Uses of JdbcExecutionOperator in org.apache.wayang.genericjdbc.operators
Subinterfaces of JdbcExecutionOperator in org.apache.wayang.genericjdbc.operatorsClasses in org.apache.wayang.genericjdbc.operators that implement JdbcExecutionOperatorModifier and TypeClassDescriptionclass
GenericJdbc implementation of theFilterOperator
.class
GenericJdbc implementation of theFilterOperator
.class
-
Uses of JdbcExecutionOperator in org.apache.wayang.jdbc.operators
Classes in org.apache.wayang.jdbc.operators that implement JdbcExecutionOperatorModifier and TypeClassDescriptionclass
Template for JDBC-basedFilterOperator
.class
JdbcJoinOperator<KeyType>
PostgreSQL implementation for theJoinOperator
.class
Projects the fields ofRecord
s.class
PostgreSQL implementation for theTableSource
. -
Uses of JdbcExecutionOperator in org.apache.wayang.postgres.operators
Subinterfaces of JdbcExecutionOperator in org.apache.wayang.postgres.operatorsClasses in org.apache.wayang.postgres.operators that implement JdbcExecutionOperatorModifier and TypeClassDescriptionclass
PostgreSQL implementation of theFilterOperator
.class
PostgresJoinOperator<KeyType>
PostgreSQL implementation of theJoinOperator
.class
PostgreSQL implementation of theFilterOperator
.class
PostgreSQL implementation for theTableSource
. -
Uses of JdbcExecutionOperator in org.apache.wayang.sqlite3.operators
Classes in org.apache.wayang.sqlite3.operators that implement JdbcExecutionOperatorModifier and TypeClassDescriptionclass
Implementation of theFilterOperator
for theSqlite3Platform
.class
Implementation of theJdbcProjectionOperator
for theSqlite3Platform
.class
Implementation of theTableSource
for theSqlite3Platform
.