Package org.apache.spark.sql.jdbc
Class OracleDialect.OracleSQLQueryBuilder
Object
org.apache.spark.sql.jdbc.JdbcSQLQueryBuilder
org.apache.spark.sql.jdbc.OracleDialect.OracleSQLQueryBuilder
- Enclosing class:
- OracleDialect
-
Constructor Summary
ConstructorDescriptionOracleSQLQueryBuilder
(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
-
OracleSQLQueryBuilder
public OracleSQLQueryBuilder(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)
-