[libgda/cnn: 4/7] server-operation: restate database create/drop API



commit a83c3ca954437488d3ef6350436ce71f393915b2
Author: Daniel Espinosa <esodan gmail com>
Date:   Mon Sep 3 17:09:40 2018 -0500

    server-operation: restate database create/drop API

 libgda/gda-server-operation.h | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/libgda/gda-server-operation.h b/libgda/gda-server-operation.h
index b4dce92cf..7a9d5cc5a 100644
--- a/libgda/gda-server-operation.h
+++ b/libgda/gda-server-operation.h
@@ -295,6 +295,10 @@ gchar*  gda_server_operation_create_table_arg_fkey_ref_field_get_referenced_fiel
 G_DEPRECATED_FOR(gda_server_operation_create_table_arg_fkey_ref_field_get_type)
 GType   gda_server_operation_create_table_arg_get_fkey_ref_field_get_type (void) G_GNUC_CONST;
 
+GdaServerOperation *gda_server_operation_prepare_create_database   (const gchar *provider, const gchar 
*db_name, GError **error);
+gboolean            gda_server_operation_perform_create_database   (GdaServerOperation *op, const gchar 
*provider, GError **error);
+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);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]