| Modifier and Type | Method and Description |
|---|---|
static MysqlImportService |
MysqlImportService.builder() |
MysqlImportService |
MysqlImportService.setDatabase(String database) |
MysqlImportService |
MysqlImportService.setDeleteExisting(boolean deleteExisting) |
MysqlImportService |
MysqlImportService.setDropExisting(boolean dropExistingTable) |
MysqlImportService |
MysqlImportService.setJdbcConnString(String jdbcConnString) |
MysqlImportService |
MysqlImportService.setJdbcDriver(String jdbcDriver) |
MysqlImportService |
MysqlImportService.setPassword(String password) |
MysqlImportService |
MysqlImportService.setSqlString(String sqlString) |
MysqlImportService |
MysqlImportService.setUsername(String username) |
Copyright © 2018. All rights reserved.