Struct postgres_protocol::types::Array [−][src]
pub struct Array<'a> { /* fields omitted */ }
Expand description
A Postgres array.
Implementations
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.