#[repr(C)]pub struct SQLPERF {Show 33 fields
pub TimerResolution: u32,
pub SQLidu: u32,
pub SQLiduRows: u32,
pub SQLSelects: u32,
pub SQLSelectRows: u32,
pub Transactions: u32,
pub SQLPrepares: u32,
pub ExecDirects: u32,
pub SQLExecutes: u32,
pub CursorOpens: u32,
pub CursorSize: u32,
pub CursorUsed: u32,
pub PercentCursorUsed: f64,
pub AvgFetchTime: f64,
pub AvgCursorSize: f64,
pub AvgCursorUsed: f64,
pub SQLFetchTime: u32,
pub SQLFetchCount: u32,
pub CurrentStmtCount: u32,
pub MaxOpenStmt: u32,
pub SumOpenStmt: u32,
pub CurrentConnectionCount: u32,
pub MaxConnectionsOpened: u32,
pub SumConnectionsOpened: u32,
pub SumConnectiontime: u32,
pub AvgTimeOpened: f64,
pub ServerRndTrips: u32,
pub BuffersSent: u32,
pub BuffersRec: u32,
pub BytesSent: u32,
pub BytesRec: u32,
pub msExecutionTime: u32,
pub msNetWorkServerTime: u32,
}
Fields§
§TimerResolution: u32
§SQLidu: u32
§SQLiduRows: u32
§SQLSelects: u32
§SQLSelectRows: u32
§Transactions: u32
§SQLPrepares: u32
§ExecDirects: u32
§SQLExecutes: u32
§CursorOpens: u32
§CursorSize: u32
§CursorUsed: u32
§PercentCursorUsed: f64
§AvgFetchTime: f64
§AvgCursorSize: f64
§AvgCursorUsed: f64
§SQLFetchTime: u32
§SQLFetchCount: u32
§CurrentStmtCount: u32
§MaxOpenStmt: u32
§SumOpenStmt: u32
§CurrentConnectionCount: u32
§MaxConnectionsOpened: u32
§SumConnectionsOpened: u32
§SumConnectiontime: u32
§AvgTimeOpened: f64
§ServerRndTrips: u32
§BuffersSent: u32
§BuffersRec: u32
§BytesSent: u32
§BytesRec: u32
§msExecutionTime: u32
§msNetWorkServerTime: u32
Trait Implementations§
impl Copy for SQLPERF
impl StructuralPartialEq for SQLPERF
Auto Trait Implementations§
impl Freeze for SQLPERF
impl RefUnwindSafe for SQLPERF
impl Send for SQLPERF
impl Sync for SQLPERF
impl Unpin for SQLPERF
impl UnwindSafe for SQLPERF
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)