PqResult class
Methods
-
asMapList()
→ List<Map<String, dynamic>>
-
-
columnIndex(String column)
→ int
-
-
columnName(int column)
→ String
-
Returns the column name
-
columnType(int column)
→ int
-
Returns the column type oid
-
columnTypeName(int column)
→ String
-
Returns the column name
-
dispose()
→ void
-
override
-
dump()
→ void
-
-
getBoolean(int row, int column)
→ bool
-
-
getDouble(int row, int column)
→ double
-
-
getInt(int row, int column)
→ int
-
-
getValueAsBytes(int row, int column, {int? length})
→ Uint8List
-
-
getValueAsString(int row, int column, {int? length, Encoding? encoding})
→ String
-
Access to the data
Access to the data
-
getValueByColNameAsString(int row, String column, {int? length, Encoding? encoding})
→ String
-
Access to the data
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited