Struct oracle::DbError [] [src]

pub struct DbError { /* fields omitted */ }

Oracle database error or ODPI-C error

Methods

impl DbError
[src]

[src]

[src]

Oracle error code if OciError. always zero if DpiError

[src]

? (used for Batch Errors?)

[src]

error message

[src]

function name in ODPI-C used by rust-oracle

[src]

action name in ODPI-C used by rust-oracle

Trait Implementations

impl Eq for DbError
[src]

impl PartialEq for DbError
[src]

[src]

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

[src]

This method tests for !=.

impl Clone for DbError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more