Struct mimir::ObjectType[][src]

pub struct ObjectType { /* fields omitted */ }

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

Methods

impl ObjectType
[src]

Creates an object of the specified type and returns a reference to it. This reference should be released as soon as it is no longer needed.

Returns the list of attributes that belong to the object type.

Returns information about the object type.

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

Trait Implementations

impl Debug for ObjectType
[src]

Formats the value using the given formatter. Read more

impl From<*mut ODPIObjectType> for ObjectType
[src]

Performs the conversion.

Auto Trait Implementations

impl !Send for ObjectType

impl !Sync for ObjectType