Interface JdbcExecutionOperator

All Superinterfaces:
ActualOperator, ElementaryOperator, ExecutionOperator, Operator, Serializable
All Known Subinterfaces:
GenericJdbcExecutionOperator, PostgresExecutionOperator
All Known Implementing Classes:
GenericJdbcFilterOperator, GenericJdbcProjectionOperator, GenericJdbcTableSource, JdbcFilterOperator, JdbcJoinOperator, JdbcProjectionOperator, JdbcTableSource, PostgresFilterOperator, PostgresJoinOperator, PostgresProjectionOperator, PostgresTableSource, Sqlite3FilterOperator, Sqlite3ProjectionOperator, Sqlite3TableSource

public interface JdbcExecutionOperator extends ExecutionOperator