resolveAll

open fun resolveAll(dataSource: DataSource, values: Array<String>): List<String>

Resolves the placeholders in the given values, replacing them with the platform derived from the DatabaseDriver of the given dataSource.

Return

the values with their placeholders resolved

Parameters

dataSource

the DataSource from which the DatabaseDriver is derived

values

the values in which placeholders are resolved


open fun resolveAll(platform: String, values: Array<String>): List<String>

Resolves the placeholders in the given values, replacing them with the given platform.

Return

the values with their placeholders resolved

Since

2.6.2

Parameters

platform

the platform to use

values

the values in which placeholders are resolved