Package io.kestra.plugin.jdbc.mysql
Interface MySqlConnectionInterface
- All Superinterfaces:
io.kestra.plugin.jdbc.JdbcConnectionInterface
public interface MySqlConnectionInterface
extends io.kestra.plugin.jdbc.JdbcConnectionInterface
-
Method Summary
Modifier and TypeMethodDescriptiondefault PropertiescreateMysqlProperties(Properties props, Path workingDirectory, boolean isMultiQuery) default StringMethods inherited from interface io.kestra.plugin.jdbc.JdbcConnectionInterface
connection, connectionProperties, connectionProperties, getPassword, getUrl, getUsername, registerDriver, validateUrl
-
Method Details
-
getScheme
- Specified by:
getSchemein interfaceio.kestra.plugin.jdbc.JdbcConnectionInterface
-
createMysqlProperties
default Properties createMysqlProperties(Properties props, Path workingDirectory, boolean isMultiQuery)
-