menu
libpq_dart package
documentation
libpq_dart.dart
PqResult
getInt method
getInt method
dark_mode
light_mode
getInt
method
int
getInt
(
int
row
,
int
column
)
Implementation
int getInt(int row, int column) { return int.parse(getValueAsString(row, column)); }
libpq_dart package
documentation
libpq_dart
PqResult
getInt method
PqResult class