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 interfaceGenericJdbcExecutionOperatorClasses in org.apache.wayang.genericjdbc.operators that implement JdbcExecutionOperator Modifier and Type Class Description classGenericJdbcFilterOperatorGenericJdbc implementation of theFilterOperator.classGenericJdbcProjectionOperatorGenericJdbc implementation of theFilterOperator.classGenericJdbcTableSource -
Uses of JdbcExecutionOperator in org.apache.wayang.jdbc.operators
Classes in org.apache.wayang.jdbc.operators that implement JdbcExecutionOperator Modifier and Type Class Description classJdbcFilterOperatorTemplate for JDBC-basedFilterOperator.classJdbcJoinOperator<KeyType>PostgreSQL implementation for theJoinOperator.classJdbcProjectionOperatorProjects the fields ofRecords.classJdbcTableSourcePostgreSQL 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 interfacePostgresExecutionOperatorClasses in org.apache.wayang.postgres.operators that implement JdbcExecutionOperator Modifier and Type Class Description classPostgresFilterOperatorPostgreSQL implementation of theFilterOperator.classPostgresJoinOperator<KeyType>PostgreSQL implementation of theJoinOperator.classPostgresProjectionOperatorPostgreSQL implementation of theFilterOperator.classPostgresTableSourcePostgreSQL 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 classSqlite3FilterOperatorImplementation of theFilterOperatorfor theSqlite3Platform.classSqlite3ProjectionOperatorImplementation of theJdbcProjectionOperatorfor theSqlite3Platform.classSqlite3TableSourceImplementation of theTableSourcefor theSqlite3Platform.
-