Package org.apache.spark.sql.jdbc
Class MySQLDialect.MySQLSQLQueryBuilder
Object
org.apache.spark.sql.jdbc.JdbcSQLQueryBuilder
org.apache.spark.sql.jdbc.MySQLDialect.MySQLSQLQueryBuilder
- Enclosing class:
- MySQLDialect
- 
Constructor SummaryConstructorsConstructorDescriptionMySQLSQLQueryBuilder(JdbcDialect dialect, org.apache.spark.sql.execution.datasources.jdbc.JDBCOptions options) 
- 
Method SummaryMethods inherited from class org.apache.spark.sql.jdbc.JdbcSQLQueryBuilderwithAliasedColumns, withColumns, withGroupByColumns, withJoin, withLimit, withOffset, withPredicates, withSortOrders, withTableSample
- 
Constructor Details- 
MySQLSQLQueryBuilderpublic MySQLSQLQueryBuilder(JdbcDialect dialect, org.apache.spark.sql.execution.datasources.jdbc.JDBCOptions options) 
 
- 
- 
Method Details- 
buildDescription copied from class:JdbcSQLQueryBuilderBuild the final SQL query that following dialect's SQL syntax.- Overrides:
- buildin class- JdbcSQLQueryBuilder
- Returns:
- (undocumented)
 
 
-