Interface PinotConnectionInterface

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

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

    Modifier and Type
    Method
    Description
    default String
     

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

    connection, connectionProperties, connectionProperties, getConnectionPooling, getConnectionPoolSize, getPassword, getUrl, getUsername, registerDriver, usesConnectionPool, validateUrl
  • Method Details

    • getScheme

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