public static class MySQLDialect.MySQLSQLQueryBuilder extends JdbcSQLQueryBuilder
Constructor and Description |
---|
MySQLSQLQueryBuilder(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, withTableSample
public MySQLSQLQueryBuilder(JdbcDialect dialect, org.apache.spark.sql.execution.datasources.jdbc.JDBCOptions options)
public String build()
JdbcSQLQueryBuilder
build
in class JdbcSQLQueryBuilder