SQLHeavy.Record.get_int64 Reference Manual
Packages
SQLHeavy
SQLHeavy
Record
field_count
fetch
fetch_blob
fetch_double
fetch_foreign_row
fetch_int
fetch_int64
fetch_row
fetch_string
fetch_time_t
fetch_with_type
field_index
field_name
field_names
field_type
get
get_blob
get_double
get_foreign_row
get_int
get_int64
get_string
get_time_t
get_int64
Description:
public
virtual
int64
get_int64
(
string
field)
throws
Error
Fetch a field from the result as a signed 64-bit integer by name
Parameters:
field
field name
Returns:
the field value
See also:
fetch_int64
,
fetch