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):ApplyActionTypeLook at the target config and suggest what the action for this fragment should be |
Inherited Functions¶
| Name | Summary |
|---|---|
| asConfigValue | open fun asConfigValue(target: Config): ConfigValueTransform to a ConfigValue for the target key, possibly using any information as needed from the target config |
| getLocalKey | open fun getLocalKey():StringGet the local path fragment this config data corresponds to |