Skip to content

com.github.manosbatsis.corda.testacles.containers.config.database / DatabaseConnectionProperties

DatabaseConnectionProperties

interface DatabaseConnectionProperties :ConfigObjectData

Properties

Name Summary
dataSource abstract val dataSource:DataSource
dataSourceClassName abstract val dataSourceClassName:String

Functions

Name Summary
asConfigValue open fun asConfigValue(target: Config): ConfigValue
Transform to a ConfigValue for the target key, possibly using any information as needed from the target config
getLocalKey open fun getLocalKey():String
Get the local path fragment this config data corresponds to

Inherited Functions

Name Summary
getActionHint open fun getActionHint(target: Config):ApplyActionType
Look at the target config and suggest what the action for this fragment should be

Inheritors

Name Summary
DataSourceProperties data class DataSourceProperties :DatabaseConnectionProperties
H2DataSourceProperties object H2DataSourceProperties :DatabaseConnectionProperties
JdbcDatabaseContainerDataSourceProperties abstract class JdbcDatabaseContainerDataSourceProperties<C : JdbcDatabaseContainer<*>> :DatabaseConnectionProperties