Struct oracle::Statement [] [src]

pub struct Statement<'conn> { /* fields omitted */ }

Methods

impl<'conn> Statement<'conn>
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Returns statement type

[src]

Returns true when the SQL statement has a RETURNING INTO clause.

Trait Implementations

impl<'conn> Drop for Statement<'conn>
[src]

[src]

Executes the destructor for this type. Read more