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]

[src]

Returns information about the attribute.

[src]

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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ObjectAttr
[src]

[src]

Formats the value using the given formatter. Read more

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

[src]

Performs the conversion.

Auto Trait Implementations

impl !Send for ObjectAttr

impl !Sync for ObjectAttr