public final class SQLCloseListener extends SQLBaseListener
SQLCloseListener
closes the JDBC connection at the end of the query or clause executionModifier 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, start
public static final SQLCloseListener DEFAULT
public void end(SQLListenerContext context)
SQLDetailedListener
end
in interface SQLDetailedListener
end
in class SQLBaseListener
context
- a context object that is progressively filled out as the query executesCopyright © 2007–2016 Querydsl. All rights reserved.