Package org.apache.spark.sql.jdbc
Class DB2Dialect.DB2SQLQueryBuilder
Object
org.apache.spark.sql.jdbc.JdbcSQLQueryBuilder
org.apache.spark.sql.jdbc.DB2Dialect.DB2SQLQueryBuilder
- Enclosing class:
- DB2Dialect
-
Constructor Summary
ConstructorDescriptionDB2SQLQueryBuilder
(JdbcDialect dialect, org.apache.spark.sql.execution.datasources.jdbc.JDBCOptions options) -
Method Summary
Methods inherited from class org.apache.spark.sql.jdbc.JdbcSQLQueryBuilder
withColumns, withGroupByColumns, withLimit, withOffset, withPredicates, withSortOrders, withTableSample
-
Constructor Details
-
DB2SQLQueryBuilder
public DB2SQLQueryBuilder(JdbcDialect dialect, org.apache.spark.sql.execution.datasources.jdbc.JDBCOptions options)
-
-
Method Details
-
build
Description copied from class:JdbcSQLQueryBuilder
Build the final SQL query that following dialect's SQL syntax.- Overrides:
build
in classJdbcSQLQueryBuilder
- Returns:
- (undocumented)
-