com.github.manosbatsis.corda.testacles.containers.config.database / H2DataSourceProperties
H2DataSourceProperties¶
object H2DataSourceProperties :
DatabaseConnectionProperties
Properties¶
Name | Summary |
---|---|
dataSource | val dataSource: DataSource |
dataSourceClassName | val dataSourceClassName: String |
Functions¶
Name | Summary |
---|---|
getActionHint | fun getActionHint(target: Config): ApplyActionType Look at the target config and suggest what the action for this fragment should be |
Inherited 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 |