Constant | REQUIRED |
Undocumented |
Class | _multiparam_column |
Undocumented |
Function | _append_param_insert_hasdefault |
Undocumented |
Function | _append_param_insert_pk_no_returning |
Create a primary key expression in the INSERT statement where we want to populate result.inserted_primary_key and we cannot use RETURNING. |
Function | _append_param_insert_pk_returning |
Create a primary key expression in the INSERT statement where we want to populate result.inserted_primary_key and RETURNING is available. |
Function | _append_param_insert_select_hasdefault |
Undocumented |
Function | _append_param_parameter |
Undocumented |
Function | _append_param_update |
Undocumented |
Function | _create_bind_param |
Undocumented |
Function | _create_insert_prefetch_bind_param |
Undocumented |
Function | _create_update_prefetch_bind_param |
Undocumented |
Function | _extend_values_for_multiparams |
Undocumented |
Function | _get_crud_params |
create a set of tuples representing column/string pairs for use in an INSERT or UPDATE statement. |
Function | _get_returning_modifiers |
Undocumented |
Function | _get_stmt_parameter_tuples_params |
Undocumented |
Function | _get_update_multitable_params |
Undocumented |
Function | _handle_values_anonymous_param |
Undocumented |
Function | _key_getters_for_crud_column |
Undocumented |
Function | _process_multiparam_default_bind |
Undocumented |
Function | _scan_cols |
Undocumented |
Function | _scan_insert_from_select_cols |
Undocumented |
Function | _warn_pk_with_no_anticipated_value |
Undocumented |
Undocumented
Value |
|
Undocumented
Create a primary key expression in the INSERT statement where we want to populate result.inserted_primary_key and we cannot use RETURNING.
Depending on the kind of default here we may create a bound parameter in the INSERT statement and pre-execute a default generation function, or we may use cursor.lastrowid if supported by the dialect.
Undocumented
Undocumented
Undocumented
Undocumented
create a set of tuples representing column/string pairs for use in an INSERT or UPDATE statement.
Also generates the Compiled object's postfetch, prefetch, and returning column collections, used for default handling and ultimately populating the CursorResult's prefetch_cols() and postfetch_cols() collections.
Undocumented
Undocumented
Undocumented