Valadoc
|
Vala
|
Tutorial
|
API-References
|
Markup
Packages
mysql
Mysql
Result
_fetch_fields
_fetch_lengths
_fetch_row
data_seek
eof
fetch_count
fetch_field
fetch_field_direct
fetch_fields
fetch_lengths
fetch_row
num_fields
num_rows
Result
Object Hierarchy:
Description:
public
class
Result
Namespace:
Mysql
Package:
mysql
Content:
Methods:
public
bool
eof
()
public
Field
*
fetch_field
()
public
Field
*
fetch_field_direct
(
uint
field_nbr)
public
weak
Field
[]
_fetch_fields
()
public
weak
Field
[]
fetch_fields
()
public
weak
ulong
[]
_fetch_lengths
()
public
weak
ulong
[]
fetch_lengths
()
public
weak
string
[]?
_fetch_row
()
public
weak
string
[]?
fetch_row
()
public
uint
fetch_count
()
public
uint
num_fields
()
public
uint
num_rows
()
public
bool
data_seek
(
ulong
offset)