Struct oracle::DbError[][src]

pub struct DbError { /* fields omitted */ }

Oracle database error or ODPI-C error

Methods

impl DbError
[src]

Oracle error code if OciError. always zero if DpiError

? (used for Batch Errors?)

error message

function name in ODPI-C used by rust-oracle

action name in ODPI-C used by rust-oracle

Trait Implementations

impl Debug for DbError
[src]

Formats the value using the given formatter. Read more

impl Eq for DbError
[src]

impl PartialEq for DbError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for DbError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for DbError

impl Sync for DbError