Struct mimir::ObjectAttr [] [src]

pub struct ObjectAttr { /* fields omitted */ }

Object type handles are used to represent types such as those created by the SQL command CREATE OR REPLACE TYPE.

Methods

impl ObjectAttr
[src]

Adds a reference to the attribute. This is intended for situations where a reference to the attribute needs to be maintained independently of the reference returned when the attribute was created.

Returns information about the attribute.

Releases a reference to the attribute. A count of the references to the attribute is maintained and when this count reaches zero, the memory associated with the attribute is freed.

Trait Implementations

impl Clone for ObjectAttr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ObjectAttr
[src]

Formats the value using the given formatter.

impl From<*mut ODPIObjectAttr> for ObjectAttr
[src]

Performs the conversion.