[libgda/gtk3] Minor corrections following code reorganization in commit a5a3d60ebcaa35fbe80a012aa204fab64db91d91
- From: Vivien Malerba <vivien src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda/gtk3] Minor corrections following code reorganization in commit a5a3d60ebcaa35fbe80a012aa204fab64db91d91
- Date: Wed, 1 Dec 2010 21:38:51 +0000 (UTC)
commit 9ce6a106f90a2becfd314af3173b97fdbc941be5
Author: Vivien Malerba <malerba gnome-db org>
Date: Wed Dec 1 22:37:28 2010 +0100
Minor corrections following code reorganization in commit a5a3d60ebcaa35fbe80a012aa204fab64db91d91
doc/C/libgda-5.0-docs.sgml | 9 +++
doc/C/libgda-sections.txt | 24 +++++++
doc/C/tmpl/gda-batch.sgml | 3 +
doc/C/tmpl/gda-column.sgml | 7 ++
doc/C/tmpl/gda-config.sgml | 12 ++++
doc/C/tmpl/gda-connection.sgml | 114 ++++++++++++++++++++++++++++++++++
doc/C/tmpl/gda-data-handler.sgml | 9 +++
doc/C/tmpl/gda-data-model-iter.sgml | 5 ++
doc/C/tmpl/gda-data-proxy.sgml | 21 ++++++
doc/C/tmpl/gda-server-operation.sgml | 108 ++++++++++++++++++++++++++++++++
doc/C/tmpl/gda-sql-parser.sgml | 5 ++
libgda/gda-connection.c | 36 ++++++++---
libgda/gda-data-handler.c | 2 +
libgda/gda-easy.c | 12 ++--
libgda/gda-server-operation.c | 21 ++++++-
libgda/gda-server-operation.h | 2 +-
libgda/libgda.symbols | 18 +++++
17 files changed, 388 insertions(+), 20 deletions(-)
---
diff --git a/doc/C/libgda-5.0-docs.sgml b/doc/C/libgda-5.0-docs.sgml
index d08b5e1..a01ef67 100644
--- a/doc/C/libgda-5.0-docs.sgml
+++ b/doc/C/libgda-5.0-docs.sgml
@@ -1797,6 +1797,15 @@ g_object_unref (eng);
<index id="index-4-2" role="4.2">
<title>Index of new symbols in 4.2</title>
</index>
+ <index id="index-4-2-1" role="4.2.1">
+ <title>Index of new symbols in 4.2.1</title>
+ </index>
+ <index id="index-4-2-2" role="4.2.2">
+ <title>Index of new symbols in 4.2.2</title>
+ </index>
+ <index id="index-4-2-3" role="4.2.3">
+ <title>Index of new symbols in 4.2.3</title>
+ </index>
<index id="index-deprecated" role="deprecated">
<title>Index of deprecated symbols</title>
</index>
diff --git a/doc/C/libgda-sections.txt b/doc/C/libgda-sections.txt
index d15cee1..3b12290 100644
--- a/doc/C/libgda-sections.txt
+++ b/doc/C/libgda-sections.txt
@@ -157,6 +157,17 @@ gda_connection_update_meta_store
GdaConnectionMetaType
gda_connection_get_meta_store_data
gda_connection_get_meta_store_data_v
+<SUBSECTION>
+gda_connection_parse_sql_string
+<SUBSECTION>
+gda_connection_execute_select_command
+gda_connection_execute_non_select_command
+<SUBSECTION>
+gda_connection_insert_row_into_table
+gda_connection_insert_row_into_table_v
+gda_connection_update_row_in_table
+gda_connection_update_row_in_table_v
+gda_connection_delete_row_from_table
<SUBSECTION Standard>
GDA_CONNECTION
GDA_CONNECTION_CLASS
@@ -446,6 +457,17 @@ gda_server_operation_set_value_at
gda_server_operation_save_data_to_xml
gda_server_operation_load_data_from_xml
gda_server_operation_is_valid
+<SUBSECTION>
+GdaServerOperationError
+GdaServerOperationCreateTableFlag
+gda_server_operation_prepare_create_database
+gda_server_operation_perform_create_database
+gda_server_operation_prepare_drop_database
+gda_server_operation_perform_drop_database
+gda_server_operation_prepare_create_table
+gda_server_operation_perform_create_table
+gda_server_operation_prepare_drop_table
+gda_server_operation_perform_drop_table
<SUBSECTION Standard>
GDA_IS_SERVER_OPERATION
GDA_IS_SERVER_OPERATION_CLASS
@@ -806,6 +828,8 @@ gda_data_handler_get_value_from_str
gda_data_handler_get_sane_init_value
gda_data_handler_accepts_g_type
gda_data_handler_get_descr
+<SUBECTION>
+gda_data_handler_get_default_handler
<SUBSECTION Standard>
GDA_DATA_HANDLER
GDA_DATA_HANDLER_GET_IFACE
diff --git a/doc/C/tmpl/gda-batch.sgml b/doc/C/tmpl/gda-batch.sgml
index 7c12079..526add7 100644
--- a/doc/C/tmpl/gda-batch.sgml
+++ b/doc/C/tmpl/gda-batch.sgml
@@ -35,6 +35,9 @@ a #GdaSqlParser object.
</para>
+@:
+@:
+
@gdabatch: the object which received the signal.
@arg1:
diff --git a/doc/C/tmpl/gda-column.sgml b/doc/C/tmpl/gda-column.sgml
index 13be76a..2673d9f 100644
--- a/doc/C/tmpl/gda-column.sgml
+++ b/doc/C/tmpl/gda-column.sgml
@@ -32,6 +32,10 @@ Management of #GdaDataModel column attributes
</para>
+@:
+@:
+@:
+
@gdacolumn: the object which received the signal.
@arg1:
@arg2:
@@ -41,6 +45,9 @@ Management of #GdaDataModel column attributes
</para>
+@:
+@:
+
@gdacolumn: the object which received the signal.
@arg1:
diff --git a/doc/C/tmpl/gda-config.sgml b/doc/C/tmpl/gda-config.sgml
index 539412e..5d69cc3 100644
--- a/doc/C/tmpl/gda-config.sgml
+++ b/doc/C/tmpl/gda-config.sgml
@@ -59,6 +59,9 @@ g_object_new (GDA_TYPE_CONFIG, "user-file", "my_file", NULL);
</para>
+@:
+@:
+
@gdaconfig: the object which received the signal.
@arg1:
@@ -67,6 +70,9 @@ g_object_new (GDA_TYPE_CONFIG, "user-file", "my_file", NULL);
</para>
+@:
+@:
+
@gdaconfig: the object which received the signal.
@arg1:
@@ -75,6 +81,9 @@ g_object_new (GDA_TYPE_CONFIG, "user-file", "my_file", NULL);
</para>
+@:
+@:
+
@gdaconfig: the object which received the signal.
@arg1:
@@ -83,6 +92,9 @@ g_object_new (GDA_TYPE_CONFIG, "user-file", "my_file", NULL);
</para>
+@:
+@:
+
@gdaconfig: the object which received the signal.
@arg1:
diff --git a/doc/C/tmpl/gda-connection.sgml b/doc/C/tmpl/gda-connection.sgml
index 8403be0..e3f0e86 100644
--- a/doc/C/tmpl/gda-connection.sgml
+++ b/doc/C/tmpl/gda-connection.sgml
@@ -67,6 +67,8 @@ A connection to a database
</para>
+@:
+
@gdaconnection: the object which received the signal.
<!-- ##### SIGNAL GdaConnection::conn-opened ##### -->
@@ -74,6 +76,8 @@ A connection to a database
</para>
+@:
+
@gdaconnection: the object which received the signal.
<!-- ##### SIGNAL GdaConnection::conn-to-close ##### -->
@@ -81,6 +85,8 @@ A connection to a database
</para>
+@:
+
@gdaconnection: the object which received the signal.
<!-- ##### SIGNAL GdaConnection::dsn-changed ##### -->
@@ -88,6 +94,8 @@ A connection to a database
</para>
+@:
+
@gdaconnection: the object which received the signal.
<!-- ##### SIGNAL GdaConnection::error ##### -->
@@ -95,6 +103,9 @@ A connection to a database
</para>
+@:
+@:
+
@gdaconnection: the object which received the signal.
@arg1:
@@ -103,6 +114,8 @@ A connection to a database
</para>
+@:
+
@gdaconnection: the object which received the signal.
<!-- ##### ARG GdaConnection:auth-string ##### -->
@@ -690,3 +703,104 @@ A connection to a database
@Returns:
+<!-- ##### FUNCTION gda_connection_parse_sql_string ##### -->
+<para>
+
+</para>
+
+ cnc:
+ sql:
+ params:
+ error:
+ Returns:
+
+
+<!-- ##### FUNCTION gda_connection_execute_select_command ##### -->
+<para>
+
+</para>
+
+ cnc:
+ sql:
+ error:
+ Returns:
+
+
+<!-- ##### FUNCTION gda_connection_execute_non_select_command ##### -->
+<para>
+
+</para>
+
+ cnc:
+ sql:
+ error:
+ Returns:
+
+
+<!-- ##### FUNCTION gda_connection_insert_row_into_table ##### -->
+<para>
+
+</para>
+
+ cnc:
+ table:
+ error:
+ Varargs:
+ Returns:
+
+
+<!-- ##### FUNCTION gda_connection_insert_row_into_table_v ##### -->
+<para>
+
+</para>
+
+ cnc:
+ table:
+ col_names:
+ values:
+ error:
+ Returns:
+
+
+<!-- ##### FUNCTION gda_connection_update_row_in_table ##### -->
+<para>
+
+</para>
+
+ cnc:
+ table:
+ condition_column_name:
+ condition_value:
+ error:
+ Varargs:
+ Returns:
+
+
+<!-- ##### FUNCTION gda_connection_update_row_in_table_v ##### -->
+<para>
+
+</para>
+
+ cnc:
+ table:
+ condition_column_name:
+ condition_value:
+ col_names:
+ values:
+ error:
+ Returns:
+
+
+<!-- ##### FUNCTION gda_connection_delete_row_from_table ##### -->
+<para>
+
+</para>
+
+ cnc:
+ table:
+ condition_column_name:
+ condition_value:
+ error:
+ Returns:
+
+
diff --git a/doc/C/tmpl/gda-data-handler.sgml b/doc/C/tmpl/gda-data-handler.sgml
index 37cd37d..7e4e8f3 100644
--- a/doc/C/tmpl/gda-data-handler.sgml
+++ b/doc/C/tmpl/gda-data-handler.sgml
@@ -111,3 +111,12 @@ Interface which provides data handling (conversions) capabilities
@Returns:
+<!-- ##### FUNCTION gda_data_handler_get_default_handler ##### -->
+<para>
+
+</para>
+
+ for_type:
+ Returns:
+
+
diff --git a/doc/C/tmpl/gda-data-model-iter.sgml b/doc/C/tmpl/gda-data-model-iter.sgml
index db61e18..748c66b 100644
--- a/doc/C/tmpl/gda-data-model-iter.sgml
+++ b/doc/C/tmpl/gda-data-model-iter.sgml
@@ -70,6 +70,8 @@ Data model iterator
</para>
+@:
+
@gdadatamodeliter: the object which received the signal.
<!-- ##### SIGNAL GdaDataModelIter::row-changed ##### -->
@@ -77,6 +79,9 @@ Data model iterator
</para>
+@:
+@:
+
@gdadatamodeliter: the object which received the signal.
@arg1:
diff --git a/doc/C/tmpl/gda-data-proxy.sgml b/doc/C/tmpl/gda-data-proxy.sgml
index 0db259f..a997ca3 100644
--- a/doc/C/tmpl/gda-data-proxy.sgml
+++ b/doc/C/tmpl/gda-data-proxy.sgml
@@ -130,6 +130,8 @@ Proxy to hold modifications for any #GdaDataModel, and provides the #GdaDataMode
</para>
+@:
+
@gdadataproxy: the object which received the signal.
<!-- ##### SIGNAL GdaDataProxy::row-changes-applied ##### -->
@@ -137,6 +139,10 @@ Proxy to hold modifications for any #GdaDataModel, and provides the #GdaDataMode
</para>
+@:
+@:
+@:
+
@gdadataproxy: the object which received the signal.
@arg1:
@arg2:
@@ -146,6 +152,10 @@ Proxy to hold modifications for any #GdaDataModel, and provides the #GdaDataMode
</para>
+@:
+@:
+@:
+
@gdadataproxy: the object which received the signal.
@arg1:
@arg2:
@@ -155,6 +165,10 @@ Proxy to hold modifications for any #GdaDataModel, and provides the #GdaDataMode
</para>
+@:
+@:
+@:
+
@gdadataproxy: the object which received the signal.
@arg1:
@arg2:
@@ -164,6 +178,9 @@ Proxy to hold modifications for any #GdaDataModel, and provides the #GdaDataMode
</para>
+@:
+@:
+
@gdadataproxy: the object which received the signal.
@arg1:
@@ -172,6 +189,10 @@ Proxy to hold modifications for any #GdaDataModel, and provides the #GdaDataMode
</para>
+@:
+@:
+@:
+
@Returns:
@Param2:
@Param3:
diff --git a/doc/C/tmpl/gda-server-operation.sgml b/doc/C/tmpl/gda-server-operation.sgml
index 7ceb675..86b7484 100644
--- a/doc/C/tmpl/gda-server-operation.sgml
+++ b/doc/C/tmpl/gda-server-operation.sgml
@@ -205,3 +205,111 @@ Handles any DDL query in an abstract way
@Returns:
+<!-- ##### ENUM GdaServerOperationError ##### -->
+<para>
+
+</para>
+
+ GDA_SERVER_OPERATION_OBJECT_NAME_ERROR:
+ GDA_SERVER_OPERATION_INCORRECT_VALUE_ERROR:
+
+<!-- ##### ENUM GdaServerOperationCreateTableFlag ##### -->
+<para>
+
+</para>
+
+ GDA_SERVER_OPERATION_CREATE_TABLE_NOTHING_FLAG:
+ GDA_SERVER_OPERATION_CREATE_TABLE_PKEY_FLAG:
+ GDA_SERVER_OPERATION_CREATE_TABLE_NOT_NULL_FLAG:
+ GDA_SERVER_OPERATION_CREATE_TABLE_UNIQUE_FLAG:
+ GDA_SERVER_OPERATION_CREATE_TABLE_AUTOINC_FLAG:
+ GDA_SERVER_OPERATION_CREATE_TABLE_FKEY_FLAG:
+ GDA_SERVER_OPERATION_CREATE_TABLE_PKEY_AUTOINC_FLAG:
+
+<!-- ##### FUNCTION gda_server_operation_prepare_create_database ##### -->
+<para>
+
+</para>
+
+ provider:
+ db_name:
+ error:
+ Returns:
+
+
+<!-- ##### FUNCTION gda_server_operation_perform_create_database ##### -->
+<para>
+
+</para>
+
+ op:
+ provider:
+ error:
+ Returns:
+
+
+<!-- ##### FUNCTION gda_server_operation_prepare_drop_database ##### -->
+<para>
+
+</para>
+
+ provider:
+ db_name:
+ error:
+ Returns:
+
+
+<!-- ##### FUNCTION gda_server_operation_perform_drop_database ##### -->
+<para>
+
+</para>
+
+ op:
+ provider:
+ error:
+ Returns:
+
+
+<!-- ##### FUNCTION gda_server_operation_prepare_create_table ##### -->
+<para>
+
+</para>
+
+ cnc:
+ table_name:
+ error:
+ Varargs:
+ Returns:
+
+
+<!-- ##### FUNCTION gda_server_operation_perform_create_table ##### -->
+<para>
+
+</para>
+
+ op:
+ error:
+ Returns:
+
+
+<!-- ##### FUNCTION gda_server_operation_prepare_drop_table ##### -->
+<para>
+
+</para>
+
+ cnc:
+ table_name:
+ error:
+ Returns:
+
+
+<!-- ##### FUNCTION gda_server_operation_perform_drop_table ##### -->
+<para>
+
+</para>
+
+ op:
+ error:
+ Returns:
+
+
diff --git a/doc/C/tmpl/gda-sql-parser.sgml b/doc/C/tmpl/gda-sql-parser.sgml
index 071a374..18c46b9 100644
--- a/doc/C/tmpl/gda-sql-parser.sgml
+++ b/doc/C/tmpl/gda-sql-parser.sgml
@@ -110,6 +110,11 @@ ALTER GROUP mygroup ADD USER ##name::gchararray;
Internal usage only.
</para>
+<!-- ##### ARG GdaSqlParser:debug ##### -->
+<para>
+
+</para>
+
<!-- ##### ARG GdaSqlParser:line-error ##### -->
<para>
Internal usage only.
diff --git a/libgda/gda-connection.c b/libgda/gda-connection.c
index 6f2a027..1783c57 100644
--- a/libgda/gda-connection.c
+++ b/libgda/gda-connection.c
@@ -1760,6 +1760,8 @@ gda_connection_get_authentication (GdaConnection *cnc)
* The equivalent SQL command is: INSERT INTO <table> (<column_name> [,...]) VALUES (<column_name> = <new_value> [,...]).
*
* Returns: TRUE if no error occurred
+ *
+ * Since: 4.2.3
*/
G_GNUC_NULL_TERMINATED
gboolean
@@ -1814,11 +1816,13 @@ gda_connection_insert_row_into_table (GdaConnection *cnc, const gchar *table, GE
* The equivalent SQL command is: INSERT INTO <table> (<column_name> [,...]) VALUES (<column_name> = <new_value> [,...]).
*
* Returns: TRUE if no error occurred, FALSE otherwise
+ *
+ * Since: 4.2.3
*/
gboolean
gda_connection_insert_row_into_table_v (GdaConnection *cnc, const gchar *table,
- GSList *col_names, GSList *values,
- GError **error)
+ GSList *col_names, GSList *values,
+ GError **error)
{
gboolean retval;
GSList *fields = NULL;
@@ -1924,12 +1928,14 @@ gda_connection_insert_row_into_table_v (GdaConnection *cnc, const gchar *table,
* The equivalent SQL command is: UPDATE <table> SET <column_name> = <new_value> [,...] WHERE <condition_column_name> = <condition_value>.
*
* Returns: TRUE if no error occurred, FALSE otherwise
+ *
+ * Since: 4.2.3
*/
G_GNUC_NULL_TERMINATED
gboolean
gda_connection_update_row_in_table (GdaConnection *cnc, const gchar *table,
- const gchar *condition_column_name,
- GValue *condition_value, GError **error, ...)
+ const gchar *condition_column_name,
+ GValue *condition_value, GError **error, ...)
{
GSList *clist = NULL;
GSList *vlist = NULL;
@@ -1982,13 +1988,15 @@ gda_connection_update_row_in_table (GdaConnection *cnc, const gchar *table,
* The equivalent SQL command is: UPDATE <table> SET <column_name> = <new_value> [,...] WHERE <condition_column_name> = <condition_value>.
*
* Returns: TRUE if no error occurred, FALSE otherwise
+ *
+ * Since: 4.2.3
*/
gboolean
gda_connection_update_row_in_table_v (GdaConnection *cnc, const gchar *table,
- const gchar *condition_column_name,
- GValue *condition_value,
- GSList *col_names, GSList *values,
- GError **error)
+ const gchar *condition_column_name,
+ GValue *condition_value,
+ GSList *col_names, GSList *values,
+ GError **error)
{
gboolean retval;
GSList *fields = NULL;
@@ -2126,11 +2134,13 @@ gda_connection_update_row_in_table_v (GdaConnection *cnc, const gchar *table,
* The equivalent SQL command is: DELETE FROM <table> WHERE <condition_column_name> = <condition_value>.
*
* Returns: TRUE if no error occurred, FALSE otherwise
+ *
+ * Since: 4.2.3
*/
gboolean
gda_connection_delete_row_from_table (GdaConnection *cnc, const gchar *table,
- const gchar *condition_column_name,
- GValue *condition_value, GError **error)
+ const gchar *condition_column_name,
+ GValue *condition_value, GError **error)
{
gboolean retval;
GdaSqlStatement *sql_stm;
@@ -2217,7 +2227,7 @@ gda_connection_delete_row_from_table (GdaConnection *cnc, const gchar *table,
*
* Returns: (transfer full) (allow-none): a #GdaStatement representing the SQL command, or %NULL if an error occurred
*
- * Since: 4.2
+ * Since: 4.2.3
*/
GdaStatement*
gda_connection_parse_sql_string (GdaConnection *cnc, const gchar *sql, GdaSet **params, GError **error)
@@ -3140,6 +3150,8 @@ gda_connection_statement_execute_v (GdaConnection *cnc, GdaStatement *stmt, GdaS
* Execute a SQL SELECT command over an opened connection.
*
* Returns: (transfer full) (allow-none): a new #GdaDataModel if successful, %NULL otherwise
+ *
+ * Since: 4.2.3
*/
GdaDataModel *
gda_connection_execute_select_command (GdaConnection *cnc, const gchar *sql, GError **error)
@@ -3176,6 +3188,8 @@ gda_connection_execute_select_command (GdaConnection *cnc, const gchar *sql, GEr
* This is a convenience function to execute a SQL command over the opened connection.
*
* Returns: the number of rows affected or -1
+ *
+ * Since: 4.2.3
*/
gint
gda_connection_execute_non_select_command (GdaConnection *cnc, const gchar *sql, GError **error)
diff --git a/libgda/gda-data-handler.c b/libgda/gda-data-handler.c
index 7a0a384..1de6f66 100644
--- a/libgda/gda-data-handler.c
+++ b/libgda/gda-data-handler.c
@@ -282,6 +282,8 @@ gtype_equal (gconstpointer a, gconstpointer b)
* The returned pointer is %NULL if there is no default data handler available for the @for_type data type
*
* Returns: (transfer none): a #GdaDataHandler which must not be modified or destroyed.
+ *
+ * Since: 4.2.3
*/
GdaDataHandler *
gda_data_handler_get_default_handler (GType for_type)
diff --git a/libgda/gda-easy.c b/libgda/gda-easy.c
index e024348..5f23793 100644
--- a/libgda/gda-easy.c
+++ b/libgda/gda-easy.c
@@ -357,7 +357,7 @@ gda_prepare_create_table (GdaConnection *cnc, const gchar *table_name, GError **
gboolean
gda_perform_create_table (GdaServerOperation *op, GError **error)
{
- return gda_server_operation_perform_create_table(op, error);
+ return gda_server_operation_perform_create_table (op, error);
}
/**
@@ -376,7 +376,7 @@ gda_perform_create_table (GdaServerOperation *op, GError **error)
GdaServerOperation*
gda_prepare_drop_table (GdaConnection *cnc, const gchar *table_name, GError **error)
{
- gda_connection_prepare_drop_table(cnc, table_name, error);
+ return gda_server_operation_prepare_drop_table (cnc, table_name, error);
}
/**
@@ -586,8 +586,8 @@ gda_update_row_in_table_v (GdaConnection *cnc, const gchar *table,
GSList *col_names, GSList *values,
GError **error)
{
- gda_connection_update_row_in_table_v(cnc, table, condition_column_name, condition_value,
- col_names, values, error);
+ return gda_connection_update_row_in_table_v (cnc, table, condition_column_name, condition_value,
+ col_names, values, error);
}
/**
@@ -612,7 +612,7 @@ gda_delete_row_from_table (GdaConnection *cnc, const gchar *table,
const gchar *condition_column_name,
GValue *condition_value, GError **error)
{
- gda_connection_delete_row_from_table(cnc, table, condition_column_name, condition_value, error);
+ return gda_connection_delete_row_from_table (cnc, table, condition_column_name, condition_value, error);
}
/**
@@ -633,5 +633,5 @@ gda_delete_row_from_table (GdaConnection *cnc, const gchar *table,
GdaStatement*
gda_parse_sql_string (GdaConnection *cnc, const gchar *sql, GdaSet **params, GError **error)
{
- gda_connection_parse_sql_string(cnc, sql, params, error);
+ return gda_connection_parse_sql_string (cnc, sql, params, error);
}
diff --git a/libgda/gda-server-operation.c b/libgda/gda-server-operation.c
index 5f9195b..0e46025 100644
--- a/libgda/gda-server-operation.c
+++ b/libgda/gda-server-operation.c
@@ -258,7 +258,8 @@ gda_server_operation_dispose (GObject *object)
}
/* module error */
-GQuark gda_server_operation_error_quark (void)
+GQuark
+gda_server_operation_error_quark (void)
{
static GQuark quark;
if (!quark)
@@ -2393,6 +2394,8 @@ gda_server_operation_is_valid (GdaServerOperation *op, const gchar *xml_file, GE
*
* Returns: (transfer full) (allow-none): new #GdaServerOperation object, or %NULL if the provider does not support database
* creation
+ *
+ * Since: 4.2.3
*/
GdaServerOperation *
gda_server_operation_prepare_create_database (const gchar *provider, const gchar *db_name, GError **error)
@@ -2427,6 +2430,8 @@ gda_server_operation_prepare_create_database (const gchar *provider, const gchar
* gda_server_provider_create_operation(), or gda_server_operation_prepare_create_database().
*
* Returns: TRUE if no error occurred and the database has been created, FALSE otherwise
+ *
+ * Since: 4.2.3
*/
gboolean
gda_server_operation_perform_create_database (GdaServerOperation *op, const gchar *provider, GError **error)
@@ -2462,6 +2467,8 @@ gda_server_operation_perform_create_database (GdaServerOperation *op, const gcha
*
* Returns: (transfer full) (allow-none): new #GdaServerOperation object, or %NULL if the provider does not support database
* destruction
+ *
+ * Since: 4.2.3
*/
GdaServerOperation *
gda_server_operation_prepare_drop_database (const gchar *provider, const gchar *db_name, GError **error)
@@ -2496,6 +2503,8 @@ gda_server_operation_prepare_drop_database (const gchar *provider, const gchar *
* gda_server_provider_create_operation(), or gda_server_operation_prepare_drop_database().
*
* Returns: TRUE if no error occurred and the database has been destroyed
+ *
+ * Since: 4.2.3
*/
gboolean
gda_server_operation_perform_drop_database (GdaServerOperation *op, const gchar *provider, GError **error)
@@ -2547,6 +2556,8 @@ gda_server_operation_perform_drop_database (GdaServerOperation *op, const gchar
* in order to execute the operation.
*
* Returns: (transfer full) (allow-none): a #GdaServerOperation if no errors; NULL and set @error otherwise
+ *
+ * Since: 4.2.3
*/
G_GNUC_NULL_TERMINATED
GdaServerOperation*
@@ -2710,6 +2721,8 @@ gda_server_operation_prepare_create_table (GdaConnection *cnc, const gchar *tabl
* the #GdaServerOperation API.
*
* Returns: TRUE if the table was created; FALSE and set @error otherwise
+ *
+ * Since: 4.2.3
*/
gboolean
gda_server_operation_perform_create_table (GdaServerOperation *op, GError **error)
@@ -2739,9 +2752,11 @@ gda_server_operation_perform_create_table (GdaServerOperation *op, GError **erro
* table in an opened connection.
*
* Returns: (transfer full) (allow-none): a new #GdaServerOperation or %NULL if couldn't create the opereration.
+ *
+ * Since: 4.2.3
*/
GdaServerOperation*
-gda_connection_prepare_drop_table (GdaConnection *cnc, const gchar *table_name, GError **error)
+gda_server_operation_prepare_drop_table (GdaConnection *cnc, const gchar *table_name, GError **error)
{
GdaServerOperation *op;
GdaServerProvider *server;
@@ -2777,6 +2792,8 @@ gda_connection_prepare_drop_table (GdaConnection *cnc, const gchar *table_name,
* This is just a convenient function to perform a drop a table operation.
*
* Returns: TRUE if the table was dropped
+ *
+ * Since: 4.2.3
*/
gboolean
gda_server_operation_perform_drop_table (GdaServerOperation *op, GError **error)
diff --git a/libgda/gda-server-operation.h b/libgda/gda-server-operation.h
index dc60304..934b5b5 100644
--- a/libgda/gda-server-operation.h
+++ b/libgda/gda-server-operation.h
@@ -181,7 +181,7 @@ gboolean gda_server_operation_perform_drop_database (GdaServe
* Tables creation and destruction
*/
GdaServerOperation *gda_server_operation_prepare_create_table (GdaConnection *cnc, const gchar *table_name, GError **error, ...);
-gboolean gda_server_operaton_perform_create_table (GdaServerOperation *op, GError **error);
+gboolean gda_server_operation_perform_create_table (GdaServerOperation *op, GError **error);
GdaServerOperation *gda_server_operation_prepare_drop_table (GdaConnection *cnc, const gchar *table_name, GError **error);
gboolean gda_server_operation_perform_drop_table (GdaServerOperation *op, GError **error);
diff --git a/libgda/libgda.symbols b/libgda/libgda.symbols
index b8dc296..d2b1bb0 100644
--- a/libgda/libgda.symbols
+++ b/libgda/libgda.symbols
@@ -102,6 +102,7 @@
gda_connection_create_parser
gda_connection_delete_savepoint
gda_connection_del_prepared_statement
+ gda_connection_delete_row_from_table
gda_connection_error_get_type
gda_connection_error_quark
gda_connection_event_code_get_type
@@ -120,6 +121,8 @@
gda_connection_event_set_source
gda_connection_event_set_sqlstate
gda_connection_event_type_get_type
+ gda_connection_execute_non_select_command
+ gda_connection_execute_select_command
gda_connection_feature_get_type
gda_connection_get_authentication
gda_connection_get_cnc_string
@@ -134,6 +137,8 @@
gda_connection_get_provider_name
gda_connection_get_transaction_status
gda_connection_get_type
+ gda_connection_insert_row_into_table
+ gda_connection_insert_row_into_table_v
gda_connection_internal_change_transaction_state
gda_connection_internal_get_provider_data
gda_connection_internal_reset_transaction_status
@@ -152,6 +157,7 @@
gda_connection_open_from_string
gda_connection_open_sqlite
gda_connection_options_get_type
+ gda_connection_parse_sql_string
gda_connection_perform_operation
gda_connection_point_available_event
gda_connection_quote_sql_identifier
@@ -169,6 +175,8 @@
gda_connection_string_split
gda_connection_supports_feature
gda_connection_update_meta_store
+ gda_connection_update_row_in_table
+ gda_connection_update_row_in_table_v
gda_connection_value_to_sql_string
gda_data_access_wrapper_get_type
gda_data_access_wrapper_new
@@ -181,6 +189,7 @@
gda_data_comparator_new
gda_data_comparator_set_key_columns
gda_data_handler_accepts_g_type
+ gda_data_handler_get_default_handler
gda_data_handler_get_descr
gda_data_handler_get_sane_init_value
gda_data_handler_get_sql_from_value
@@ -500,6 +509,7 @@
gda_server_op_dtd
gda_server_operation_add_item_to_sequence
gda_server_operation_del_item_from_sequence
+ gda_server_operation_error_quark
gda_server_operation_get_node_info
gda_server_operation_get_node_parent
gda_server_operation_get_node_path_portion
@@ -520,6 +530,14 @@
gda_server_operation_node_status_get_type
gda_server_operation_node_type_get_type
gda_server_operation_op_type_to_string
+ gda_server_operation_perform_create_database
+ gda_server_operation_perform_create_table
+ gda_server_operation_perform_drop_database
+ gda_server_operation_perform_drop_table
+ gda_server_operation_prepare_create_database
+ gda_server_operation_prepare_create_table
+ gda_server_operation_prepare_drop_database
+ gda_server_operation_prepare_drop_table
gda_server_operation_save_data_to_xml
gda_server_operation_set_value_at
gda_server_operation_string_to_op_type
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]