Interface MySqlConnectionInterface

All Superinterfaces:
io.kestra.plugin.jdbc.JdbcConnectionInterface
All Known Implementing Classes:
Batch, Queries, Query, Trigger

public interface MySqlConnectionInterface extends io.kestra.plugin.jdbc.JdbcConnectionInterface
  • Method Summary

    Modifier and Type
    Method
    Description
    default Properties
    createMysqlProperties(Properties props, Path workingDirectory, boolean isMultiQuery)
     
    default String
     

    Methods inherited from interface io.kestra.plugin.jdbc.JdbcConnectionInterface

    connection, connectionProperties, connectionProperties, getPassword, getUrl, getUsername, registerDriver, validateUrl
  • Method Details

    • getScheme

      default String getScheme()
      Specified by:
      getScheme in interface io.kestra.plugin.jdbc.JdbcConnectionInterface
    • createMysqlProperties

      default Properties createMysqlProperties(Properties props, Path workingDirectory, boolean isMultiQuery)