Home
last modified time | relevance | path

Searched refs:dbms_type (Results 1 – 25 of 128) sorted by relevance

123456

/dports/databases/libgda5/libgda-5.2.10/libgda/
H A Dgda-server-provider-extra.h57 GType type, const gchar *dbms_type);
71 gchar *dbms_type; member
75 GType g_type, const gchar *dbms_type);
78 GType g_type, const gchar *dbms_type);
H A Dgda-column.c39 gchar *dbms_type; member
169 g_free (column->priv->dbms_type); in gda_column_finalize()
399 return (const gchar *) column->priv->dbms_type; in gda_column_get_dbms_type()
410 gda_column_set_dbms_type (GdaColumn *column, const gchar *dbms_type) in gda_column_set_dbms_type() argument
414 if (column->priv->dbms_type != NULL) { in gda_column_set_dbms_type()
415 g_free (column->priv->dbms_type); in gda_column_set_dbms_type()
416 column->priv->dbms_type = NULL; in gda_column_set_dbms_type()
419 if (dbms_type) in gda_column_set_dbms_type()
420 column->priv->dbms_type = g_strdup (dbms_type); in gda_column_set_dbms_type()
H A Dgda-server-provider.c144 if (key->dbms_type) in gda_server_provider_handler_info_hash_func()
145 hash += g_str_hash (key->dbms_type); in gda_server_provider_handler_info_hash_func()
156 ((!a->dbms_type && !b->dbms_type) || !strcmp (a->dbms_type, b->dbms_type))) in gda_server_provider_handler_info_equal_func()
165 g_free (info->dbms_type); in gda_server_provider_handler_info_free()
810 GType preferred_type, gchar **dbms_type) in gda_server_provider_string_to_value() argument
819 if (dbms_type) in gda_server_provider_string_to_value()
820 *dbms_type = NULL; in gda_server_provider_string_to_value()
837 if (dbms_type) in gda_server_provider_string_to_value()
838 *dbms_type = (gchar *) gda_server_provider_get_default_dbms_type (provider, in gda_server_provider_string_to_value()
883 if (dbms_type) in gda_server_provider_string_to_value()
[all …]
H A Dgda-server-provider-extra.c208 GType type, G_GNUC_UNUSED const gchar *dbms_type)
302 GType g_type, const gchar *dbms_type)
313 info.dbms_type = (gchar *) dbms_type;
327 GType g_type, const gchar *dbms_type)
336 info->dbms_type = dbms_type ? g_strdup (dbms_type) : NULL;
/dports/databases/libgda5-bdb/libgda-5.2.10/libgda/
H A Dgda-server-provider-extra.h57 GType type, const gchar *dbms_type);
71 gchar *dbms_type;
75 GType g_type, const gchar *dbms_type);
78 GType g_type, const gchar *dbms_type);
H A Dgda-column.c39 gchar *dbms_type; member
169 g_free (column->priv->dbms_type); in gda_column_finalize()
399 return (const gchar *) column->priv->dbms_type; in gda_column_get_dbms_type()
410 gda_column_set_dbms_type (GdaColumn *column, const gchar *dbms_type) in gda_column_set_dbms_type() argument
414 if (column->priv->dbms_type != NULL) { in gda_column_set_dbms_type()
415 g_free (column->priv->dbms_type); in gda_column_set_dbms_type()
416 column->priv->dbms_type = NULL; in gda_column_set_dbms_type()
419 if (dbms_type) in gda_column_set_dbms_type()
420 column->priv->dbms_type = g_strdup (dbms_type); in gda_column_set_dbms_type()
H A Dgda-server-provider.c144 if (key->dbms_type) in gda_server_provider_handler_info_hash_func()
145 hash += g_str_hash (key->dbms_type); in gda_server_provider_handler_info_hash_func()
156 ((!a->dbms_type && !b->dbms_type) || !strcmp (a->dbms_type, b->dbms_type))) in gda_server_provider_handler_info_equal_func()
165 g_free (info->dbms_type); in gda_server_provider_handler_info_free()
810 GType preferred_type, gchar **dbms_type) in gda_server_provider_string_to_value() argument
819 if (dbms_type) in gda_server_provider_string_to_value()
820 *dbms_type = NULL; in gda_server_provider_string_to_value()
837 if (dbms_type) in gda_server_provider_string_to_value()
838 *dbms_type = (gchar *) gda_server_provider_get_default_dbms_type (provider, in gda_server_provider_string_to_value()
883 if (dbms_type) in gda_server_provider_string_to_value()
[all …]
H A Dgda-server-provider-extra.c208 GType type, G_GNUC_UNUSED const gchar *dbms_type) in gda_server_provider_get_data_handler_default() argument
302 GType g_type, const gchar *dbms_type) in gda_server_provider_handler_find() argument
313 info.dbms_type = (gchar *) dbms_type; in gda_server_provider_handler_find()
327 GType g_type, const gchar *dbms_type) in gda_server_provider_handler_declare() argument
336 info->dbms_type = dbms_type ? g_strdup (dbms_type) : NULL; in gda_server_provider_handler_declare()
/dports/databases/libgda5-ui/libgda-5.2.10/libgda/
H A Dgda-server-provider-extra.h57 GType type, const gchar *dbms_type);
71 gchar *dbms_type; member
75 GType g_type, const gchar *dbms_type);
78 GType g_type, const gchar *dbms_type);
H A Dgda-column.c39 gchar *dbms_type; member
169 g_free (column->priv->dbms_type); in gda_column_finalize()
399 return (const gchar *) column->priv->dbms_type; in gda_column_get_dbms_type()
410 gda_column_set_dbms_type (GdaColumn *column, const gchar *dbms_type) in gda_column_set_dbms_type() argument
414 if (column->priv->dbms_type != NULL) { in gda_column_set_dbms_type()
415 g_free (column->priv->dbms_type); in gda_column_set_dbms_type()
416 column->priv->dbms_type = NULL; in gda_column_set_dbms_type()
419 if (dbms_type) in gda_column_set_dbms_type()
420 column->priv->dbms_type = g_strdup (dbms_type); in gda_column_set_dbms_type()
H A Dgda-server-provider.c144 if (key->dbms_type)
145 hash += g_str_hash (key->dbms_type);
156 ((!a->dbms_type && !b->dbms_type) || !strcmp (a->dbms_type, b->dbms_type)))
165 g_free (info->dbms_type);
810 GType preferred_type, gchar **dbms_type) in lookup_agg_function()
819 if (dbms_type) in lookup_agg_function()
820 *dbms_type = NULL; in lookup_agg_function()
837 if (dbms_type) in lookup_agg_function()
838 *dbms_type = (gchar *) gda_server_provider_get_default_dbms_type (provider, in lookup_agg_function()
883 if (dbms_type) in lookup_agg_function()
[all …]
H A Dgda-server-provider-extra.c208 GType type, G_GNUC_UNUSED const gchar *dbms_type)
302 GType g_type, const gchar *dbms_type)
313 info.dbms_type = (gchar *) dbms_type;
327 GType g_type, const gchar *dbms_type)
336 info->dbms_type = dbms_type ? g_strdup (dbms_type) : NULL;
/dports/databases/libgda5-postgresql/libgda-5.2.10/libgda/
H A Dgda-server-provider-extra.h57 GType type, const gchar *dbms_type);
71 gchar *dbms_type; member
75 GType g_type, const gchar *dbms_type);
78 GType g_type, const gchar *dbms_type);
H A Dgda-column.c39 gchar *dbms_type;
169 g_free (column->priv->dbms_type);
399 return (const gchar *) column->priv->dbms_type;
410 gda_column_set_dbms_type (GdaColumn *column, const gchar *dbms_type)
414 if (column->priv->dbms_type != NULL) {
415 g_free (column->priv->dbms_type);
416 column->priv->dbms_type = NULL;
419 if (dbms_type)
420 column->priv->dbms_type = g_strdup (dbms_type);
H A Dgda-server-provider.c144 if (key->dbms_type) in gda_server_provider_handler_info_hash_func()
145 hash += g_str_hash (key->dbms_type); in gda_server_provider_handler_info_hash_func()
156 ((!a->dbms_type && !b->dbms_type) || !strcmp (a->dbms_type, b->dbms_type))) in gda_server_provider_handler_info_equal_func()
165 g_free (info->dbms_type); in gda_server_provider_handler_info_free()
810 GType preferred_type, gchar **dbms_type) in gda_server_provider_string_to_value() argument
819 if (dbms_type) in gda_server_provider_string_to_value()
820 *dbms_type = NULL; in gda_server_provider_string_to_value()
837 if (dbms_type) in gda_server_provider_string_to_value()
838 *dbms_type = (gchar *) gda_server_provider_get_default_dbms_type (provider, in gda_server_provider_string_to_value()
883 if (dbms_type) in gda_server_provider_string_to_value()
[all …]
/dports/databases/libgda5-mysql/libgda-5.2.10/libgda/
H A Dgda-server-provider-extra.h57 GType type, const gchar *dbms_type);
71 gchar *dbms_type;
75 GType g_type, const gchar *dbms_type);
78 GType g_type, const gchar *dbms_type);
H A Dgda-column.c39 gchar *dbms_type; member
169 g_free (column->priv->dbms_type); in gda_column_finalize()
399 return (const gchar *) column->priv->dbms_type; in gda_column_get_dbms_type()
410 gda_column_set_dbms_type (GdaColumn *column, const gchar *dbms_type) in gda_column_set_dbms_type() argument
414 if (column->priv->dbms_type != NULL) { in gda_column_set_dbms_type()
415 g_free (column->priv->dbms_type); in gda_column_set_dbms_type()
416 column->priv->dbms_type = NULL; in gda_column_set_dbms_type()
419 if (dbms_type) in gda_column_set_dbms_type()
420 column->priv->dbms_type = g_strdup (dbms_type); in gda_column_set_dbms_type()
H A Dgda-server-provider.c144 if (key->dbms_type) in gda_server_provider_handler_info_hash_func()
145 hash += g_str_hash (key->dbms_type); in gda_server_provider_handler_info_hash_func()
156 ((!a->dbms_type && !b->dbms_type) || !strcmp (a->dbms_type, b->dbms_type))) in gda_server_provider_handler_info_equal_func()
165 g_free (info->dbms_type); in gda_server_provider_handler_info_free()
810 GType preferred_type, gchar **dbms_type) in gda_server_provider_string_to_value() argument
819 if (dbms_type) in gda_server_provider_string_to_value()
820 *dbms_type = NULL; in gda_server_provider_string_to_value()
837 if (dbms_type) in gda_server_provider_string_to_value()
838 *dbms_type = (gchar *) gda_server_provider_get_default_dbms_type (provider, in gda_server_provider_string_to_value()
883 if (dbms_type) in gda_server_provider_string_to_value()
[all …]
H A Dgda-server-provider-extra.c208 GType type, G_GNUC_UNUSED const gchar *dbms_type) in gda_server_provider_get_data_handler_default() argument
302 GType g_type, const gchar *dbms_type) in gda_server_provider_handler_find() argument
313 info.dbms_type = (gchar *) dbms_type; in gda_server_provider_handler_find()
327 GType g_type, const gchar *dbms_type) in gda_server_provider_handler_declare() argument
336 info->dbms_type = dbms_type ? g_strdup (dbms_type) : NULL; in gda_server_provider_handler_declare()
/dports/databases/libgda5-jdbc/libgda-5.2.10/libgda/
H A Dgda-server-provider-extra.h57 GType type, const gchar *dbms_type);
71 gchar *dbms_type; member
75 GType g_type, const gchar *dbms_type);
78 GType g_type, const gchar *dbms_type);
H A Dgda-column.c39 gchar *dbms_type;
169 g_free (column->priv->dbms_type);
399 return (const gchar *) column->priv->dbms_type;
410 gda_column_set_dbms_type (GdaColumn *column, const gchar *dbms_type)
414 if (column->priv->dbms_type != NULL) {
415 g_free (column->priv->dbms_type);
416 column->priv->dbms_type = NULL;
419 if (dbms_type)
420 column->priv->dbms_type = g_strdup (dbms_type);
H A Dgda-server-provider.c144 if (key->dbms_type) in gda_server_provider_handler_info_hash_func()
145 hash += g_str_hash (key->dbms_type); in gda_server_provider_handler_info_hash_func()
156 ((!a->dbms_type && !b->dbms_type) || !strcmp (a->dbms_type, b->dbms_type))) in gda_server_provider_handler_info_equal_func()
165 g_free (info->dbms_type); in gda_server_provider_handler_info_free()
810 GType preferred_type, gchar **dbms_type) in gda_server_provider_string_to_value() argument
819 if (dbms_type) in gda_server_provider_string_to_value()
820 *dbms_type = NULL; in gda_server_provider_string_to_value()
837 if (dbms_type) in gda_server_provider_string_to_value()
838 *dbms_type = (gchar *) gda_server_provider_get_default_dbms_type (provider, in gda_server_provider_string_to_value()
883 if (dbms_type) in gda_server_provider_string_to_value()
[all …]
/dports/databases/libgda5-ldap/libgda-5.2.10/libgda/
H A Dgda-server-provider-extra.h57 GType type, const gchar *dbms_type);
71 gchar *dbms_type; member
75 GType g_type, const gchar *dbms_type);
78 GType g_type, const gchar *dbms_type);
H A Dgda-column.c39 gchar *dbms_type; member
169 g_free (column->priv->dbms_type); in gda_column_finalize()
399 return (const gchar *) column->priv->dbms_type; in gda_column_get_dbms_type()
410 gda_column_set_dbms_type (GdaColumn *column, const gchar *dbms_type) in gda_column_set_dbms_type() argument
414 if (column->priv->dbms_type != NULL) { in gda_column_set_dbms_type()
415 g_free (column->priv->dbms_type); in gda_column_set_dbms_type()
416 column->priv->dbms_type = NULL; in gda_column_set_dbms_type()
419 if (dbms_type) in gda_column_set_dbms_type()
420 column->priv->dbms_type = g_strdup (dbms_type); in gda_column_set_dbms_type()
H A Dgda-server-provider.c144 if (key->dbms_type) in gda_server_provider_handler_info_hash_func()
145 hash += g_str_hash (key->dbms_type); in gda_server_provider_handler_info_hash_func()
156 ((!a->dbms_type && !b->dbms_type) || !strcmp (a->dbms_type, b->dbms_type))) in gda_server_provider_handler_info_equal_func()
165 g_free (info->dbms_type); in gda_server_provider_handler_info_free()
810 GType preferred_type, gchar **dbms_type) in gda_server_provider_string_to_value() argument
819 if (dbms_type) in gda_server_provider_string_to_value()
820 *dbms_type = NULL; in gda_server_provider_string_to_value()
837 if (dbms_type) in gda_server_provider_string_to_value()
838 *dbms_type = (gchar *) gda_server_provider_get_default_dbms_type (provider, in gda_server_provider_string_to_value()
883 if (dbms_type) in gda_server_provider_string_to_value()
[all …]

123456