public abstract class DefaultQueryHandler extends DefaultCommandHandler
handleableException, overloadResultRow, queryable, sql| Constructor and Description |
|---|
DefaultQueryHandler(CommandAdapter cmdAdapter) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
run()
Execute the database command
|
checkSqlType, getCommandAdapter, postCallback, postCommit, postException, preCallback, with, with, with, withclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasCommandpublic DefaultQueryHandler(CommandAdapter cmdAdapter)
public <T> T run()
CommandHandlerrun in interface CommandHandlerrun in class DefaultCommandHandlerT - Generic type of return, example: rows affected by a command or list of objects.Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.