SQLite3Open Method (Byte, IntPtr, Int32, IntPtr) |
Namespace:
Unvired.Kernel.SQLite
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static SQLite3Result Open(
byte[] filename,
out IntPtr db,
int flags,
IntPtr zvfs
)
Public Shared Function Open (
filename As Byte(),
<OutAttribute> ByRef db As IntPtr,
flags As Integer,
zvfs As IntPtr
) As SQLite3Result
public:
static SQLite3Result Open(
array<unsigned char>^ filename,
[OutAttribute] IntPtr% db,
int flags,
IntPtr zvfs
)
static member Open :
filename : byte[] *
db : IntPtr byref *
flags : int *
zvfs : IntPtr -> SQLite3Result
Parameters
- filename
- Type: SystemByte
- db
- Type: SystemIntPtr
- flags
- Type: SystemInt32
- zvfs
- Type: SystemIntPtr
Return Value
Type:
SQLite3Result
See Also