Uses of Interface
com.querydsl.sql.SQLDetailedListener
Packages that use SQLDetailedListener
-
Uses of SQLDetailedListener in com.querydsl.sql
Classes in com.querydsl.sql that implement SQLDetailedListenerModifier and TypeClassDescriptionclassSQLBaseListeneris a base implementation of theSQLDetailedListenerinterface with empty method implementationsfinal classSQLCloseListenercloses the JDBC connection at the end of the query or clause executionclassSQLListenersis aSQLListenerimplementation which dispatches the notifications to a list of SQLListener instancesfinal classSQLNoCloseListener can be used to blockSQLCloseListenerfrom closing the connection, useful for helper query executionsMethods in com.querydsl.sql that return types with arguments of type SQLDetailedListenerConstructors in com.querydsl.sql with parameters of type SQLDetailedListenerModifierConstructorDescriptionSQLResultIterator(Configuration conf, Statement stmt, ResultSet rs, SQLDetailedListener listener, SQLListenerContext context)