[libgda] server-operation: Removed public API replaced by one on GdaConnection
- From: Daniel Espinosa Ortiz <despinosa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda] server-operation: Removed public API replaced by one on GdaConnection
- Date: Wed, 12 Sep 2018 11:55:56 +0000 (UTC)
commit 3e8c39effa99ae15d3ed7bb507897321d148c228
Author: Daniel Espinosa <esodan gmail com>
Date: Mon Sep 3 17:13:06 2018 -0500
server-operation: Removed public API replaced by one on GdaConnection
libgda/gda-server-operation.h | 6 ------
1 file changed, 6 deletions(-)
---
diff --git a/libgda/gda-server-operation.h b/libgda/gda-server-operation.h
index 7a9d5cc5a..1a14c0694 100644
--- a/libgda/gda-server-operation.h
+++ b/libgda/gda-server-operation.h
@@ -300,12 +300,6 @@ gboolean gda_server_operation_perform_create_database (GdaServerOpe
GdaServerOperation *gda_server_operation_prepare_drop_database (const gchar *provider, const gchar
*db_name, GError **error);
gboolean gda_server_operation_perform_drop_database (GdaServerOperation *op, const gchar
*provider, GError **error);
-GdaServerOperation *gda_server_operation_prepare_create_table_v (GdaConnection *cnc, const gchar
*table_name, GError **error, ...);
-GdaServerOperation* gda_server_operation_prepare_create_table (GdaConnection *cnc, const gchar
*table_name, GList *arguments, 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);
-
G_END_DECLS
#endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]