예제 #1
0
파일: ASqlite_api.cs 프로젝트: alexfordc/Au
 static extern SLError sqlite3_bind_text16(IntPtr stmt, int index, string value, int nlen, LPARAM nTransient);
예제 #2
0
파일: ASqlite_api.cs 프로젝트: alexfordc/Au
 static extern SLError sqlite3_bind_blob64(IntPtr stmt, int index, void *value, long nSize, LPARAM nTransient);