| Package | Description |
|---|---|
| com.querydsl.sql |
SQL/JDBC support
|
| Modifier and Type | Class and Description |
|---|---|
class |
SQLBaseListener
SQLBaseListener is a base implementation of the SQLDetailedListener interface
with empty method implementations |
class |
SQLCloseListener
SQLCloseListener closes the JDBC connection at the end of the query or clause execution |
class |
SQLListeners
SQLListeners is a SQLListener implementation which dispatches the
notifications to a list of SQLListener instances |
| Constructor and Description |
|---|
SQLResultIterator(Configuration conf,
Statement stmt,
ResultSet rs,
SQLDetailedListener listener,
SQLListenerContext context) |
Copyright © 2007–2015 Querydsl. All rights reserved.