SQLite3Prepare2 Method (IntPtr, String, Int32, IntPtr, 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 Prepare2(
IntPtr db,
string sql,
int numBytes,
out IntPtr stmt,
IntPtr pzTail
)
Public Shared Function Prepare2 (
db As IntPtr,
sql As String,
numBytes As Integer,
<OutAttribute> ByRef stmt As IntPtr,
pzTail As IntPtr
) As SQLite3Result
public:
static SQLite3Result Prepare2(
IntPtr db,
String^ sql,
int numBytes,
[OutAttribute] IntPtr% stmt,
IntPtr pzTail
)
static member Prepare2 :
db : IntPtr *
sql : string *
numBytes : int *
stmt : IntPtr byref *
pzTail : IntPtr -> SQLite3Result
Parameters
- db
- Type: SystemIntPtr
- sql
- Type: SystemString
- numBytes
- Type: SystemInt32
- stmt
- Type: SystemIntPtr
- pzTail
- Type: SystemIntPtr
Return Value
Type:
SQLite3Result
See Also