public abstract class QueryEntryBase extends Object implements QueryEntry
| Modifier | Constructor and Description |
|---|---|
protected |
QueryEntryBase(QueryData queryData,
long startTick,
long queryExecutionCount) |
| Modifier and Type | Method and Description |
|---|---|
void |
endQueryData(long endTick) |
void |
extendQueryData(long startTick) |
protected QueryData |
getQueryData() |
protected String |
getQueryText() |
protected long |
getRowCount() |
void |
incrementCurrRow() |
protected boolean |
isRowNavigationAttempted() |
void |
rowNavigationAttempted() |
void |
setCurrRow(long row) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitend, endWithError, endWithError, endWithError, endWithInfo, endWithLocationStackTrace, extend, getMessageSupplierprotected QueryEntryBase(QueryData queryData, long startTick, long queryExecutionCount)
public void endQueryData(long endTick)
public void extendQueryData(long startTick)
protected QueryData getQueryData()
protected String getQueryText()
protected long getRowCount()
public void incrementCurrRow()
incrementCurrRow in interface QueryEntryprotected boolean isRowNavigationAttempted()
public void rowNavigationAttempted()
rowNavigationAttempted in interface QueryEntrypublic void setCurrRow(long row)
setCurrRow in interface QueryEntryCopyright © 2011–2020 Glowroot contributors. All rights reserved.