Uses of Class
com.oracle.spring.testcontainers.OrdsContainer
Packages that use OrdsContainer
-
Uses of OrdsContainer in com.oracle.spring.testcontainers
Subclasses with type arguments of type OrdsContainer in com.oracle.spring.testcontainersModifier and TypeClassDescriptionclassTestcontainers implementation for Oracle REST Data Services (ORDS).Methods in com.oracle.spring.testcontainers that return OrdsContainerModifier and TypeMethodDescriptionOrdsContainer.withDatabaseConnectionString(String connectionString) Configures the JDBC connection string ORDS uses to install and connect.OrdsContainer.withOraclePassword(String oraclePassword) Configures the Oracle AI Database administrator password used by ORDS.OrdsContainer.withSchema(String username, String password, String connectDescriptor) Registers a database schema to enable after ORDS starts.