Struct oci_rs::row::Row[][src]

pub struct Row { /* fields omitted */ }

Represents a row of data returned from a SQL query.

Methods

impl Row
[src]

Returns the columns in the row.

Trait Implementations

impl Debug for Row
[src]

Formats the value using the given formatter. Read more

impl Index<usize> for Row
[src]

The returned type after indexing.

Performs the indexing (container[index]) operation.

Auto Trait Implementations

impl Send for Row

impl Sync for Row