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