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