| Package | Description |
|---|---|
| net.sf.jkniv.whinstone | |
| net.sf.jkniv.whinstone.commands |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConnectionAdapter
Adapter to abstract the Jdbc Connection
Connection
representing a connection/session to a specific database (RDBMS or NoSQL). |
| Modifier and Type | Method and Description |
|---|---|
protected CommandAdapter |
DefaultCommandHandler.getCommandAdapter() |
| Modifier and Type | Method and Description |
|---|---|
static CommandHandler |
CommandHandlerFactory.ofAdd(CommandAdapter cmdAdapter) |
static CommandHandler |
CommandHandlerFactory.ofRemove(CommandAdapter cmdAdapter) |
static CommandHandler |
CommandHandlerFactory.ofSelect(CommandAdapter cmdAdapter) |
static CommandHandler |
CommandHandlerFactory.ofUpdate(CommandAdapter cmdAdapter) |
| Constructor and Description |
|---|
DefaultCommandHandler(CommandAdapter cmdAdapter) |
DefaultQueryHandler(CommandAdapter cmdAdapter) |
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.