Hierarchy For Package io.kestra.plugin.jdbc.oracle

Class Hierarchy

  • java.lang.Object
    • io.kestra.plugin.jdbc.AbstractCellConverter
    • io.kestra.core.models.triggers.AbstractTrigger (implements io.kestra.core.models.triggers.TriggerInterface)
      • io.kestra.plugin.jdbc.AbstractJdbcTrigger (implements io.kestra.plugin.jdbc.JdbcQueryInterface, io.kestra.core.models.triggers.PollingTriggerInterface, io.kestra.core.models.triggers.TriggerOutput<T>)
        • io.kestra.plugin.jdbc.oracle.Trigger
    • io.kestra.core.models.tasks.Task (implements io.kestra.core.models.tasks.TaskInterface)
      • io.kestra.plugin.jdbc.AbstractJdbcBaseQuery (implements io.kestra.plugin.jdbc.JdbcQueryInterface)
        • io.kestra.plugin.jdbc.AbstractJdbcQueries (implements io.kestra.plugin.jdbc.JdbcQueriesInterface)
          • io.kestra.plugin.jdbc.oracle.Queries (implements io.kestra.core.models.tasks.RunnableTask<T>)
        • io.kestra.plugin.jdbc.AbstractJdbcQuery
          • io.kestra.plugin.jdbc.oracle.Query (implements io.kestra.plugin.jdbc.AutoCommitInterface, io.kestra.core.models.tasks.RunnableTask<T>)
      • io.kestra.plugin.jdbc.AbstractJdbcBatch (implements io.kestra.plugin.jdbc.JdbcStatementInterface)
        • io.kestra.plugin.jdbc.oracle.Batch (implements io.kestra.core.models.tasks.RunnableTask<T>)