C# Class Community.CsharpSqlite.Sqlite3.Mem0Global

显示文件 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_oe property

public BtCursor[] aBtCursor
return BtCursor[]

aByte public_oe property

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

aByteSize public_oe property

public int[] aByteSize
return int[]

aByte_used public_oe property

public int[] aByte_used
return int[]

aInt public_oe property

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

aMem public_oe property

public Mem[] aMem
return Mem[]

alarmArg public_oe property

public object alarmArg
return object

alarmCallback public_oe property

public dxalarmCallback alarmCallback
return dxalarmCallback

alarmThreshold public_oe property

public sqlite3_int64 alarmThreshold
return sqlite3_int64

msBtCursor public_oe property

public memstat msBtCursor
return memstat

msByte public_oe property

public memstat msByte
return memstat

msInt public_oe property

public memstat msInt
return memstat

msMem public_oe property

public memstat msMem
return memstat

mutex public_oe property

public sqlite3_mutex mutex
return sqlite3_mutex

nPageFree public_oe property

public int nPageFree
return int

nScratchFree public_oe property

public int nScratchFree
return int

nearlyFull public_oe property

public bool nearlyFull
return bool