Home
last modified time | relevance | path

Searched refs:pkfields (Results 1 – 25 of 61) sorted by relevance

123

/dports/databases/libgda5/libgda-5.2.10/providers/jdbc/
H A Dgda-jdbc-ddl.c36 GSList *pkfields = NULL; /* list of GValue* composing the pkey */ in gda_jdbc_render_CREATE_TABLE() local
63 pkfields = g_slist_append (pkfields, tmp); in gda_jdbc_render_CREATE_TABLE()
126 for (list = pkfields; list; list = list->next) { in gda_jdbc_render_CREATE_TABLE()
127 if (list != pkfields) in gda_jdbc_render_CREATE_TABLE()
133 g_slist_foreach (pkfields, (GFunc) g_free, NULL); in gda_jdbc_render_CREATE_TABLE()
134 g_slist_free (pkfields); in gda_jdbc_render_CREATE_TABLE()
/dports/databases/libgda5/libgda-5.2.10/providers/firebird/
H A Dgda-firebird-ddl.c36 GSList *pkfields = NULL; /* list of GValue* composing the pkey */ in gda_firebird_render_CREATE_TABLE() local
60 pkfields = g_slist_append (pkfields, in gda_firebird_render_CREATE_TABLE()
63 nbpkfields = g_slist_length (pkfields); in gda_firebird_render_CREATE_TABLE()
118 GSList *list = pkfields; in gda_firebird_render_CREATE_TABLE()
122 if (list != pkfields) in gda_firebird_render_CREATE_TABLE()
138 g_slist_free (pkfields); in gda_firebird_render_CREATE_TABLE()
/dports/databases/libgda5/libgda-5.2.10/providers/oracle/
H A Dgda-oracle-ddl.c36 GSList *pkfields = NULL; /* list of GValue* composing the pkey */ in gda_oracle_render_CREATE_TABLE() local
63 pkfields = g_slist_append (pkfields, tmp); in gda_oracle_render_CREATE_TABLE()
126 for (list = pkfields; list; list = list->next) { in gda_oracle_render_CREATE_TABLE()
127 if (list != pkfields) in gda_oracle_render_CREATE_TABLE()
133 g_slist_foreach (pkfields, (GFunc) g_free, NULL); in gda_oracle_render_CREATE_TABLE()
134 g_slist_free (pkfields); in gda_oracle_render_CREATE_TABLE()
/dports/databases/libgda5-bdb/libgda-5.2.10/providers/firebird/
H A Dgda-firebird-ddl.c36 GSList *pkfields = NULL; /* list of GValue* composing the pkey */ in gda_firebird_render_CREATE_TABLE() local
60 pkfields = g_slist_append (pkfields, in gda_firebird_render_CREATE_TABLE()
63 nbpkfields = g_slist_length (pkfields); in gda_firebird_render_CREATE_TABLE()
118 GSList *list = pkfields; in gda_firebird_render_CREATE_TABLE()
122 if (list != pkfields) in gda_firebird_render_CREATE_TABLE()
138 g_slist_free (pkfields); in gda_firebird_render_CREATE_TABLE()
/dports/databases/libgda5-bdb/libgda-5.2.10/providers/oracle/
H A Dgda-oracle-ddl.c36 GSList *pkfields = NULL; /* list of GValue* composing the pkey */ in gda_oracle_render_CREATE_TABLE() local
63 pkfields = g_slist_append (pkfields, tmp); in gda_oracle_render_CREATE_TABLE()
126 for (list = pkfields; list; list = list->next) { in gda_oracle_render_CREATE_TABLE()
127 if (list != pkfields) in gda_oracle_render_CREATE_TABLE()
133 g_slist_foreach (pkfields, (GFunc) g_free, NULL); in gda_oracle_render_CREATE_TABLE()
134 g_slist_free (pkfields); in gda_oracle_render_CREATE_TABLE()
/dports/databases/libgda5/libgda-5.2.10/providers/skel-implementation/capi/
H A Dgda-capi-ddl.c39 GSList *pkfields = NULL; /* list of GValue* composing the pkey */
65 pkfields = g_slist_append (pkfields, tmp);
128 for (list = pkfields; list; list = list->next) {
129 if (list != pkfields)
135 g_slist_foreach (pkfields, (GFunc) g_free, NULL);
136 g_slist_free (pkfields);
/dports/databases/libgda5-ui/libgda-5.2.10/providers/oracle/
H A Dgda-oracle-ddl.c36 GSList *pkfields = NULL; /* list of GValue* composing the pkey */ in gda_oracle_render_CREATE_TABLE() local
63 pkfields = g_slist_append (pkfields, tmp); in gda_oracle_render_CREATE_TABLE()
126 for (list = pkfields; list; list = list->next) { in gda_oracle_render_CREATE_TABLE()
127 if (list != pkfields) in gda_oracle_render_CREATE_TABLE()
133 g_slist_foreach (pkfields, (GFunc) g_free, NULL); in gda_oracle_render_CREATE_TABLE()
134 g_slist_free (pkfields); in gda_oracle_render_CREATE_TABLE()
/dports/databases/libgda5-mysql/libgda-5.2.10/providers/oracle/
H A Dgda-oracle-ddl.c36 GSList *pkfields = NULL; /* list of GValue* composing the pkey */ in gda_oracle_render_CREATE_TABLE() local
63 pkfields = g_slist_append (pkfields, tmp); in gda_oracle_render_CREATE_TABLE()
126 for (list = pkfields; list; list = list->next) { in gda_oracle_render_CREATE_TABLE()
127 if (list != pkfields) in gda_oracle_render_CREATE_TABLE()
133 g_slist_foreach (pkfields, (GFunc) g_free, NULL); in gda_oracle_render_CREATE_TABLE()
134 g_slist_free (pkfields); in gda_oracle_render_CREATE_TABLE()
/dports/databases/libgda5-mysql/libgda-5.2.10/providers/skel-implementation/capi/
H A Dgda-capi-ddl.c39 GSList *pkfields = NULL; /* list of GValue* composing the pkey */ in gda_capi_render_CREATE_TABLE() local
65 pkfields = g_slist_append (pkfields, tmp); in gda_capi_render_CREATE_TABLE()
128 for (list = pkfields; list; list = list->next) { in gda_capi_render_CREATE_TABLE()
129 if (list != pkfields) in gda_capi_render_CREATE_TABLE()
135 g_slist_foreach (pkfields, (GFunc) g_free, NULL); in gda_capi_render_CREATE_TABLE()
136 g_slist_free (pkfields); in gda_capi_render_CREATE_TABLE()
/dports/databases/libgda5-postgresql/libgda-5.2.10/providers/firebird/
H A Dgda-firebird-ddl.c36 GSList *pkfields = NULL; /* list of GValue* composing the pkey */ in gda_firebird_render_CREATE_TABLE() local
60 pkfields = g_slist_append (pkfields, in gda_firebird_render_CREATE_TABLE()
63 nbpkfields = g_slist_length (pkfields); in gda_firebird_render_CREATE_TABLE()
118 GSList *list = pkfields; in gda_firebird_render_CREATE_TABLE()
122 if (list != pkfields) in gda_firebird_render_CREATE_TABLE()
138 g_slist_free (pkfields); in gda_firebird_render_CREATE_TABLE()
/dports/databases/libgda5-postgresql/libgda-5.2.10/providers/oracle/
H A Dgda-oracle-ddl.c36 GSList *pkfields = NULL; /* list of GValue* composing the pkey */ in gda_oracle_render_CREATE_TABLE() local
63 pkfields = g_slist_append (pkfields, tmp); in gda_oracle_render_CREATE_TABLE()
126 for (list = pkfields; list; list = list->next) { in gda_oracle_render_CREATE_TABLE()
127 if (list != pkfields) in gda_oracle_render_CREATE_TABLE()
133 g_slist_foreach (pkfields, (GFunc) g_free, NULL); in gda_oracle_render_CREATE_TABLE()
134 g_slist_free (pkfields); in gda_oracle_render_CREATE_TABLE()
/dports/databases/libgda5-postgresql/libgda-5.2.10/providers/web/
H A Dgda-web-ddl.c36 GSList *pkfields = NULL; /* list of GValue* composing the pkey */ in test_fatalerr()
62 pkfields = g_slist_append (pkfields, tmp); in test_fatalerr()
125 for (list = pkfields; list; list = list->next) { in test_fatalerr()
126 if (list != pkfields) in test_fatalerr()
132 g_slist_foreach (pkfields, (GFunc) g_free, NULL); in test_fatalerr()
133 g_slist_free (pkfields); in test_fatalerr()
/dports/databases/libgda5-ui/libgda-5.2.10/providers/jdbc/
H A Dgda-jdbc-ddl.c36 GSList *pkfields = NULL; /* list of GValue* composing the pkey */
63 pkfields = g_slist_append (pkfields, tmp);
126 for (list = pkfields; list; list = list->next) {
127 if (list != pkfields)
133 g_slist_foreach (pkfields, (GFunc) g_free, NULL);
134 g_slist_free (pkfields);
/dports/databases/libgda5-ui/libgda-5.2.10/providers/skel-implementation/capi/
H A Dgda-capi-ddl.c39 GSList *pkfields = NULL; /* list of GValue* composing the pkey */ in gda_capi_render_CREATE_TABLE() local
65 pkfields = g_slist_append (pkfields, tmp); in gda_capi_render_CREATE_TABLE()
128 for (list = pkfields; list; list = list->next) { in gda_capi_render_CREATE_TABLE()
129 if (list != pkfields) in gda_capi_render_CREATE_TABLE()
135 g_slist_foreach (pkfields, (GFunc) g_free, NULL); in gda_capi_render_CREATE_TABLE()
136 g_slist_free (pkfields); in gda_capi_render_CREATE_TABLE()
/dports/databases/libgda5-ui/libgda-5.2.10/providers/web/
H A Dgda-web-ddl.c36 GSList *pkfields = NULL; /* list of GValue* composing the pkey */ in gda_web_render_CREATE_TABLE() local
62 pkfields = g_slist_append (pkfields, tmp); in gda_web_render_CREATE_TABLE()
125 for (list = pkfields; list; list = list->next) { in gda_web_render_CREATE_TABLE()
126 if (list != pkfields) in gda_web_render_CREATE_TABLE()
132 g_slist_foreach (pkfields, (GFunc) g_free, NULL); in gda_web_render_CREATE_TABLE()
133 g_slist_free (pkfields); in gda_web_render_CREATE_TABLE()
/dports/databases/libgda5-ldap/libgda-5.2.10/providers/oracle/
H A Dgda-oracle-ddl.c36 GSList *pkfields = NULL; /* list of GValue* composing the pkey */ in gda_oracle_render_CREATE_TABLE() local
63 pkfields = g_slist_append (pkfields, tmp); in gda_oracle_render_CREATE_TABLE()
126 for (list = pkfields; list; list = list->next) { in gda_oracle_render_CREATE_TABLE()
127 if (list != pkfields) in gda_oracle_render_CREATE_TABLE()
133 g_slist_foreach (pkfields, (GFunc) g_free, NULL); in gda_oracle_render_CREATE_TABLE()
134 g_slist_free (pkfields); in gda_oracle_render_CREATE_TABLE()
/dports/databases/libgda5-mysql/libgda-5.2.10/providers/jdbc/
H A Dgda-jdbc-ddl.c36 GSList *pkfields = NULL; /* list of GValue* composing the pkey */ in gda_jdbc_render_CREATE_TABLE() local
63 pkfields = g_slist_append (pkfields, tmp); in gda_jdbc_render_CREATE_TABLE()
126 for (list = pkfields; list; list = list->next) { in gda_jdbc_render_CREATE_TABLE()
127 if (list != pkfields) in gda_jdbc_render_CREATE_TABLE()
133 g_slist_foreach (pkfields, (GFunc) g_free, NULL); in gda_jdbc_render_CREATE_TABLE()
134 g_slist_free (pkfields); in gda_jdbc_render_CREATE_TABLE()
/dports/databases/libgda5-jdbc/libgda-5.2.10/providers/jdbc/
H A Dgda-jdbc-ddl.c36 GSList *pkfields = NULL; /* list of GValue* composing the pkey */ in gda_jdbc_render_CREATE_TABLE() local
63 pkfields = g_slist_append (pkfields, tmp); in gda_jdbc_render_CREATE_TABLE()
126 for (list = pkfields; list; list = list->next) { in gda_jdbc_render_CREATE_TABLE()
127 if (list != pkfields) in gda_jdbc_render_CREATE_TABLE()
133 g_slist_foreach (pkfields, (GFunc) g_free, NULL); in gda_jdbc_render_CREATE_TABLE()
134 g_slist_free (pkfields); in gda_jdbc_render_CREATE_TABLE()
/dports/databases/libgda5/libgda-5.2.10/providers/web/
H A Dgda-web-ddl.c36 GSList *pkfields = NULL; /* list of GValue* composing the pkey */ in gda_web_render_CREATE_TABLE() local
62 pkfields = g_slist_append (pkfields, tmp); in gda_web_render_CREATE_TABLE()
125 for (list = pkfields; list; list = list->next) { in gda_web_render_CREATE_TABLE()
126 if (list != pkfields) in gda_web_render_CREATE_TABLE()
132 g_slist_foreach (pkfields, (GFunc) g_free, NULL); in gda_web_render_CREATE_TABLE()
133 g_slist_free (pkfields); in gda_web_render_CREATE_TABLE()
/dports/databases/libgda5-postgresql/libgda-5.2.10/providers/skel-implementation/capi/
H A Dgda-capi-ddl.c39 GSList *pkfields = NULL; /* list of GValue* composing the pkey */ in gda_capi_render_CREATE_TABLE() local
65 pkfields = g_slist_append (pkfields, tmp); in gda_capi_render_CREATE_TABLE()
128 for (list = pkfields; list; list = list->next) { in gda_capi_render_CREATE_TABLE()
129 if (list != pkfields) in gda_capi_render_CREATE_TABLE()
135 g_slist_foreach (pkfields, (GFunc) g_free, NULL); in gda_capi_render_CREATE_TABLE()
136 g_slist_free (pkfields); in gda_capi_render_CREATE_TABLE()
/dports/databases/libgda5-ldap/libgda-5.2.10/providers/jdbc/
H A Dgda-jdbc-ddl.c36 GSList *pkfields = NULL; /* list of GValue* composing the pkey */ in gda_jdbc_render_CREATE_TABLE() local
63 pkfields = g_slist_append (pkfields, tmp); in gda_jdbc_render_CREATE_TABLE()
126 for (list = pkfields; list; list = list->next) { in gda_jdbc_render_CREATE_TABLE()
127 if (list != pkfields) in gda_jdbc_render_CREATE_TABLE()
133 g_slist_foreach (pkfields, (GFunc) g_free, NULL); in gda_jdbc_render_CREATE_TABLE()
134 g_slist_free (pkfields); in gda_jdbc_render_CREATE_TABLE()
/dports/databases/libgda5-ldap/libgda-5.2.10/providers/skel-implementation/capi/
H A Dgda-capi-ddl.c39 GSList *pkfields = NULL; /* list of GValue* composing the pkey */ in gda_capi_render_CREATE_TABLE() local
65 pkfields = g_slist_append (pkfields, tmp); in gda_capi_render_CREATE_TABLE()
128 for (list = pkfields; list; list = list->next) { in gda_capi_render_CREATE_TABLE()
129 if (list != pkfields) in gda_capi_render_CREATE_TABLE()
135 g_slist_foreach (pkfields, (GFunc) g_free, NULL); in gda_capi_render_CREATE_TABLE()
136 g_slist_free (pkfields); in gda_capi_render_CREATE_TABLE()
/dports/databases/libgda5-ldap/libgda-5.2.10/providers/web/
H A Dgda-web-ddl.c36 GSList *pkfields = NULL; /* list of GValue* composing the pkey */
62 pkfields = g_slist_append (pkfields, tmp);
125 for (list = pkfields; list; list = list->next) {
126 if (list != pkfields)
132 g_slist_foreach (pkfields, (GFunc) g_free, NULL);
133 g_slist_free (pkfields);
/dports/databases/libgda5-postgresql/libgda-5.2.10/providers/jdbc/
H A Dgda-jdbc-ddl.c36 GSList *pkfields = NULL; /* list of GValue* composing the pkey */ in gda_jdbc_render_CREATE_TABLE() local
63 pkfields = g_slist_append (pkfields, tmp); in gda_jdbc_render_CREATE_TABLE()
126 for (list = pkfields; list; list = list->next) { in gda_jdbc_render_CREATE_TABLE()
127 if (list != pkfields) in gda_jdbc_render_CREATE_TABLE()
133 g_slist_foreach (pkfields, (GFunc) g_free, NULL); in gda_jdbc_render_CREATE_TABLE()
134 g_slist_free (pkfields); in gda_jdbc_render_CREATE_TABLE()
/dports/databases/libgda5-bdb/libgda-5.2.10/providers/jdbc/
H A Dgda-jdbc-ddl.c36 GSList *pkfields = NULL; /* list of GValue* composing the pkey */ in gda_jdbc_render_CREATE_TABLE() local
63 pkfields = g_slist_append (pkfields, tmp); in gda_jdbc_render_CREATE_TABLE()
126 for (list = pkfields; list; list = list->next) { in gda_jdbc_render_CREATE_TABLE()
127 if (list != pkfields) in gda_jdbc_render_CREATE_TABLE()
133 g_slist_foreach (pkfields, (GFunc) g_free, NULL); in gda_jdbc_render_CREATE_TABLE()
134 g_slist_free (pkfields); in gda_jdbc_render_CREATE_TABLE()

123