Type Definition odbc_safe::Connection [] [src]

type Connection<'env> = DataSource<'env, Connected<'env>>;

Connection can be used as a shorthand for a DataSource in Connected state.

Methods

impl<'env> Connection<'env>
[src]

When an application has finished using a data source, it calls disconnect. disconnect disconnects the driver from the data source.

true if the data source is set to READ ONLY mode, false otherwise.