Subclasses may override this for covariant result types {@inheritDoc}
(boolean k)
| 229 | * {@inheritDoc} |
| 230 | */ |
| 231 | @Override |
| 232 | public CloseableQuery keepStatement(boolean k) { |
| 233 | this.keepStatement = k; |
| 234 | return this; |
| 235 | } |
| 236 | |
| 237 | protected final boolean keepStatement() { |
| 238 | return keepStatement; |
no outgoing calls
no test coverage detected