MySQL Connector/Python X DevAPI Reference
9.1
License
Requirements
Installation
Tutorials
Reference
MySQL Connector/Python X DevAPI Reference
Index
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
K
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
V
|
W
A
add() (mysqlx.AddStatement method)
(mysqlx.Collection method)
add_or_replace_one() (mysqlx.Collection method)
AddStatement (class in mysqlx)
am_i_real() (mysqlx.Collection method)
(mysqlx.Schema method)
(mysqlx.Table method)
(mysqlx.View method)
append_warning() (mysqlx.BufferingResult method)
(mysqlx.Result method)
(mysqlx.RowResult method)
(mysqlx.SqlResult method)
args (mysqlx.DatabaseError attribute)
(mysqlx.DataError attribute)
(mysqlx.Error attribute)
(mysqlx.IntegrityError attribute)
(mysqlx.InterfaceError attribute)
(mysqlx.InternalError attribute)
(mysqlx.NotSupportedError attribute)
(mysqlx.OperationalError attribute)
(mysqlx.PoolError attribute)
(mysqlx.ProgrammingError attribute)
(mysqlx.TimeoutError attribute)
array_append() (mysqlx.ModifyStatement method)
array_insert() (mysqlx.ModifyStatement method)
as_str() (mysqlx.DbDoc method)
B
bind() (mysqlx.DeleteStatement method)
(mysqlx.FilterableStatement method)
(mysqlx.FindStatement method)
(mysqlx.ModifyStatement method)
(mysqlx.ReadStatement method)
(mysqlx.RemoveStatement method)
(mysqlx.SelectStatement method)
(mysqlx.SqlStatement method)
(mysqlx.UpdateStatement method)
BufferingResult (class in mysqlx)
C
change() (mysqlx.ModifyStatement method)
changed (mysqlx.AddStatement property)
(mysqlx.CreateCollectionIndexStatement property)
(mysqlx.DeleteStatement property)
(mysqlx.FilterableStatement property)
(mysqlx.FindStatement property)
(mysqlx.InsertStatement property)
(mysqlx.ModifyStatement property)
(mysqlx.ReadStatement property)
(mysqlx.RemoveStatement property)
(mysqlx.SelectStatement property)
(mysqlx.SqlStatement property)
(mysqlx.Statement property)
(mysqlx.UpdateStatement property)
(mysqlx.WriteStatement property)
character_set_name (mysqlx.Column property)
Client (class in mysqlx)
close() (mysqlx.Client method)
(mysqlx.Session method)
close_connections() (mysqlx.Session method)
collation_name (mysqlx.Column property)
Collection (class in mysqlx)
Column (class in mysqlx)
column_label (mysqlx.Column property)
column_name (mysqlx.Column property)
columns (mysqlx.RowResult property)
(mysqlx.SqlResult property)
commit() (mysqlx.Session method)
copy() (mysqlx.DbDoc method)
count (mysqlx.BufferingResult property)
(mysqlx.RowResult property)
(mysqlx.SqlResult property)
count() (mysqlx.Collection method)
(mysqlx.Table method)
(mysqlx.View method)
create_collection() (mysqlx.Schema method)
create_index() (mysqlx.Collection method)
create_schema() (mysqlx.Session method)
CreateCollectionIndexStatement (class in mysqlx)
D
DatabaseError (class in mysqlx)
DataError (class in mysqlx)
DbDoc (class in mysqlx)
deallocate_prepare_execute (mysqlx.AddStatement property)
(mysqlx.CreateCollectionIndexStatement property)
(mysqlx.DeleteStatement property)
(mysqlx.FilterableStatement property)
(mysqlx.FindStatement property)
(mysqlx.InsertStatement property)
(mysqlx.ModifyStatement property)
(mysqlx.ReadStatement property)
(mysqlx.RemoveStatement property)
(mysqlx.SelectStatement property)
(mysqlx.SqlStatement property)
(mysqlx.Statement property)
(mysqlx.UpdateStatement property)
(mysqlx.WriteStatement property)
delete() (mysqlx.Table method)
(mysqlx.View method)
DeleteStatement (class in mysqlx)
drop_collection() (mysqlx.Schema method)
drop_index() (mysqlx.Collection method)
drop_schema() (mysqlx.Session method)
E
Error (class in mysqlx)
exec_counter (mysqlx.AddStatement property)
(mysqlx.CreateCollectionIndexStatement property)
(mysqlx.DeleteStatement property)
(mysqlx.FilterableStatement property)
(mysqlx.FindStatement property)
(mysqlx.InsertStatement property)
(mysqlx.ModifyStatement property)
(mysqlx.ReadStatement property)
(mysqlx.RemoveStatement property)
(mysqlx.SelectStatement property)
(mysqlx.SqlStatement property)
(mysqlx.Statement property)
(mysqlx.UpdateStatement property)
(mysqlx.WriteStatement property)
execute() (mysqlx.AddStatement method)
(mysqlx.CreateCollectionIndexStatement method)
(mysqlx.DeleteStatement method)
(mysqlx.FilterableStatement method)
(mysqlx.FindStatement method)
(mysqlx.InsertStatement method)
(mysqlx.ModifyStatement method)
(mysqlx.ReadStatement method)
(mysqlx.RemoveStatement method)
(mysqlx.SelectStatement method)
(mysqlx.SqlStatement method)
(mysqlx.Statement method)
(mysqlx.UpdateStatement method)
(mysqlx.WriteStatement method)
exists_in_database() (mysqlx.Collection method)
(mysqlx.Schema method)
(mysqlx.Table method)
(mysqlx.View method)
expr() (in module mysqlx)
F
fetch_all() (mysqlx.BufferingResult method)
(mysqlx.RowResult method)
(mysqlx.SqlResult method)
fetch_one() (mysqlx.BufferingResult method)
(mysqlx.RowResult method)
(mysqlx.SqlResult method)
fields() (mysqlx.FindStatement method)
FilterableStatement (class in mysqlx)
find() (mysqlx.Collection method)
FindStatement (class in mysqlx)
fractional_digits (mysqlx.Column property)
G
get_affected_items_count() (mysqlx.BufferingResult method)
(mysqlx.Result method)
(mysqlx.RowResult method)
(mysqlx.SqlResult method)
get_autoincrement_value() (mysqlx.Result method)
(mysqlx.SqlResult method)
get_binding_map() (mysqlx.DeleteStatement method)
(mysqlx.FilterableStatement method)
(mysqlx.FindStatement method)
(mysqlx.ModifyStatement method)
(mysqlx.ReadStatement method)
(mysqlx.RemoveStatement method)
(mysqlx.SelectStatement method)
(mysqlx.SqlStatement method)
(mysqlx.UpdateStatement method)
get_bindings() (mysqlx.DeleteStatement method)
(mysqlx.FilterableStatement method)
(mysqlx.FindStatement method)
(mysqlx.ModifyStatement method)
(mysqlx.ReadStatement method)
(mysqlx.RemoveStatement method)
(mysqlx.SelectStatement method)
(mysqlx.SqlStatement method)
(mysqlx.UpdateStatement method)
get_character_set_name() (mysqlx.Column method)
get_client() (in module mysqlx)
get_collation_name() (mysqlx.Column method)
get_collection() (mysqlx.Schema method)
get_collection_as_table() (mysqlx.Schema method)
get_collections() (mysqlx.Schema method)
get_column_label() (mysqlx.Column method)
get_column_name() (mysqlx.Column method)
get_columns() (mysqlx.RowResult method)
(mysqlx.SqlResult method)
get_connection() (mysqlx.Collection method)
(mysqlx.Schema method)
(mysqlx.Session method)
(mysqlx.Table method)
(mysqlx.View method)
get_default_schema() (mysqlx.Session method)
get_document_id() (mysqlx.Result method)
get_fractional_digits() (mysqlx.Column method)
get_generated_ids() (mysqlx.Result method)
get_generated_insert_id() (mysqlx.Result method)
get_grouping() (mysqlx.DeleteStatement method)
(mysqlx.FilterableStatement method)
(mysqlx.FindStatement method)
(mysqlx.ModifyStatement method)
(mysqlx.ReadStatement method)
(mysqlx.RemoveStatement method)
(mysqlx.SelectStatement method)
(mysqlx.UpdateStatement method)
get_having() (mysqlx.DeleteStatement method)
(mysqlx.FilterableStatement method)
(mysqlx.FindStatement method)
(mysqlx.ModifyStatement method)
(mysqlx.ReadStatement method)
(mysqlx.RemoveStatement method)
(mysqlx.SelectStatement method)
(mysqlx.UpdateStatement method)
get_length() (mysqlx.Column method)
get_limit_offset() (mysqlx.DeleteStatement method)
(mysqlx.FilterableStatement method)
(mysqlx.FindStatement method)
(mysqlx.ModifyStatement method)
(mysqlx.ReadStatement method)
(mysqlx.RemoveStatement method)
(mysqlx.SelectStatement method)
(mysqlx.UpdateStatement method)
get_limit_row_count() (mysqlx.DeleteStatement method)
(mysqlx.FilterableStatement method)
(mysqlx.FindStatement method)
(mysqlx.ModifyStatement method)
(mysqlx.ReadStatement method)
(mysqlx.RemoveStatement method)
(mysqlx.SelectStatement method)
(mysqlx.UpdateStatement method)
get_name() (mysqlx.Collection method)
(mysqlx.Schema method)
(mysqlx.Table method)
(mysqlx.View method)
get_one() (mysqlx.Collection method)
get_projection_expr() (mysqlx.DeleteStatement method)
(mysqlx.FilterableStatement method)
(mysqlx.FindStatement method)
(mysqlx.ModifyStatement method)
(mysqlx.ReadStatement method)
(mysqlx.RemoveStatement method)
(mysqlx.SelectStatement method)
(mysqlx.UpdateStatement method)
get_proto_type() (mysqlx.Column method)
get_schema() (mysqlx.Collection method)
(mysqlx.Schema method)
(mysqlx.Session method)
(mysqlx.Table method)
(mysqlx.View method)
get_schema_name() (mysqlx.Column method)
get_schemas() (mysqlx.Session method)
get_session() (in module mysqlx)
(mysqlx.Client method)
(mysqlx.Collection method)
(mysqlx.Schema method)
(mysqlx.Table method)
(mysqlx.View method)
get_sort_expr() (mysqlx.DeleteStatement method)
(mysqlx.FilterableStatement method)
(mysqlx.FindStatement method)
(mysqlx.ModifyStatement method)
(mysqlx.ReadStatement method)
(mysqlx.RemoveStatement method)
(mysqlx.SelectStatement method)
(mysqlx.UpdateStatement method)
get_sql() (mysqlx.SelectStatement method)
get_string() (mysqlx.Row method)
get_table() (mysqlx.Schema method)
get_table_label() (mysqlx.Column method)
get_table_name() (mysqlx.Column method)
get_tables() (mysqlx.Schema method)
get_type() (mysqlx.Column method)
get_update_ops() (mysqlx.ModifyStatement method)
(mysqlx.UpdateStatement method)
get_values() (mysqlx.AddStatement method)
(mysqlx.InsertStatement method)
(mysqlx.WriteStatement method)
get_view() (mysqlx.Schema method)
get_warnings() (mysqlx.BufferingResult method)
(mysqlx.Result method)
(mysqlx.RowResult method)
(mysqlx.SqlResult method)
get_warnings_count() (mysqlx.BufferingResult method)
(mysqlx.Result method)
(mysqlx.RowResult method)
(mysqlx.SqlResult method)
get_where_expr() (mysqlx.DeleteStatement method)
(mysqlx.FilterableStatement method)
(mysqlx.FindStatement method)
(mysqlx.ModifyStatement method)
(mysqlx.ReadStatement method)
(mysqlx.RemoveStatement method)
(mysqlx.SelectStatement method)
(mysqlx.UpdateStatement method)
group_by() (mysqlx.FindStatement method)
(mysqlx.ReadStatement method)
(mysqlx.SelectStatement method)
H
has_data() (mysqlx.SqlResult method)
having() (mysqlx.FindStatement method)
(mysqlx.ReadStatement method)
(mysqlx.SelectStatement method)
I
increment_exec_counter() (mysqlx.AddStatement method)
(mysqlx.CreateCollectionIndexStatement method)
(mysqlx.DeleteStatement method)
(mysqlx.FilterableStatement method)
(mysqlx.FindStatement method)
(mysqlx.InsertStatement method)
(mysqlx.ModifyStatement method)
(mysqlx.ReadStatement method)
(mysqlx.RemoveStatement method)
(mysqlx.SelectStatement method)
(mysqlx.SqlStatement method)
(mysqlx.Statement method)
(mysqlx.UpdateStatement method)
(mysqlx.WriteStatement method)
index_of() (mysqlx.BufferingResult method)
(mysqlx.RowResult method)
(mysqlx.SqlResult method)
insert() (mysqlx.Table method)
(mysqlx.View method)
InsertStatement (class in mysqlx)
IntegrityError (class in mysqlx)
InterfaceError (class in mysqlx)
InternalError (class in mysqlx)
is_bytes() (mysqlx.Column method)
is_doc_based() (mysqlx.AddStatement method)
(mysqlx.CreateCollectionIndexStatement method)
(mysqlx.DeleteStatement method)
(mysqlx.FilterableStatement method)
(mysqlx.FindStatement method)
(mysqlx.InsertStatement method)
(mysqlx.ModifyStatement method)
(mysqlx.ReadStatement method)
(mysqlx.RemoveStatement method)
(mysqlx.SelectStatement method)
(mysqlx.SqlStatement method)
(mysqlx.Statement method)
(mysqlx.UpdateStatement method)
(mysqlx.WriteStatement method)
is_lock_exclusive() (mysqlx.FindStatement method)
(mysqlx.ReadStatement method)
(mysqlx.SelectStatement method)
is_lock_shared() (mysqlx.FindStatement method)
(mysqlx.ReadStatement method)
(mysqlx.SelectStatement method)
is_number_signed() (mysqlx.Column method)
is_open() (mysqlx.Session method)
is_padded() (mysqlx.Column method)
is_upsert() (mysqlx.AddStatement method)
is_view() (mysqlx.Table method)
(mysqlx.View method)
K
keys() (mysqlx.DbDoc method)
L
length (mysqlx.Column property)
limit() (mysqlx.DeleteStatement method)
(mysqlx.FilterableStatement method)
(mysqlx.FindStatement method)
(mysqlx.ModifyStatement method)
(mysqlx.ReadStatement method)
(mysqlx.RemoveStatement method)
(mysqlx.SelectStatement method)
(mysqlx.UpdateStatement method)
lock_contention (mysqlx.FindStatement property)
(mysqlx.ReadStatement property)
(mysqlx.SelectStatement property)
lock_exclusive() (mysqlx.FindStatement method)
(mysqlx.ReadStatement method)
(mysqlx.SelectStatement method)
lock_shared() (mysqlx.FindStatement method)
(mysqlx.ReadStatement method)
(mysqlx.SelectStatement method)
M
modify() (mysqlx.Collection method)
modify_collection() (mysqlx.Schema method)
ModifyStatement (class in mysqlx)
N
name (mysqlx.Collection property)
(mysqlx.Schema property)
(mysqlx.Table property)
(mysqlx.View property)
next_result() (mysqlx.SqlResult method)
NotSupportedError (class in mysqlx)
O
offset() (mysqlx.DeleteStatement method)
(mysqlx.FilterableStatement method)
(mysqlx.FindStatement method)
(mysqlx.ModifyStatement method)
(mysqlx.ReadStatement method)
(mysqlx.RemoveStatement method)
(mysqlx.SelectStatement method)
(mysqlx.UpdateStatement method)
OperationalError (class in mysqlx)
order_by() (mysqlx.DeleteStatement method)
(mysqlx.SelectStatement method)
(mysqlx.UpdateStatement method)
P
patch() (mysqlx.ModifyStatement method)
PoolError (class in mysqlx)
prepared (mysqlx.AddStatement property)
(mysqlx.CreateCollectionIndexStatement property)
(mysqlx.DeleteStatement property)
(mysqlx.FilterableStatement property)
(mysqlx.FindStatement property)
(mysqlx.InsertStatement property)
(mysqlx.ModifyStatement property)
(mysqlx.ReadStatement property)
(mysqlx.RemoveStatement property)
(mysqlx.SelectStatement property)
(mysqlx.SqlStatement property)
(mysqlx.Statement property)
(mysqlx.UpdateStatement property)
(mysqlx.WriteStatement property)
ProgrammingError (class in mysqlx)
R
ReadStatement (class in mysqlx)
release_savepoint() (mysqlx.Session method)
remove() (mysqlx.Collection method)
remove_one() (mysqlx.Collection method)
RemoveStatement (class in mysqlx)
repeated (mysqlx.AddStatement property)
(mysqlx.CreateCollectionIndexStatement property)
(mysqlx.DeleteStatement property)
(mysqlx.FilterableStatement property)
(mysqlx.FindStatement property)
(mysqlx.InsertStatement property)
(mysqlx.ModifyStatement property)
(mysqlx.ReadStatement property)
(mysqlx.RemoveStatement property)
(mysqlx.SelectStatement property)
(mysqlx.SqlStatement property)
(mysqlx.Statement property)
(mysqlx.UpdateStatement property)
(mysqlx.WriteStatement property)
replace_one() (mysqlx.Collection method)
reset_exec_counter() (mysqlx.AddStatement method)
(mysqlx.CreateCollectionIndexStatement method)
(mysqlx.DeleteStatement method)
(mysqlx.FilterableStatement method)
(mysqlx.FindStatement method)
(mysqlx.InsertStatement method)
(mysqlx.ModifyStatement method)
(mysqlx.ReadStatement method)
(mysqlx.RemoveStatement method)
(mysqlx.SelectStatement method)
(mysqlx.SqlStatement method)
(mysqlx.Statement method)
(mysqlx.UpdateStatement method)
(mysqlx.WriteStatement method)
Result (class in mysqlx)
rollback() (mysqlx.Session method)
rollback_to() (mysqlx.Session method)
Row (class in mysqlx)
RowResult (class in mysqlx)
S
Schema (class in mysqlx)
schema (mysqlx.AddStatement property)
(mysqlx.Collection property)
(mysqlx.CreateCollectionIndexStatement property)
(mysqlx.DeleteStatement property)
(mysqlx.FilterableStatement property)
(mysqlx.FindStatement property)
(mysqlx.InsertStatement property)
(mysqlx.ModifyStatement property)
(mysqlx.ReadStatement property)
(mysqlx.RemoveStatement property)
(mysqlx.Schema property)
(mysqlx.SelectStatement property)
(mysqlx.SqlStatement property)
(mysqlx.Statement property)
(mysqlx.Table property)
(mysqlx.UpdateStatement property)
(mysqlx.View property)
(mysqlx.WriteStatement property)
schema_name (mysqlx.Column property)
select() (mysqlx.Table method)
(mysqlx.View method)
SelectStatement (class in mysqlx)
Session (class in mysqlx)
session (mysqlx.Collection property)
(mysqlx.Schema property)
(mysqlx.Table property)
(mysqlx.View property)
set() (mysqlx.ModifyStatement method)
(mysqlx.UpdateStatement method)
set_closed() (mysqlx.BufferingResult method)
(mysqlx.Result method)
(mysqlx.RowResult method)
(mysqlx.SqlResult method)
set_generated_ids() (mysqlx.BufferingResult method)
(mysqlx.Result method)
(mysqlx.RowResult method)
(mysqlx.SqlResult method)
set_generated_insert_id() (mysqlx.BufferingResult method)
(mysqlx.Result method)
(mysqlx.RowResult method)
(mysqlx.SqlResult method)
set_has_data() (mysqlx.BufferingResult method)
(mysqlx.RowResult method)
(mysqlx.SqlResult method)
set_has_more_results() (mysqlx.BufferingResult method)
(mysqlx.RowResult method)
(mysqlx.SqlResult method)
set_rows_affected() (mysqlx.BufferingResult method)
(mysqlx.Result method)
(mysqlx.RowResult method)
(mysqlx.SqlResult method)
set_savepoint() (mysqlx.Session method)
sort() (mysqlx.DeleteStatement method)
(mysqlx.FilterableStatement method)
(mysqlx.FindStatement method)
(mysqlx.ModifyStatement method)
(mysqlx.ReadStatement method)
(mysqlx.RemoveStatement method)
(mysqlx.SelectStatement method)
(mysqlx.UpdateStatement method)
sql (mysqlx.SqlStatement property)
sql() (mysqlx.Session method)
SqlResult (class in mysqlx)
SqlStatement (class in mysqlx)
start_transaction() (mysqlx.Session method)
Statement (class in mysqlx)
stmt_id (mysqlx.AddStatement property)
(mysqlx.CreateCollectionIndexStatement property)
(mysqlx.DeleteStatement property)
(mysqlx.FilterableStatement property)
(mysqlx.FindStatement property)
(mysqlx.InsertStatement property)
(mysqlx.ModifyStatement property)
(mysqlx.ReadStatement property)
(mysqlx.RemoveStatement property)
(mysqlx.SelectStatement property)
(mysqlx.SqlStatement property)
(mysqlx.Statement property)
(mysqlx.UpdateStatement property)
(mysqlx.WriteStatement property)
T
Table (class in mysqlx)
table_label (mysqlx.Column property)
table_name (mysqlx.Column property)
target (mysqlx.AddStatement property)
(mysqlx.CreateCollectionIndexStatement property)
(mysqlx.DeleteStatement property)
(mysqlx.FilterableStatement property)
(mysqlx.FindStatement property)
(mysqlx.InsertStatement property)
(mysqlx.ModifyStatement property)
(mysqlx.ReadStatement property)
(mysqlx.RemoveStatement property)
(mysqlx.SelectStatement property)
(mysqlx.SqlStatement property)
(mysqlx.Statement property)
(mysqlx.UpdateStatement property)
(mysqlx.WriteStatement property)
TimeoutError (class in mysqlx)
type (mysqlx.Column property)
U
unset() (mysqlx.ModifyStatement method)
update() (mysqlx.Table method)
(mysqlx.View method)
UpdateStatement (class in mysqlx)
upsert() (mysqlx.AddStatement method)
use_pure (mysqlx.Session property)
V
values() (mysqlx.InsertStatement method)
View (class in mysqlx)
W
where() (mysqlx.DeleteStatement method)
(mysqlx.FilterableStatement method)
(mysqlx.FindStatement method)
(mysqlx.ModifyStatement method)
(mysqlx.ReadStatement method)
(mysqlx.RemoveStatement method)
(mysqlx.SelectStatement method)
(mysqlx.UpdateStatement method)
who_am_i() (mysqlx.Collection method)
(mysqlx.Schema method)
(mysqlx.Table method)
(mysqlx.View method)
with_traceback() (mysqlx.DatabaseError method)
(mysqlx.DataError method)
(mysqlx.Error method)
(mysqlx.IntegrityError method)
(mysqlx.InterfaceError method)
(mysqlx.InternalError method)
(mysqlx.NotSupportedError method)
(mysqlx.OperationalError method)
(mysqlx.PoolError method)
(mysqlx.ProgrammingError method)
(mysqlx.TimeoutError method)
WriteStatement (class in mysqlx)