| Modifier and Type | Field and Description |
|---|---|
protected PyConnection |
connection
Field connection
|
protected PyCursor |
cursor
Field cursor
|
protected java.lang.Class |
dataHandler
Field dataHandler
|
protected java.lang.String |
tableName
Field tableName
|
| Constructor and Description |
|---|
BaseDB(PyConnection connection,
java.lang.Class dataHandler,
java.lang.String tableName)
Construct the helper.
|
| Modifier and Type | Method and Description |
|---|---|
protected PyCursor |
cursor()
Create a new constructor and optionally bind a new DataHandler.
|
protected PyCursor cursor
protected java.lang.Class dataHandler
protected java.lang.String tableName
protected PyConnection connection
public BaseDB(PyConnection connection, java.lang.Class dataHandler, java.lang.String tableName)
protected PyCursor cursor()