public class SingleConnectCursor extends Object
Cursor implementation for the singleconnect drivers
| Constructor and Description |
|---|
SingleConnectCursor(DriverBase drv) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBatchSize() |
String |
getCollection() |
String |
getDb() |
DriverBase |
getDriver() |
void |
setBatchSize(int batchSize) |
void |
setCollection(String collection) |
void |
setDb(String db) |
public SingleConnectCursor(DriverBase drv)
public String getCollection()
public void setCollection(String collection)
public int getBatchSize()
public void setBatchSize(int batchSize)
public String getDb()
public void setDb(String db)
public DriverBase getDriver()
Copyright © 2017. All rights reserved.