| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<Cursor> | 
__TYPE_ARG  | 
| Constructor and Description | 
|---|
Cursor(Cursor delegate)  | 
Cursor(Object delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
Completable | 
close()
Like  
close() but with a completionHandler called when the cursor has been released. | 
boolean | 
equals(Object o)  | 
Cursor | 
getDelegate()  | 
int | 
hashCode()  | 
boolean | 
hasMore()
Returns  
true when the cursor has results in progress and the read(int) should be called to retrieve
 them. | 
boolean | 
isClosed()  | 
static Cursor | 
newInstance(Cursor arg)  | 
Single<RowSet<Row>> | 
read(int count)
Read rows from the cursor, the result is provided asynchronously to the  
handler. | 
Completable | 
rxClose()
Like  
close() but with a completionHandler called when the cursor has been released. | 
Single<RowSet<Row>> | 
rxRead(int count)
Read rows from the cursor, the result is provided asynchronously to the  
handler. | 
String | 
toString()  | 
public static final io.vertx.lang.rx.TypeArg<Cursor> __TYPE_ARG
public Cursor getDelegate()
public Single<RowSet<Row>> read(int count)
handler.count - the amount of rows to readpublic Single<RowSet<Row>> rxRead(int count)
handler.count - the amount of rows to readpublic boolean hasMore()
true when the cursor has results in progress and the read(int) should be called to retrieve
 them.public Completable close()
close() but with a completionHandler called when the cursor has been released.public Completable rxClose()
close() but with a completionHandler called when the cursor has been released.public boolean isClosed()
Copyright © 2024 Eclipse. All rights reserved.