MySQL Shell API 9.0.1
Unified development interface for MySQL Products
|
This is the complete list of members for Session, including all inherited members.
close() | Session | |
commit() | Session | |
connection_id | Session | |
create_schema(str name) | Session | |
current_schema | Session | |
default_schema | Session | |
drop_schema(str name) | Session | |
get_connection_id() | Session | |
get_current_schema() | Session | |
get_default_schema() | Session | |
get_schema(str name) | Session | |
get_schemas() | Session | |
get_ssh_uri() | Session | |
get_uri() | Session | |
is_open() | Session | |
quote_name(str id) | Session | |
release_savepoint(str name) | Session | |
rollback() | Session | |
rollback_to(str name) | Session | |
run_sql(str query, list args) | Session | |
set_current_schema(str name) | Session | |
set_fetch_warnings(bool enable) | Session | |
set_savepoint(str name="") | Session | |
sql(str sql) | Session | |
ssh_uri | Session | |
start_transaction() | Session | |
uri | Session |