Struct postgres_protocol::types::Array [] [src]

pub struct Array<'a> { /* fields omitted */ }

A Postgres array.

Methods

impl<'a> Array<'a>
[src]

[src]

Returns true if there are NULL elements.

[src]

Returns the OID of the elements of the array.

[src]

Returns an iterator over the dimensions of the array.

[src]

Returns an iterator over the values of the array.