Struct mimir::Rowid [] [src]

pub struct Rowid { /* fields omitted */ }

This structure is used to represent the unique identifier of a row in the database and is available by handle to a calling application or driver.

Methods

impl Rowid
[src]

[src]

Returns the string (base64) representation of the rowid.

Trait Implementations

impl From<*mut ODPIRowid> for Rowid
[src]

[src]

Performs the conversion.

impl Drop for Rowid
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl !Send for Rowid

impl !Sync for Rowid