C# Class Community.CsharpSqlite.Sqlite3.Mem0Global

Show file Open project: Orvid/SQLInterfaceCollection

Public Properties

Property Type Description
aBtCursor BtCursor[]
aByte byte[][][]
aByteSize int[]
aByte_used int[]
aInt int[][]
aMem Mem[]
alarmArg object
alarmCallback dxalarmCallback
alarmThreshold sqlite3_int64
msBtCursor memstat
msByte memstat
msInt memstat
msMem memstat
mutex sqlite3_mutex
nPageFree int
nScratchFree int
nearlyFull bool

Public Methods

Method Description
Mem0Global ( ) : System.Diagnostics
Mem0Global ( int nScratchFree, int nPageFree, sqlite3_mutex mutex, sqlite3_int64 alarmThreshold, dxalarmCallback alarmCallback, object alarmArg, int Byte_Allocation, int Int_Allocation, int Mem_Allocation, int BtCursor_Allocation ) : System.Diagnostics

Method Details

Mem0Global() public method

public Mem0Global ( ) : System.Diagnostics
return System.Diagnostics

Mem0Global() public method

public Mem0Global ( int nScratchFree, int nPageFree, sqlite3_mutex mutex, sqlite3_int64 alarmThreshold, dxalarmCallback alarmCallback, object alarmArg, int Byte_Allocation, int Int_Allocation, int Mem_Allocation, int BtCursor_Allocation ) : System.Diagnostics
nScratchFree int
nPageFree int
mutex sqlite3_mutex
alarmThreshold sqlite3_int64
alarmCallback dxalarmCallback
alarmArg object
Byte_Allocation int
Int_Allocation int
Mem_Allocation int
BtCursor_Allocation int
return System.Diagnostics

Property Details

aBtCursor public property

public BtCursor[] aBtCursor
return BtCursor[]

aByte public property

public byte[][][] aByte
return byte[][][]

aByteSize public property

public int[] aByteSize
return int[]

aByte_used public property

public int[] aByte_used
return int[]

aInt public property

public int[][] aInt
return int[][]

aMem public property

public Mem[] aMem
return Mem[]

alarmArg public property

public object alarmArg
return object

alarmCallback public property

public dxalarmCallback alarmCallback
return dxalarmCallback

alarmThreshold public property

public sqlite3_int64 alarmThreshold
return sqlite3_int64

msBtCursor public property

public memstat msBtCursor
return memstat

msByte public property

public memstat msByte
return memstat

msInt public property

public memstat msInt
return memstat

msMem public property

public memstat msMem
return memstat

mutex public property

public sqlite3_mutex mutex
return sqlite3_mutex

nPageFree public property

public int nPageFree
return int

nScratchFree public property

public int nScratchFree
return int

nearlyFull public property

public bool nearlyFull
return bool