public static class MsSqlServerDialect.MsSqlServerSQLQueryBuilder extends JdbcSQLQueryBuilder
| Constructor and Description | 
|---|
| MsSqlServerSQLQueryBuilder(JdbcDialect dialect,
                          org.apache.spark.sql.execution.datasources.jdbc.JDBCOptions options) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | build()Build the final SQL query that following dialect's SQL syntax. | 
withColumns, withGroupByColumns, withLimit, withOffset, withPredicates, withSortOrders, withTableSamplepublic MsSqlServerSQLQueryBuilder(JdbcDialect dialect, org.apache.spark.sql.execution.datasources.jdbc.JDBCOptions options)
public String build()
JdbcSQLQueryBuilderbuild in class JdbcSQLQueryBuilder