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

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

A Postgres array.

Methods

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

[]

Returns true if there are NULL elements.

[]

Returns the OID of the elements of the array.

[]

Returns an iterator over the dimensions of the array.

[]

Returns an iterator over the values of the array.