public interface CommandAdapter
Connection
representing a connection/session to a specific database (RDBMS or NoSQL).| Modifier and Type | Method and Description |
|---|---|
<T,R> Command |
asAddCommand(Queryable queryable) |
<T,R> Command |
asRemoveCommand(Queryable queryable) |
<T,R> Command |
asSelectCommand(Queryable queryable,
ResultRow<T,R> overloadResultRow) |
<T,R> Command |
asUpdateCommand(Queryable queryable) |
void |
close() |
String |
getContextName() |
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.