- getAutoCommit() - Method in class org.testcontainers.jdbc.ConnectionWrapper
-
- getCatalog() - Method in class org.testcontainers.jdbc.ConnectionWrapper
-
- getClientInfo(String) - Method in class org.testcontainers.jdbc.ConnectionWrapper
-
- getClientInfo() - Method in class org.testcontainers.jdbc.ConnectionWrapper
-
- getDriverClassName() - Method in class org.testcontainers.containers.JdbcDatabaseContainer
-
Get the name of the actual JDBC driver to use
- getHoldability() - Method in class org.testcontainers.jdbc.ConnectionWrapper
-
- getJdbcDriverInstance() - Method in class org.testcontainers.containers.JdbcDatabaseContainer
-
Obtain an instance of the correct JDBC driver for this particular database container type
- getJdbcUrl() - Method in class org.testcontainers.containers.JdbcDatabaseContainer
-
Get a JDBC URL that may be used to connect to the dockerized DB
- getJdbcUrl() - Method in class org.testcontainers.junit.JdbcContainerRule
-
- getLivenessCheckPort() - Method in class org.testcontainers.containers.JdbcDatabaseContainer
-
- getMajorVersion() - Method in class org.testcontainers.jdbc.ContainerDatabaseDriver
-
- getMetaData() - Method in class org.testcontainers.jdbc.ConnectionWrapper
-
- getMinorVersion() - Method in class org.testcontainers.jdbc.ContainerDatabaseDriver
-
- getName() - Method in class org.testcontainers.containers.JdbcDatabaseContainer
-
Get the name of the database type, to be matched against the DB type part of the JDBC query string (i.e.
- getNetworkTimeout() - Method in class org.testcontainers.jdbc.ConnectionWrapper
-
- getParentLogger() - Method in class org.testcontainers.jdbc.ContainerDatabaseDriver
-
- getPassword() - Method in class org.testcontainers.containers.JdbcDatabaseContainer
-
Get the standard password that should be used for connections
- getPassword() - Method in class org.testcontainers.junit.JdbcContainerRule
-
- getPropertyInfo(String, Properties) - Method in class org.testcontainers.jdbc.ContainerDatabaseDriver
-
- getSchema() - Method in class org.testcontainers.jdbc.ConnectionWrapper
-
- getTestQueryString() - Method in class org.testcontainers.containers.JdbcDatabaseContainer
-
Get a test query string suitable for testing that this particular database type is alive
- getTransactionIsolation() - Method in class org.testcontainers.jdbc.ConnectionWrapper
-
- getTypeMap() - Method in class org.testcontainers.jdbc.ConnectionWrapper
-
- getUsername() - Method in class org.testcontainers.containers.JdbcDatabaseContainer
-
Get the standard database username that should be used for connections
- getUsername() - Method in class org.testcontainers.junit.JdbcContainerRule
-
- getWarnings() - Method in class org.testcontainers.jdbc.ConnectionWrapper
-