Uses of Interface
org.apache.wayang.jdbc.operators.JdbcExecutionOperator
-
Packages that use JdbcExecutionOperator Package Description org.apache.wayang.genericjdbc.operators org.apache.wayang.jdbc.operators org.apache.wayang.postgres.operators org.apache.wayang.sqlite3.operators -
-
Uses of JdbcExecutionOperator in org.apache.wayang.genericjdbc.operators
Subinterfaces of JdbcExecutionOperator in org.apache.wayang.genericjdbc.operators Modifier and Type Interface Description interface
GenericJdbcExecutionOperator
Classes in org.apache.wayang.genericjdbc.operators that implement JdbcExecutionOperator Modifier and Type Class Description class
GenericJdbcFilterOperator
GenericJdbc implementation of theFilterOperator
.class
GenericJdbcProjectionOperator
GenericJdbc implementation of theFilterOperator
.class
GenericJdbcTableSource
-
Uses of JdbcExecutionOperator in org.apache.wayang.jdbc.operators
Classes in org.apache.wayang.jdbc.operators that implement JdbcExecutionOperator Modifier and Type Class Description class
JdbcFilterOperator
Template for JDBC-basedFilterOperator
.class
JdbcJoinOperator<KeyType>
PostgreSQL implementation for theJoinOperator
.class
JdbcProjectionOperator
Projects the fields ofRecord
s.class
JdbcTableSource
PostgreSQL implementation for theTableSource
. -
Uses of JdbcExecutionOperator in org.apache.wayang.postgres.operators
Subinterfaces of JdbcExecutionOperator in org.apache.wayang.postgres.operators Modifier and Type Interface Description interface
PostgresExecutionOperator
Classes in org.apache.wayang.postgres.operators that implement JdbcExecutionOperator Modifier and Type Class Description class
PostgresFilterOperator
PostgreSQL implementation of theFilterOperator
.class
PostgresJoinOperator<KeyType>
PostgreSQL implementation of theJoinOperator
.class
PostgresProjectionOperator
PostgreSQL implementation of theFilterOperator
.class
PostgresTableSource
PostgreSQL implementation for theTableSource
. -
Uses of JdbcExecutionOperator in org.apache.wayang.sqlite3.operators
Classes in org.apache.wayang.sqlite3.operators that implement JdbcExecutionOperator Modifier and Type Class Description class
Sqlite3FilterOperator
Implementation of theFilterOperator
for theSqlite3Platform
.class
Sqlite3ProjectionOperator
Implementation of theJdbcProjectionOperator
for theSqlite3Platform
.class
Sqlite3TableSource
Implementation of theTableSource
for theSqlite3Platform
.
-