Class MariaDbJdbcResource

java.lang.Object
org.apache.camel.quarkus.test.support.jdbc.BaseCamelJdbcResource
org.apache.camel.quarkus.component.jdbc.mariadb.MariaDbJdbcResource

@Path("/test/mariadb") @ApplicationScoped public class MariaDbJdbcResource extends org.apache.camel.quarkus.test.support.jdbc.BaseCamelJdbcResource
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) org.apache.camel.CamelContext
     
    (package private) String
     
    (package private) io.agroal.api.AgroalDataSource
     
    (package private) org.apache.camel.ProducerTemplate
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    (package private) void
     

    Methods inherited from class org.apache.camel.quarkus.test.support.jdbc.BaseCamelJdbcResource

    executeStatement, generatedKeysRows, getSpeciesById, getSpeciesByIdWithDefinedType, getSpeciesByIdWithSelectList, headersAsParameters, headersAsParametersMap, headersFromInsertOrUpdate, headersFromSelect, initialize, intervalPolling, moveBetweenDatasources

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • mysqlDataSource

      @Inject @DataSource("mariadb") io.agroal.api.AgroalDataSource mysqlDataSource
    • template

      @Inject org.apache.camel.ProducerTemplate template
    • context

      @Inject org.apache.camel.CamelContext context
    • dbKind

      String dbKind
  • Constructor Details

    • MariaDbJdbcResource

      public MariaDbJdbcResource()
  • Method Details