Package ch.bailu.gtk.glib
Klasse Tuples
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.glib.Tuples
- Alle implementierten Schnittstellen:
PointerInterface
The #GTuples struct is used to return records (or tuples) from the
#GRelation by g_relation_select(). It only contains one public
member - the number of records that matched. To access the matched
records, you must use g_tuples_index().
#GRelation by g_relation_select(). It only contains one public
member - the number of records that matched. To access the matched
records, you must use g_tuples_index().
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
destroy()
Veraltet.static ClassHandler
int
the number of records that matched.index
(int index_, int field) Veraltet.void
setFieldLen
(int len) the number of records that matched.Von Klasse geerbte Methoden ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacks
Von Klasse geerbte Methoden ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNull
Von Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Von Schnittstelle geerbte Methoden ch.bailu.gtk.type.PointerInterface
asCPointerNotNull, asJnaPointer, asPointer, isNotNull, isNull
-
Felddetails
-
LEN
the number of records that matched.- Siehe auch:
-
-
Konstruktordetails
-
Tuples
-
Tuples
public Tuples()
-
-
Methodendetails
-
getClassHandler
-
setFieldLen
public void setFieldLen(int len) the number of records that matched. -
getFieldLen
public int getFieldLen()the number of records that matched. -
destroy
Veraltet.Frees the records which were returned by g_relation_select(). This
should always be called after g_relation_select() when you are
finished with the records. The records are not removed from the
#GRelation. -
index
Veraltet.Gets a field from the records returned by g_relation_select(). It
returns the given field of the record at the given index. The
returned value should not be changed.- Parameter:
index_
- the index of the record.field
- the field to return.- Gibt zurück:
- the field of the record.
-