Packages
libgda-6.0
Gda
Row
model
model_row
nb_values
Row
Row.from_data_model
get_length
get_value
invalidate_value
invalidate_value_e
value_is_valid
value_is_valid_e
Row
Object Hierarchy:
Gda.Row
Gda.Row
Gda.Row
GLib.Object
GLib.Object
GLib.Object->Gda.Row
Description:
[
CCode
( type_id =
"gda_row_get_type ()"
) ]
public
class
Row
:
Object
Namespace:
Gda
Package:
libgda-6.0
Content:
Properties:
public
DataModel
model
{
owned
get
;
construct
; }
public
int
model_row
{
get
;
construct
; }
public
int
nb_values
{
get
;
construct
; }
Creation methods:
public
Row
(
int
count)
Creates a
Row
which can hold
count
Value
values.
public
Row.from_data_model
(
DataModel
model,
uint
row)
Creates a
Row
which represent a row in a
DataModel
Methods:
public
int
get_length
()
public
unowned
Value
?
get_value
(
int
num)
Gets a pointer to a
Value
stored in a
Row
.
public
void
invalidate_value
(
Value
value)
Marks
value
as being invalid.
public
void
invalidate_value_e
(
Value
value,
owned
Error
? error)
Marks
value
as being invalid.
public
bool
value_is_valid
(
Value
value)
Tells if
value
has been marked as being invalid by
invalidate_value
.
public
bool
value_is_valid_e
(
Value
value)
throws
Error
Tells if
value
has been marked as being invalid by
invalidate_value
.
Inherited Members:
All known members inherited from class GLib.Object
@get
@new
@ref
@set
add_toggle_ref
add_weak_pointer
bind_property
connect
constructed
disconnect
dispose
dup_data
dup_qdata
force_floating
freeze_notify
get_class
get_data
get_property
get_qdata
get_type
getv
interface_find_property
interface_install_property
interface_list_properties
is_floating
new_valist
new_with_properties
newv
notify
notify_property
ref_count
ref_sink
remove_toggle_ref
remove_weak_pointer
replace_data
replace_qdata
set_data
set_data_full
set_property
set_qdata
set_qdata_full
set_valist
setv
steal_data
steal_qdata
thaw_notify
unref
watch_closure
weak_ref
weak_unref