Module oci_rs::row[][src]

Rows of data returned from a query

A Row represents a row of data returned from a SQL query. Internally it holds the columns and their values. It implements the Index trait and so columns can be accessed via an index number.

Structs

Row

Represents a row of data returned from a SQL query.