primaryKeys

@JvmName(name = "txhcvbhavotgeipa")
suspend fun primaryKeys(value: Output<List<String>>)
@JvmName(name = "fgwmosqlrutnhmsy")
suspend fun primaryKeys(value: List<String>?)

Parameters

value

A list of primary keys for index, referenced from Table's primary keys or predefined columns.


@JvmName(name = "wvhnmhtvltjpcoyj")
suspend fun primaryKeys(vararg values: Output<String>)


@JvmName(name = "wyruffwtquyuoofm")
suspend fun primaryKeys(values: List<Output<String>>)
@JvmName(name = "bbpwwhsvivtppnrv")
suspend fun primaryKeys(vararg values: String)

Parameters

values

A list of primary keys for index, referenced from Table's primary keys or predefined columns.