示例#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);