createSession

@JvmName(name = "rwrpaogmhyubohvn")
suspend fun createSession(value: Output<Boolean>)
@JvmName(name = "ipvpurgxhjwjofln")
suspend fun createSession(value: Boolean?)

Parameters

value

If true, creates a new session, where session id will be a server generated random id. If false, runs query with an existing session_id passed in ConnectionProperty, otherwise runs query in non-session mode.