| Modifier and Type | Field and Description |
|---|---|
| protected PyConnection | connection
Field connection |
| protected PyCursor | cursor
Field cursor |
| protected Class | dataHandler
Field dataHandler |
| protected String | tableName
Field tableName |
| Access | Constructor and Description |
|---|---|
| public |
| Modifier and Type | Method and Description |
|---|---|
| protected PyCursor |
| connection | back to summary |
|---|---|
| protected PyConnection connection Field connection | |
| cursor | back to summary |
|---|---|
| protected PyCursor cursor Field cursor | |
| dataHandler | back to summary |
|---|---|
| protected Class<T> dataHandler Field dataHandler | |
| tableName | back to summary |
|---|---|
| protected String tableName Field tableName | |
| BaseDB | back to summary |
|---|---|
| public BaseDB(PyConnection connection, Class<T> dataHandler, String tableName) Construct the helper. | |
| cursor | back to summary |
|---|---|
| protected PyCursor cursor() Create a new constructor and optionally bind a new DataHandler. The new DataHandler must act as a Decorator, having a single argument constructor of another DataHandler. The new DataHandler is then expected to delegate all calls to the original while enhancing the functionality in any matter desired. This allows additional functionality without losing any previous work or requiring any complicated inheritance dependencies. | |