文件名称: database-commons-1.20.4.jar中文-英文对照文档.zip
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>database-commons</artifactId>
<version>1.20.4</version>
</dependency>Gradle:
implementation group: 'org.testcontainers', name: 'database-commons', version: '1.20.4'
Gradle (Short):
implementation 'org.testcontainers:database-commons:1.20.4'
Gradle (Kotlin):
implementation("org.testcontainers:database-commons:1.20.4")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
org.testcontainers.delegate
org.testcontainers.exception
org.testcontainers.extorg.testcontainers.delegate.AbstractDatabaseDelegate
org.testcontainers.delegate.DatabaseDelegate
org.testcontainers.exception.ConnectionCreationException
org.testcontainers.ext.ScriptUtils
org.testcontainers.ext.ScriptUtils.ScriptLoadException
org.testcontainers.ext.ScriptUtils.ScriptParseException
org.testcontainers.ext.ScriptUtils.ScriptStatementFailedException
org.testcontainers.ext.ScriptUtils.UncategorizedScriptException