ddls

@JvmName(name = "qwrbearidlcsbfeb")
suspend fun ddls(value: Output<List<String>>)
@JvmName(name = "vustargjmghhnxkl")
suspend fun ddls(value: List<String>?)

Parameters

value

An optional list of DDL statements to run inside the newly created database. Statements can create tables, indexes, etc. These statements execute atomically with the creation of the database: if there is an error in any statement, the database is not created.


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


@JvmName(name = "fhhckqxarfdwkadn")
suspend fun ddls(values: List<Output<String>>)
@JvmName(name = "odlhwlqditsqwnqo")
suspend fun ddls(vararg values: String)

Parameters

values

An optional list of DDL statements to run inside the newly created database. Statements can create tables, indexes, etc. These statements execute atomically with the creation of the database: if there is an error in any statement, the database is not created.