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