Enum odbc_sys::AttrConnectionPooling [−][src]
#[repr(u32)]
pub enum AttrConnectionPooling {
Off,
OnePerDriver,
OnePerHenv,
DriverAware,
}Connection pool configuration
Possible values for ConnectionPooling attribute set with SQLSetEnvAttr to define
which pooling scheme will be used
Variants
Trait Implementations
impl Clone for AttrConnectionPooling[src]
impl Clone for AttrConnectionPooling[src]fn clone(&self) -> AttrConnectionPooling[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for AttrConnectionPooling[src]
impl Copy for AttrConnectionPooling[src]impl Default for AttrConnectionPooling[src]
impl Default for AttrConnectionPooling[src]Connection pool default configuration
impl Eq for AttrConnectionPooling[src]
impl Eq for AttrConnectionPooling[src]impl From<AttrConnectionPooling> for Pointer[src]
impl From<AttrConnectionPooling> for Pointer[src]fn from(source: AttrConnectionPooling) -> Pointer[src]
impl StructuralEq for AttrConnectionPooling[src]
impl StructuralEq for AttrConnectionPooling[src]Auto Trait Implementations
impl RefUnwindSafe for AttrConnectionPooling
impl RefUnwindSafe for AttrConnectionPoolingimpl Send for AttrConnectionPooling
impl Send for AttrConnectionPoolingimpl Sync for AttrConnectionPooling
impl Sync for AttrConnectionPoolingimpl Unpin for AttrConnectionPooling
impl Unpin for AttrConnectionPoolingimpl UnwindSafe for AttrConnectionPooling
impl UnwindSafe for AttrConnectionPooling