Exemplo n.º 1
0
 static extern SLError sqlite3_bind_text16(IntPtr stmt, int index, string value, int nlen, LPARAM nTransient);
Exemplo n.º 2
0
 static extern SLError sqlite3_bind_blob64(IntPtr stmt, int index, void *value, long nSize, LPARAM nTransient);