createSession property
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.
Implementation
core.bool? createSession;