initQuery

@JvmName(name = "sfpcggklbahgkfav")
suspend fun initQuery(value: Output<String>)
@JvmName(name = "jjghrrwdpowhidpv")
suspend fun initQuery(value: String?)

Parameters

value

One or more SQL statements for the proxy to run when opening each new database connection. Typically used with SET statements to make sure that each connection has identical settings such as time zone and character set. This setting is empty by default. For multiple statements, use semicolons as the separator. You can also include multiple variables in a single SET statement, such as SET x=1, y=2.