public abstract class ExtendedQueryCommandBase<R> extends QueryCommandBase<R>
| Modifier and Type | Field and Description |
|---|---|
protected String |
cursorId |
protected int |
fetch |
protected PreparedStatement |
ps |
protected boolean |
suspended |
handler| Modifier and Type | Method and Description |
|---|---|
String |
cursorId() |
int |
fetch() |
boolean |
isSuspended() |
PreparedStatement |
preparedStatement() |
String |
sql() |
collector, resultHandlerfailprotected final PreparedStatement ps
protected final int fetch
protected final String cursorId
protected final boolean suspended
public PreparedStatement preparedStatement()
public int fetch()
public String cursorId()
public boolean isSuspended()
public String sql()
sql in class QueryCommandBase<R>Copyright © 2020. All rights reserved.