public class SQLPERF
extends org.lwjgl.system.Struct
implements org.lwjgl.system.NativeResource
struct SQLPERF {
DWORD TimerResolution;
DWORD SQLidu;
DWORD SQLiduRows;
DWORD SQLSelects;
DWORD SQLSelectRows;
DWORD Transactions;
DWORD SQLPrepares;
DWORD ExecDirects;
DWORD SQLExecutes;
DWORD CursorOpens;
DWORD CursorSize;
DWORD CursorUsed;
LDOUBLE PercentCursorUsed;
LDOUBLE AvgFetchTime;
LDOUBLE AvgCursorSize;
LDOUBLE AvgCursorUsed;
DWORD SQLFetchTime;
DWORD SQLFetchCount;
DWORD CurrentStmtCount;
DWORD MaxOpenStmt;
DWORD SumOpenStmt;
DWORD CurrentConnectionCount;
DWORD MaxConnectionsOpened;
DWORD SumConnectionsOpened;
DWORD SumConnectiontime;
LDOUBLE AvgTimeOpened;
DWORD ServerRndTrips;
DWORD BuffersSent;
DWORD BuffersRec;
DWORD BytesSent;
DWORD BytesRec;
DWORD msExecutionTime;
DWORD msNetWorkServerTime;
}| Modifier and Type | Class and Description |
|---|---|
static class |
SQLPERF.Buffer
An array of
SQLPERF structs. |
| Modifier and Type | Field and Description |
|---|---|
static int |
ALIGNOF
The struct alignment in bytes.
|
static int |
AVGCURSORSIZE
The struct member offsets.
|
static int |
AVGCURSORUSED
The struct member offsets.
|
static int |
AVGFETCHTIME
The struct member offsets.
|
static int |
AVGTIMEOPENED
The struct member offsets.
|
static int |
BUFFERSREC
The struct member offsets.
|
static int |
BUFFERSSENT
The struct member offsets.
|
static int |
BYTESREC
The struct member offsets.
|
static int |
BYTESSENT
The struct member offsets.
|
static int |
CURRENTCONNECTIONCOUNT
The struct member offsets.
|
static int |
CURRENTSTMTCOUNT
The struct member offsets.
|
static int |
CURSOROPENS
The struct member offsets.
|
static int |
CURSORSIZE
The struct member offsets.
|
static int |
CURSORUSED
The struct member offsets.
|
static int |
EXECDIRECTS
The struct member offsets.
|
static int |
MAXCONNECTIONSOPENED
The struct member offsets.
|
static int |
MAXOPENSTMT
The struct member offsets.
|
static int |
MSEXECUTIONTIME
The struct member offsets.
|
static int |
MSNETWORKSERVERTIME
The struct member offsets.
|
static int |
PERCENTCURSORUSED
The struct member offsets.
|
static int |
SERVERRNDTRIPS
The struct member offsets.
|
static int |
SIZEOF
The struct size in bytes.
|
static int |
SQLEXECUTES
The struct member offsets.
|
static int |
SQLFETCHCOUNT
The struct member offsets.
|
static int |
SQLFETCHTIME
The struct member offsets.
|
static int |
SQLIDU
The struct member offsets.
|
static int |
SQLIDUROWS
The struct member offsets.
|
static int |
SQLPREPARES
The struct member offsets.
|
static int |
SQLSELECTROWS
The struct member offsets.
|
static int |
SQLSELECTS
The struct member offsets.
|
static int |
SUMCONNECTIONSOPENED
The struct member offsets.
|
static int |
SUMCONNECTIONTIME
The struct member offsets.
|
static int |
SUMOPENSTMT
The struct member offsets.
|
static int |
TIMERRESOLUTION
The struct member offsets.
|
static int |
TRANSACTIONS
The struct member offsets.
|
| Constructor and Description |
|---|
SQLPERF(java.nio.ByteBuffer container)
Creates a
SQLPERF instance at the current position of the specified ByteBuffer container. |
| Modifier and Type | Method and Description |
|---|---|
double |
AvgCursorSize()
Returns the value of the
AvgCursorSize field. |
SQLPERF |
AvgCursorSize(double value)
Sets the specified value to the
AvgCursorSize field. |
double |
AvgCursorUsed()
Returns the value of the
AvgCursorUsed field. |
SQLPERF |
AvgCursorUsed(double value)
Sets the specified value to the
AvgCursorUsed field. |
double |
AvgFetchTime()
Returns the value of the
AvgFetchTime field. |
SQLPERF |
AvgFetchTime(double value)
Sets the specified value to the
AvgFetchTime field. |
double |
AvgTimeOpened()
Returns the value of the
AvgTimeOpened field. |
SQLPERF |
AvgTimeOpened(double value)
Sets the specified value to the
AvgTimeOpened field. |
int |
BuffersRec()
Returns the value of the
BuffersRec field. |
SQLPERF |
BuffersRec(int value)
Sets the specified value to the
BuffersRec field. |
int |
BuffersSent()
Returns the value of the
BuffersSent field. |
SQLPERF |
BuffersSent(int value)
Sets the specified value to the
BuffersSent field. |
int |
BytesRec()
Returns the value of the
BytesRec field. |
SQLPERF |
BytesRec(int value)
Sets the specified value to the
BytesRec field. |
int |
BytesSent()
Returns the value of the
BytesSent field. |
SQLPERF |
BytesSent(int value)
Sets the specified value to the
BytesSent field. |
static SQLPERF |
calloc()
Returns a new
SQLPERF instance allocated with memCalloc. |
static SQLPERF.Buffer |
calloc(int capacity)
Returns a new
SQLPERF.Buffer instance allocated with memCalloc. |
static SQLPERF |
callocStack()
Returns a new
SQLPERF instance allocated on the thread-local MemoryStack and initializes all its bits to zero. |
static SQLPERF.Buffer |
callocStack(int capacity)
Returns a new
SQLPERF.Buffer instance allocated on the thread-local MemoryStack and initializes all its bits to zero. |
static SQLPERF.Buffer |
callocStack(int capacity,
org.lwjgl.system.MemoryStack stack)
Returns a new
SQLPERF.Buffer instance allocated on the specified MemoryStack and initializes all its bits to zero. |
static SQLPERF |
callocStack(org.lwjgl.system.MemoryStack stack)
Returns a new
SQLPERF instance allocated on the specified MemoryStack and initializes all its bits to zero. |
static SQLPERF |
create()
Returns a new
SQLPERF instance allocated with BufferUtils. |
static SQLPERF.Buffer |
create(int capacity)
Returns a new
SQLPERF.Buffer instance allocated with BufferUtils. |
static SQLPERF |
create(long address)
Returns a new
SQLPERF instance for the specified memory address. |
static SQLPERF.Buffer |
create(long address,
int capacity)
Create a
SQLPERF.Buffer instance at the specified memory. |
static SQLPERF |
createSafe(long address)
|
static SQLPERF.Buffer |
createSafe(long address,
int capacity)
|
int |
CurrentConnectionCount()
Returns the value of the
CurrentConnectionCount field. |
SQLPERF |
CurrentConnectionCount(int value)
Sets the specified value to the
CurrentConnectionCount field. |
int |
CurrentStmtCount()
Returns the value of the
CurrentStmtCount field. |
SQLPERF |
CurrentStmtCount(int value)
Sets the specified value to the
CurrentStmtCount field. |
int |
CursorOpens()
Returns the value of the
CursorOpens field. |
SQLPERF |
CursorOpens(int value)
Sets the specified value to the
CursorOpens field. |
int |
CursorSize()
Returns the value of the
CursorSize field. |
SQLPERF |
CursorSize(int value)
Sets the specified value to the
CursorSize field. |
int |
CursorUsed()
Returns the value of the
CursorUsed field. |
SQLPERF |
CursorUsed(int value)
Sets the specified value to the
CursorUsed field. |
int |
ExecDirects()
Returns the value of the
ExecDirects field. |
SQLPERF |
ExecDirects(int value)
Sets the specified value to the
ExecDirects field. |
static SQLPERF |
malloc()
Returns a new
SQLPERF instance allocated with memAlloc. |
static SQLPERF.Buffer |
malloc(int capacity)
Returns a new
SQLPERF.Buffer instance allocated with memAlloc. |
static SQLPERF |
mallocStack()
Returns a new
SQLPERF instance allocated on the thread-local MemoryStack. |
static SQLPERF.Buffer |
mallocStack(int capacity)
Returns a new
SQLPERF.Buffer instance allocated on the thread-local MemoryStack. |
static SQLPERF.Buffer |
mallocStack(int capacity,
org.lwjgl.system.MemoryStack stack)
Returns a new
SQLPERF.Buffer instance allocated on the specified MemoryStack. |
static SQLPERF |
mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a new
SQLPERF instance allocated on the specified MemoryStack. |
int |
MaxConnectionsOpened()
Returns the value of the
MaxConnectionsOpened field. |
SQLPERF |
MaxConnectionsOpened(int value)
Sets the specified value to the
MaxConnectionsOpened field. |
int |
MaxOpenStmt()
Returns the value of the
MaxOpenStmt field. |
SQLPERF |
MaxOpenStmt(int value)
Sets the specified value to the
MaxOpenStmt field. |
int |
msExecutionTime()
Returns the value of the
msExecutionTime field. |
SQLPERF |
msExecutionTime(int value)
Sets the specified value to the
msExecutionTime field. |
int |
msNetWorkServerTime()
Returns the value of the
msNetWorkServerTime field. |
SQLPERF |
msNetWorkServerTime(int value)
Sets the specified value to the
msNetWorkServerTime field. |
static double |
nAvgCursorSize(long struct)
Unsafe version of
AvgCursorSize(). |
static void |
nAvgCursorSize(long struct,
double value)
Unsafe version of
AvgCursorSize. |
static double |
nAvgCursorUsed(long struct)
Unsafe version of
AvgCursorUsed(). |
static void |
nAvgCursorUsed(long struct,
double value)
Unsafe version of
AvgCursorUsed. |
static double |
nAvgFetchTime(long struct)
Unsafe version of
AvgFetchTime(). |
static void |
nAvgFetchTime(long struct,
double value)
Unsafe version of
AvgFetchTime. |
static double |
nAvgTimeOpened(long struct)
Unsafe version of
AvgTimeOpened(). |
static void |
nAvgTimeOpened(long struct,
double value)
Unsafe version of
AvgTimeOpened. |
static int |
nBuffersRec(long struct)
Unsafe version of
BuffersRec(). |
static void |
nBuffersRec(long struct,
int value)
Unsafe version of
BuffersRec. |
static int |
nBuffersSent(long struct)
Unsafe version of
BuffersSent(). |
static void |
nBuffersSent(long struct,
int value)
Unsafe version of
BuffersSent. |
static int |
nBytesRec(long struct)
Unsafe version of
BytesRec(). |
static void |
nBytesRec(long struct,
int value)
Unsafe version of
BytesRec. |
static int |
nBytesSent(long struct)
Unsafe version of
BytesSent(). |
static void |
nBytesSent(long struct,
int value)
Unsafe version of
BytesSent. |
static int |
nCurrentConnectionCount(long struct)
Unsafe version of
CurrentConnectionCount(). |
static void |
nCurrentConnectionCount(long struct,
int value)
Unsafe version of
CurrentConnectionCount. |
static int |
nCurrentStmtCount(long struct)
Unsafe version of
CurrentStmtCount(). |
static void |
nCurrentStmtCount(long struct,
int value)
Unsafe version of
CurrentStmtCount. |
static int |
nCursorOpens(long struct)
Unsafe version of
CursorOpens(). |
static void |
nCursorOpens(long struct,
int value)
Unsafe version of
CursorOpens. |
static int |
nCursorSize(long struct)
Unsafe version of
CursorSize(). |
static void |
nCursorSize(long struct,
int value)
Unsafe version of
CursorSize. |
static int |
nCursorUsed(long struct)
Unsafe version of
CursorUsed(). |
static void |
nCursorUsed(long struct,
int value)
Unsafe version of
CursorUsed. |
static int |
nExecDirects(long struct)
Unsafe version of
ExecDirects(). |
static void |
nExecDirects(long struct,
int value)
Unsafe version of
ExecDirects. |
static int |
nMaxConnectionsOpened(long struct)
Unsafe version of
MaxConnectionsOpened(). |
static void |
nMaxConnectionsOpened(long struct,
int value)
Unsafe version of
MaxConnectionsOpened. |
static int |
nMaxOpenStmt(long struct)
Unsafe version of
MaxOpenStmt(). |
static void |
nMaxOpenStmt(long struct,
int value)
Unsafe version of
MaxOpenStmt. |
static int |
nmsExecutionTime(long struct)
Unsafe version of
msExecutionTime(). |
static void |
nmsExecutionTime(long struct,
int value)
Unsafe version of
msExecutionTime. |
static int |
nmsNetWorkServerTime(long struct)
Unsafe version of
msNetWorkServerTime(). |
static void |
nmsNetWorkServerTime(long struct,
int value)
Unsafe version of
msNetWorkServerTime. |
static double |
nPercentCursorUsed(long struct)
Unsafe version of
PercentCursorUsed(). |
static void |
nPercentCursorUsed(long struct,
double value)
Unsafe version of
PercentCursorUsed. |
static int |
nServerRndTrips(long struct)
Unsafe version of
ServerRndTrips(). |
static void |
nServerRndTrips(long struct,
int value)
Unsafe version of
ServerRndTrips. |
static int |
nSQLExecutes(long struct)
Unsafe version of
SQLExecutes(). |
static void |
nSQLExecutes(long struct,
int value)
Unsafe version of
SQLExecutes. |
static int |
nSQLFetchCount(long struct)
Unsafe version of
SQLFetchCount(). |
static void |
nSQLFetchCount(long struct,
int value)
Unsafe version of
SQLFetchCount. |
static int |
nSQLFetchTime(long struct)
Unsafe version of
SQLFetchTime(). |
static void |
nSQLFetchTime(long struct,
int value)
Unsafe version of
SQLFetchTime. |
static int |
nSQLidu(long struct)
Unsafe version of
SQLidu(). |
static void |
nSQLidu(long struct,
int value)
Unsafe version of
SQLidu. |
static int |
nSQLiduRows(long struct)
Unsafe version of
SQLiduRows(). |
static void |
nSQLiduRows(long struct,
int value)
Unsafe version of
SQLiduRows. |
static int |
nSQLPrepares(long struct)
Unsafe version of
SQLPrepares(). |
static void |
nSQLPrepares(long struct,
int value)
Unsafe version of
SQLPrepares. |
static int |
nSQLSelectRows(long struct)
Unsafe version of
SQLSelectRows(). |
static void |
nSQLSelectRows(long struct,
int value)
Unsafe version of
SQLSelectRows. |
static int |
nSQLSelects(long struct)
Unsafe version of
SQLSelects(). |
static void |
nSQLSelects(long struct,
int value)
Unsafe version of
SQLSelects. |
static int |
nSumConnectionsOpened(long struct)
Unsafe version of
SumConnectionsOpened(). |
static void |
nSumConnectionsOpened(long struct,
int value)
Unsafe version of
SumConnectionsOpened. |
static int |
nSumConnectiontime(long struct)
Unsafe version of
SumConnectiontime(). |
static void |
nSumConnectiontime(long struct,
int value)
Unsafe version of
SumConnectiontime. |
static int |
nSumOpenStmt(long struct)
Unsafe version of
SumOpenStmt(). |
static void |
nSumOpenStmt(long struct,
int value)
Unsafe version of
SumOpenStmt. |
static int |
nTimerResolution(long struct)
Unsafe version of
TimerResolution(). |
static void |
nTimerResolution(long struct,
int value)
Unsafe version of
TimerResolution. |
static int |
nTransactions(long struct)
Unsafe version of
Transactions(). |
static void |
nTransactions(long struct,
int value)
Unsafe version of
Transactions. |
double |
PercentCursorUsed()
Returns the value of the
PercentCursorUsed field. |
SQLPERF |
PercentCursorUsed(double value)
Sets the specified value to the
PercentCursorUsed field. |
int |
ServerRndTrips()
Returns the value of the
ServerRndTrips field. |
SQLPERF |
ServerRndTrips(int value)
Sets the specified value to the
ServerRndTrips field. |
SQLPERF |
set(int TimerResolution,
int SQLidu,
int SQLiduRows,
int SQLSelects,
int SQLSelectRows,
int Transactions,
int SQLPrepares,
int ExecDirects,
int SQLExecutes,
int CursorOpens,
int CursorSize,
int CursorUsed,
double PercentCursorUsed,
double AvgFetchTime,
double AvgCursorSize,
double AvgCursorUsed,
int SQLFetchTime,
int SQLFetchCount,
int CurrentStmtCount,
int MaxOpenStmt,
int SumOpenStmt,
int CurrentConnectionCount,
int MaxConnectionsOpened,
int SumConnectionsOpened,
int SumConnectiontime,
double AvgTimeOpened,
int ServerRndTrips,
int BuffersSent,
int BuffersRec,
int BytesSent,
int BytesRec,
int msExecutionTime,
int msNetWorkServerTime)
Initializes this struct with the specified values.
|
SQLPERF |
set(SQLPERF src)
Copies the specified struct data to this struct.
|
int |
sizeof() |
int |
SQLExecutes()
Returns the value of the
SQLExecutes field. |
SQLPERF |
SQLExecutes(int value)
Sets the specified value to the
SQLExecutes field. |
int |
SQLFetchCount()
Returns the value of the
SQLFetchCount field. |
SQLPERF |
SQLFetchCount(int value)
Sets the specified value to the
SQLFetchCount field. |
int |
SQLFetchTime()
Returns the value of the
SQLFetchTime field. |
SQLPERF |
SQLFetchTime(int value)
Sets the specified value to the
SQLFetchTime field. |
int |
SQLidu()
Returns the value of the
SQLidu field. |
SQLPERF |
SQLidu(int value)
Sets the specified value to the
SQLidu field. |
int |
SQLiduRows()
Returns the value of the
SQLiduRows field. |
SQLPERF |
SQLiduRows(int value)
Sets the specified value to the
SQLiduRows field. |
int |
SQLPrepares()
Returns the value of the
SQLPrepares field. |
SQLPERF |
SQLPrepares(int value)
Sets the specified value to the
SQLPrepares field. |
int |
SQLSelectRows()
Returns the value of the
SQLSelectRows field. |
SQLPERF |
SQLSelectRows(int value)
Sets the specified value to the
SQLSelectRows field. |
int |
SQLSelects()
Returns the value of the
SQLSelects field. |
SQLPERF |
SQLSelects(int value)
Sets the specified value to the
SQLSelects field. |
int |
SumConnectionsOpened()
Returns the value of the
SumConnectionsOpened field. |
SQLPERF |
SumConnectionsOpened(int value)
Sets the specified value to the
SumConnectionsOpened field. |
int |
SumConnectiontime()
Returns the value of the
SumConnectiontime field. |
SQLPERF |
SumConnectiontime(int value)
Sets the specified value to the
SumConnectiontime field. |
int |
SumOpenStmt()
Returns the value of the
SumOpenStmt field. |
SQLPERF |
SumOpenStmt(int value)
Sets the specified value to the
SumOpenStmt field. |
int |
TimerResolution()
Returns the value of the
TimerResolution field. |
SQLPERF |
TimerResolution(int value)
Sets the specified value to the
TimerResolution field. |
int |
Transactions()
Returns the value of the
Transactions field. |
SQLPERF |
Transactions(int value)
Sets the specified value to the
Transactions field. |
public static final int SIZEOF
public static final int ALIGNOF
public static final int TIMERRESOLUTION
public static final int SQLIDU
public static final int SQLIDUROWS
public static final int SQLSELECTS
public static final int SQLSELECTROWS
public static final int TRANSACTIONS
public static final int SQLPREPARES
public static final int EXECDIRECTS
public static final int SQLEXECUTES
public static final int CURSOROPENS
public static final int CURSORSIZE
public static final int CURSORUSED
public static final int PERCENTCURSORUSED
public static final int AVGFETCHTIME
public static final int AVGCURSORSIZE
public static final int AVGCURSORUSED
public static final int SQLFETCHTIME
public static final int SQLFETCHCOUNT
public static final int CURRENTSTMTCOUNT
public static final int MAXOPENSTMT
public static final int SUMOPENSTMT
public static final int CURRENTCONNECTIONCOUNT
public static final int MAXCONNECTIONSOPENED
public static final int SUMCONNECTIONSOPENED
public static final int SUMCONNECTIONTIME
public static final int AVGTIMEOPENED
public static final int SERVERRNDTRIPS
public static final int BUFFERSSENT
public static final int BUFFERSREC
public static final int BYTESSENT
public static final int BYTESREC
public static final int MSEXECUTIONTIME
public static final int MSNETWORKSERVERTIME
public SQLPERF(java.nio.ByteBuffer container)
SQLPERF instance at the current position of the specified ByteBuffer container. Changes to the buffer's content will be
visible to the struct instance and vice versa.
The created instance holds a strong reference to the container object.
public int sizeof()
sizeof in class org.lwjgl.system.Structpublic int TimerResolution()
TimerResolution field.public int SQLidu()
SQLidu field.public int SQLiduRows()
SQLiduRows field.public int SQLSelects()
SQLSelects field.public int SQLSelectRows()
SQLSelectRows field.public int Transactions()
Transactions field.public int SQLPrepares()
SQLPrepares field.public int ExecDirects()
ExecDirects field.public int SQLExecutes()
SQLExecutes field.public int CursorOpens()
CursorOpens field.public int CursorSize()
CursorSize field.public int CursorUsed()
CursorUsed field.public double PercentCursorUsed()
PercentCursorUsed field.public double AvgFetchTime()
AvgFetchTime field.public double AvgCursorSize()
AvgCursorSize field.public double AvgCursorUsed()
AvgCursorUsed field.public int SQLFetchTime()
SQLFetchTime field.public int SQLFetchCount()
SQLFetchCount field.public int CurrentStmtCount()
CurrentStmtCount field.public int MaxOpenStmt()
MaxOpenStmt field.public int SumOpenStmt()
SumOpenStmt field.public int CurrentConnectionCount()
CurrentConnectionCount field.public int MaxConnectionsOpened()
MaxConnectionsOpened field.public int SumConnectionsOpened()
SumConnectionsOpened field.public int SumConnectiontime()
SumConnectiontime field.public double AvgTimeOpened()
AvgTimeOpened field.public int ServerRndTrips()
ServerRndTrips field.public int BuffersSent()
BuffersSent field.public int BuffersRec()
BuffersRec field.public int BytesSent()
BytesSent field.public int BytesRec()
BytesRec field.public int msExecutionTime()
msExecutionTime field.public int msNetWorkServerTime()
msNetWorkServerTime field.public SQLPERF TimerResolution(int value)
TimerResolution field.public SQLPERF SQLidu(int value)
SQLidu field.public SQLPERF SQLiduRows(int value)
SQLiduRows field.public SQLPERF SQLSelects(int value)
SQLSelects field.public SQLPERF SQLSelectRows(int value)
SQLSelectRows field.public SQLPERF Transactions(int value)
Transactions field.public SQLPERF SQLPrepares(int value)
SQLPrepares field.public SQLPERF ExecDirects(int value)
ExecDirects field.public SQLPERF SQLExecutes(int value)
SQLExecutes field.public SQLPERF CursorOpens(int value)
CursorOpens field.public SQLPERF CursorSize(int value)
CursorSize field.public SQLPERF CursorUsed(int value)
CursorUsed field.public SQLPERF PercentCursorUsed(double value)
PercentCursorUsed field.public SQLPERF AvgFetchTime(double value)
AvgFetchTime field.public SQLPERF AvgCursorSize(double value)
AvgCursorSize field.public SQLPERF AvgCursorUsed(double value)
AvgCursorUsed field.public SQLPERF SQLFetchTime(int value)
SQLFetchTime field.public SQLPERF SQLFetchCount(int value)
SQLFetchCount field.public SQLPERF CurrentStmtCount(int value)
CurrentStmtCount field.public SQLPERF MaxOpenStmt(int value)
MaxOpenStmt field.public SQLPERF SumOpenStmt(int value)
SumOpenStmt field.public SQLPERF CurrentConnectionCount(int value)
CurrentConnectionCount field.public SQLPERF MaxConnectionsOpened(int value)
MaxConnectionsOpened field.public SQLPERF SumConnectionsOpened(int value)
SumConnectionsOpened field.public SQLPERF SumConnectiontime(int value)
SumConnectiontime field.public SQLPERF AvgTimeOpened(double value)
AvgTimeOpened field.public SQLPERF ServerRndTrips(int value)
ServerRndTrips field.public SQLPERF BuffersSent(int value)
BuffersSent field.public SQLPERF BuffersRec(int value)
BuffersRec field.public SQLPERF BytesSent(int value)
BytesSent field.public SQLPERF BytesRec(int value)
BytesRec field.public SQLPERF msExecutionTime(int value)
msExecutionTime field.public SQLPERF msNetWorkServerTime(int value)
msNetWorkServerTime field.public SQLPERF set(int TimerResolution, int SQLidu, int SQLiduRows, int SQLSelects, int SQLSelectRows, int Transactions, int SQLPrepares, int ExecDirects, int SQLExecutes, int CursorOpens, int CursorSize, int CursorUsed, double PercentCursorUsed, double AvgFetchTime, double AvgCursorSize, double AvgCursorUsed, int SQLFetchTime, int SQLFetchCount, int CurrentStmtCount, int MaxOpenStmt, int SumOpenStmt, int CurrentConnectionCount, int MaxConnectionsOpened, int SumConnectionsOpened, int SumConnectiontime, double AvgTimeOpened, int ServerRndTrips, int BuffersSent, int BuffersRec, int BytesSent, int BytesRec, int msExecutionTime, int msNetWorkServerTime)
public SQLPERF set(SQLPERF src)
src - the source structpublic static SQLPERF malloc()
SQLPERF instance allocated with memAlloc. The instance must be explicitly freed.public static SQLPERF calloc()
SQLPERF instance allocated with memCalloc. The instance must be explicitly freed.public static SQLPERF create()
SQLPERF instance allocated with BufferUtils.public static SQLPERF create(long address)
SQLPERF instance for the specified memory address.@Nullable public static SQLPERF createSafe(long address)
public static SQLPERF.Buffer malloc(int capacity)
SQLPERF.Buffer instance allocated with memAlloc. The instance must be explicitly freed.capacity - the buffer capacitypublic static SQLPERF.Buffer calloc(int capacity)
SQLPERF.Buffer instance allocated with memCalloc. The instance must be explicitly freed.capacity - the buffer capacitypublic static SQLPERF.Buffer create(int capacity)
SQLPERF.Buffer instance allocated with BufferUtils.capacity - the buffer capacitypublic static SQLPERF.Buffer create(long address, int capacity)
SQLPERF.Buffer instance at the specified memory.address - the memory addresscapacity - the buffer capacity@Nullable public static SQLPERF.Buffer createSafe(long address, int capacity)
public static SQLPERF mallocStack()
SQLPERF instance allocated on the thread-local MemoryStack.public static SQLPERF callocStack()
SQLPERF instance allocated on the thread-local MemoryStack and initializes all its bits to zero.public static SQLPERF mallocStack(org.lwjgl.system.MemoryStack stack)
SQLPERF instance allocated on the specified MemoryStack.stack - the stack from which to allocatepublic static SQLPERF callocStack(org.lwjgl.system.MemoryStack stack)
SQLPERF instance allocated on the specified MemoryStack and initializes all its bits to zero.stack - the stack from which to allocatepublic static SQLPERF.Buffer mallocStack(int capacity)
SQLPERF.Buffer instance allocated on the thread-local MemoryStack.capacity - the buffer capacitypublic static SQLPERF.Buffer callocStack(int capacity)
SQLPERF.Buffer instance allocated on the thread-local MemoryStack and initializes all its bits to zero.capacity - the buffer capacitypublic static SQLPERF.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
SQLPERF.Buffer instance allocated on the specified MemoryStack.stack - the stack from which to allocatecapacity - the buffer capacitypublic static SQLPERF.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
SQLPERF.Buffer instance allocated on the specified MemoryStack and initializes all its bits to zero.stack - the stack from which to allocatecapacity - the buffer capacitypublic static int nTimerResolution(long struct)
TimerResolution().public static int nSQLidu(long struct)
SQLidu().public static int nSQLiduRows(long struct)
SQLiduRows().public static int nSQLSelects(long struct)
SQLSelects().public static int nSQLSelectRows(long struct)
SQLSelectRows().public static int nTransactions(long struct)
Transactions().public static int nSQLPrepares(long struct)
SQLPrepares().public static int nExecDirects(long struct)
ExecDirects().public static int nSQLExecutes(long struct)
SQLExecutes().public static int nCursorOpens(long struct)
CursorOpens().public static int nCursorSize(long struct)
CursorSize().public static int nCursorUsed(long struct)
CursorUsed().public static double nPercentCursorUsed(long struct)
PercentCursorUsed().public static double nAvgFetchTime(long struct)
AvgFetchTime().public static double nAvgCursorSize(long struct)
AvgCursorSize().public static double nAvgCursorUsed(long struct)
AvgCursorUsed().public static int nSQLFetchTime(long struct)
SQLFetchTime().public static int nSQLFetchCount(long struct)
SQLFetchCount().public static int nCurrentStmtCount(long struct)
CurrentStmtCount().public static int nMaxOpenStmt(long struct)
MaxOpenStmt().public static int nSumOpenStmt(long struct)
SumOpenStmt().public static int nCurrentConnectionCount(long struct)
CurrentConnectionCount().public static int nMaxConnectionsOpened(long struct)
MaxConnectionsOpened().public static int nSumConnectionsOpened(long struct)
SumConnectionsOpened().public static int nSumConnectiontime(long struct)
SumConnectiontime().public static double nAvgTimeOpened(long struct)
AvgTimeOpened().public static int nServerRndTrips(long struct)
ServerRndTrips().public static int nBuffersSent(long struct)
BuffersSent().public static int nBuffersRec(long struct)
BuffersRec().public static int nBytesSent(long struct)
BytesSent().public static int nBytesRec(long struct)
BytesRec().public static int nmsExecutionTime(long struct)
msExecutionTime().public static int nmsNetWorkServerTime(long struct)
msNetWorkServerTime().public static void nTimerResolution(long struct,
int value)
TimerResolution.public static void nSQLidu(long struct,
int value)
SQLidu.public static void nSQLiduRows(long struct,
int value)
SQLiduRows.public static void nSQLSelects(long struct,
int value)
SQLSelects.public static void nSQLSelectRows(long struct,
int value)
SQLSelectRows.public static void nTransactions(long struct,
int value)
Transactions.public static void nSQLPrepares(long struct,
int value)
SQLPrepares.public static void nExecDirects(long struct,
int value)
ExecDirects.public static void nSQLExecutes(long struct,
int value)
SQLExecutes.public static void nCursorOpens(long struct,
int value)
CursorOpens.public static void nCursorSize(long struct,
int value)
CursorSize.public static void nCursorUsed(long struct,
int value)
CursorUsed.public static void nPercentCursorUsed(long struct,
double value)
PercentCursorUsed.public static void nAvgFetchTime(long struct,
double value)
AvgFetchTime.public static void nAvgCursorSize(long struct,
double value)
AvgCursorSize.public static void nAvgCursorUsed(long struct,
double value)
AvgCursorUsed.public static void nSQLFetchTime(long struct,
int value)
SQLFetchTime.public static void nSQLFetchCount(long struct,
int value)
SQLFetchCount.public static void nCurrentStmtCount(long struct,
int value)
CurrentStmtCount.public static void nMaxOpenStmt(long struct,
int value)
MaxOpenStmt.public static void nSumOpenStmt(long struct,
int value)
SumOpenStmt.public static void nCurrentConnectionCount(long struct,
int value)
CurrentConnectionCount.public static void nMaxConnectionsOpened(long struct,
int value)
MaxConnectionsOpened.public static void nSumConnectionsOpened(long struct,
int value)
SumConnectionsOpened.public static void nSumConnectiontime(long struct,
int value)
SumConnectiontime.public static void nAvgTimeOpened(long struct,
double value)
AvgTimeOpened.public static void nServerRndTrips(long struct,
int value)
ServerRndTrips.public static void nBuffersSent(long struct,
int value)
BuffersSent.public static void nBuffersRec(long struct,
int value)
BuffersRec.public static void nBytesSent(long struct,
int value)
BytesSent.public static void nBytesRec(long struct,
int value)
BytesRec.public static void nmsExecutionTime(long struct,
int value)
msExecutionTime.public static void nmsNetWorkServerTime(long struct,
int value)
msNetWorkServerTime.Copyright LWJGL. All Rights Reserved. License terms.