libgdamm
4.99.8
|
task_id | A task ID returned by async_statement_execute(). |
true
if no error occurred. task_id | A task ID returned by async_statement_execute(). |
last_insert_row | A place to store a new Gda::Set object which contains the values of the last inserted row, or 0 . |
0
if an error occurred. stmt | A Gda::Statement object. |
params | A Gda::Set object (which can be obtained using Gda::Statement::get_parameters()), or 0 . |
model_usage | In the case where stmt is a SELECT statement, specifies how the returned data model will be used. |
col_types | An array of GType to request each returned Gda::DataModel's column's GType, terminated with the G_TYPE_NONE. |
need_last_insert_row | true if the values of the last interted row must be computed. |
true
if no error occurred. style | A style. |
field_name | A field name. |
table_name | A table name, or 0 . |
field_name | A field name. |
value | Value to set the field to, or 0 or a GDA_TYPE_0 value to represent an SQL 0 . |
field_id | The ID of the field's name or definition. |
value_id | The ID of the value to set the field to, or %0. |
string | A string. |
sqlst | A pointer to a Gda::SqlStatement, which has to be a SELECT or compound SELECT. This will be copied. |
id | The ID of the expression to be exported, (must be a valid ID in builder, not %0). |
0
. 0
if an error occurred. join_id | The ID of the join to modify (not %0). |
field_name | The name of the field to use in the join condition (not 0 ). |
field_name | A field name. |
table_name | A table name, or 0 . |
alias | An alias (eg. for the "AS" clause), or 0 . |
table_id | The ID of the expression holding a table reference (not %0). |
alias | The alias to give to the target, or 0 . |
expr_id | The ID of the expression to set use in the GROUP BY clause, or 0 to unset any previous GROUP BY clause. |
expr_id | The ID of the expression to use during sorting (not %0). |
asc | true for an ascending sorting. |
collation_name | Name of the collation to use when sorting, or 0 . |
distinct | Set to true to have the DISTINCT requirement. |
expr_id | The ID of the DISTINCT ON expression, or %0 if no expression is to be used. It is ignored if distinct is false . |
cond_id | The ID of the expression to set as HAVING condition, or 0 to unset any previous HAVING condition. |
limit_count_expr_id | The ID of the LIMIT expression, or %0. |
limit_offset_expr_id | The ID of the OFFSET expression, or %0. |
table_name | A table name. |
cond_id | The ID of the expression to set as WHERE condition, or 0 to unset any previous WHERE condition. |