Click or drag to resize

SQLite3Prepare2 Method (IntPtr, String, Int32, IntPtr, IntPtr)

Namespace:  SQLite
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static SQLite3Result Prepare2(
	IntPtr db,
	string sql,
	int numBytes,
	out IntPtr stmt,
	IntPtr pzTail
)

Parameters

db
Type: SystemIntPtr
sql
Type: SystemString
numBytes
Type: SystemInt32
stmt
Type: SystemIntPtr
pzTail
Type: SystemIntPtr

Return Value

Type: SQLite3Result
See Also