#[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,
}
Expand description
Required features: "Win32_System_Search"
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
Auto Trait Implementations
impl RefUnwindSafe for sqlperf
impl Send for sqlperf
impl Sync for sqlperf
impl Unpin for sqlperf
impl UnwindSafe for sqlperf
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more