예제 #1
0
 internal static extern unsafe ResultType GetText(SafeCursorHandle cursor, int idx, byte[] data);
예제 #2
0
 internal static extern ResultType GetInt64(SafeCursorHandle cursor, int idx, out long data);
예제 #3
0
 internal static extern ResultType Getdouble(SafeCursorHandle cursor, int idx, out double data);
예제 #4
0
 internal static extern ResultType GetItemType(SafeCursorHandle cursor, int idx, out int type);
예제 #5
0
 internal static extern ResultType GetBlob(SafeCursorHandle cursor, int idx, byte[] buffer, int size);
예제 #6
0
 internal static extern int GetItemSize(SafeCursorHandle cursor, int idx);
예제 #7
0
 internal static extern ResultType GetColumnName(SafeCursorHandle cursor, int idx, StringBuilder name);
예제 #8
0
 internal static extern int GetColumnCount(SafeCursorHandle cursor);
예제 #9
0
 internal static extern ResultType Prev(SafeCursorHandle cursor);
예제 #10
0
 internal static extern ResultType First(SafeCursorHandle cursor);