Package com.kenshoo.jooq
Interface QueryExtension<Q extends org.jooq.Query>
-
- Type Parameters:
Q-
- All Superinterfaces:
java.lang.AutoCloseable
public interface QueryExtension<Q extends org.jooq.Query> extends java.lang.AutoCloseableSeeSelectQueryExtenderfor instructions of using this interface
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.IntegerJOIN_TEMP_TABLE_LIMIT
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()QgetQuery()
-
-
-
Method Detail
-
getQuery
Q getQuery()
- Returns:
- the query this extension is applied to
-
close
void close()
- Specified by:
closein interfacejava.lang.AutoCloseable
-
-