Home
last modified time | relevance | path

Searched refs:internalCursor (Results 1 – 6 of 6) sorted by relevance

/dports/databases/kdb/kdb-3.2.0/src/drivers/xbase/
H A DXbaseCursor.cpp31 : internalCursor(cursor) in xBaseCursorData()
59 if (d->internalCursor) { in init()
70 if (!d->internalCursor) { in drv_open()
77 if (!d->internalCursor) { in drv_close()
87 if (!d->internalCursor) { in drv_getNextRecord()
105 if (!d->internalCursor) { in value()
115 if (!d->internalCursor) { in drv_storeCurrentRecord()
143 if (!d->internalCursor) { in recordData()
151 if (!d->internalCursor) { in serverResult()
160 if (!d->internalCursor) { in serverResultName()
[all …]
H A DXbaseConnection.cpp59 KDbCursor* internalCursor = d->internalConn->prepareQuery(sql,cursor_options); in prepareQuery() local
60 return new xBaseCursor( this, internalCursor, sql, cursor_options ); in prepareQuery()
67 KDbCursor* internalCursor = d->internalConn->prepareQuery(query, cursor_options); in prepareQuery() local
68 return new xBaseCursor( this, internalCursor, query, cursor_options ); in prepareQuery()
H A DXbaseCursor.h30 xBaseCursor(KDbConnection* conn, KDbCursor* internalCursor, const QString& sql = QString(),
32 …xBaseCursor(KDbConnection* conn, KDbCursor* internalCursor, KDbQuerySchema* query, int options = N…
/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/tree/
H A DBinDeltaTest.java109 CursorImpl internalCursor = in initDb() local
111 assertTrue(internalCursor.positionFirstOrLast(true)); in initDb()
112 BIN firstBIN = internalCursor.getBIN(); in initDb()
114 internalCursor.close(); in initDb()
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/framework/src/mx/collections/
H A DModifiedCollectionView.as162 var internalCursor:IViewCursor = list.createCursor();
163 var current:Object = internalCursor.current;
164 return new ModifiedCollectionViewCursor(this,internalCursor,current);
277 mcvCursor.internalCursor.bookmark,
383 item = mcvCursor.internalCursor.current;
905 internalCursor = cursor;
947 public var internalCursor:IViewCursor; variable in ModifiedCollectionViewCursor
957 * The position of the internalCursor in its ICollectionView.
1351 internalCursor.seek(CursorBookmark.FIRST);
1356 internalCursor.seek(CursorBookmark.LAST);
[all …]
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/framework/src/mx/collections/
H A DModifiedCollectionView.as177 var internalCursor:IViewCursor = list.createCursor();
178 var current:Object = internalCursor.current;
179 return new ModifiedCollectionViewCursor(this,internalCursor,current);
352 mcvCursor.internalCursor.bookmark,
468 item = mcvCursor.internalCursor.current;
1020 internalCursor = cursor;
1062 public var internalCursor:IViewCursor; variable in ModifiedCollectionViewCursor
1072 * The position of the internalCursor in its ICollectionView.
1531 internalCursor.seek(CursorBookmark.FIRST);
1536 internalCursor.seek(CursorBookmark.LAST);
[all …]