Home
last modified time | relevance | path

Searched defs:_FkDeclarePrivate (Results 1 – 7 of 7) sorted by relevance

/dports/databases/postgresql11-plpython/postgresql-11.14/src/test/recovery/t/
H A D023_pitr_prepared_xact.pl59 # Now start the PITR node.
62 # Wait until the PITR node exits recovery.
63 $node_pitr->poll_query_until('postgres', "SELECT pg_is_in_recovery() = 'f';")
64 or die "Timed out while waiting for PITR promotion";
66 # Commit the prepared transaction in the latest timeline and check its
68 # prepared transaction. The row from the INSERT after the restore point
/dports/sysutils/dua-cli/dua-cli-2.14.11/cargo-crates/rayon-1.5.1/src/iter/
H A Drev.rs60 let len = self.base.len();
61 return self.base.with_producer(Callback { callback, len });
63 struct Callback<CB> {
65 len: usize,
68 impl<T, CB> ProducerCallback<T> for Callback<CB>
/dports/databases/libgda5-jdbc/libgda-5.2.10/tools/browser/common/
H A Dgdaui-data-import.c60 static void spec_changed_cb (GtkWidget *wid, GdauiDataImport *import);
62 /* get a pointer to the parents to be able to call their destructor */
63 static GObjectClass *parent_class = NULL;
66 gdaui_data_import_get_type (void)
68 static GType type = 0;
70 if (G_UNLIKELY (type == 0)) {
/dports/databases/libgda5-ui/libgda-5.2.10/tools/browser/common/
H A Dfk-declare.c59 struct _FkDeclarePrivate struct
61 GdaMetaStruct *mstruct;
62 GdaMetaTable *mtable;
63 GtkWidget *fk_name;
64 GtkComboBox *ref_table_cbox;
65 gint n_cols; /* length (@mtable->columns) */
66 Assoc *associations; /* size is @n_cols */
68 gboolean dialog_sensitive;
/dports/databases/libgda5-postgresql/libgda-5.2.10/tools/browser/common/
H A Dfk-declare.c59 struct _FkDeclarePrivate struct
61 GdaMetaStruct *mstruct;
62 GdaMetaTable *mtable;
63 GtkWidget *fk_name;
64 GtkComboBox *ref_table_cbox;
65 gint n_cols; /* length (@mtable->columns) */
66 Assoc *associations; /* size is @n_cols */
68 gboolean dialog_sensitive;
/dports/databases/libgda5-ldap/libgda-5.2.10/tools/browser/common/
H A Dfk-declare.c59 struct _FkDeclarePrivate struct
61 GdaMetaStruct *mstruct;
62 GdaMetaTable *mtable;
63 GtkWidget *fk_name;
64 GtkComboBox *ref_table_cbox;
65 gint n_cols; /* length (@mtable->columns) */
66 Assoc *associations; /* size is @n_cols */
68 gboolean dialog_sensitive;
/dports/databases/libgda5-mysql/libgda-5.2.10/tools/browser/common/
H A Dfk-declare.c59 struct _FkDeclarePrivate struct
61 GdaMetaStruct *mstruct;
62 GdaMetaTable *mtable;
63 GtkWidget *fk_name;
64 GtkComboBox *ref_table_cbox;
65 gint n_cols; /* length (@mtable->columns) */
66 Assoc *associations; /* size is @n_cols */
68 gboolean dialog_sensitive;