Class OracleJdbcResource

java.lang.Object
org.apache.camel.quarkus.test.support.jdbc.BaseCamelJdbcResource
org.apache.camel.quarkus.component.jdbc.oracle.OracleJdbcResource

@Path("/test/oracle") @ApplicationScoped public class OracleJdbcResource 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

    • oracleDataSource

      @Inject @DataSource("oracle") io.agroal.api.AgroalDataSource oracleDataSource
    • template

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

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

      String dbKind
  • Constructor Details

    • OracleJdbcResource

      public OracleJdbcResource()
  • Method Details