public final class SQLCloseListener extends SQLBaseListener
SQLCloseListener closes the JDBC connection at the end of the query or clause execution| Modifier and Type | Field and Description |
|---|---|
static SQLCloseListener |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
void |
end(SQLListenerContext context)
Called at the end of a query.
|
exception, executed, notifyDelete, notifyDeletes, notifyInsert, notifyInserts, notifyMerge, notifyMerges, notifyQuery, notifyUpdate, notifyUpdates, preExecute, prepared, prePrepare, preRender, rendered, startpublic static final SQLCloseListener DEFAULT
public void end(SQLListenerContext context)
SQLDetailedListenerend in interface SQLDetailedListenerend in class SQLBaseListenercontext - a context object that is progressively filled out as the query executesCopyright © 2007–2021 Querydsl. All rights reserved.