Uses of Class
org.apache.wayang.jdbc.operators.JdbcTableSource
-
Packages that use JdbcTableSource Package Description org.apache.wayang.genericjdbc.operators org.apache.wayang.jdbc.operators org.apache.wayang.postgres.operators org.apache.wayang.sqlite3.operators -
-
Uses of JdbcTableSource in org.apache.wayang.genericjdbc.operators
Subclasses of JdbcTableSource in org.apache.wayang.genericjdbc.operators Modifier and Type Class Description class
GenericJdbcTableSource
-
Uses of JdbcTableSource in org.apache.wayang.jdbc.operators
Constructors in org.apache.wayang.jdbc.operators with parameters of type JdbcTableSource Constructor Description JdbcTableSource(JdbcTableSource that)
Copies an instance (exclusive of broadcasts). -
Uses of JdbcTableSource in org.apache.wayang.postgres.operators
Subclasses of JdbcTableSource in org.apache.wayang.postgres.operators Modifier and Type Class Description class
PostgresTableSource
PostgreSQL implementation for theTableSource
.Constructors in org.apache.wayang.postgres.operators with parameters of type JdbcTableSource Constructor Description PostgresTableSource(JdbcTableSource that)
Copies an instance (exclusive of broadcasts). -
Uses of JdbcTableSource in org.apache.wayang.sqlite3.operators
Subclasses of JdbcTableSource in org.apache.wayang.sqlite3.operators Modifier and Type Class Description class
Sqlite3TableSource
Implementation of theTableSource
for theSqlite3Platform
.
-