public abstract class AbstractQueryOperation extends AbstractOperation implements QueryOperation
| Constructor and Description |
|---|
AbstractQueryOperation(String name)
Creates a new operation
|
| Modifier and Type | Method and Description |
|---|---|
QueryRun |
createErrorInformation(String message,
int category,
long runtime)
Creates run information for an error
|
String |
getContentString()
Gets a string that shows the content of the operation e.g.
|
String |
toString()
Gets the string representation (i.e.
|
getId, getName, getStats, setIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetQuery, getQueryStringpublic AbstractQueryOperation(String name)
name - Query namepublic QueryRun createErrorInformation(String message, int category, long runtime)
OperationcreateErrorInformation in interface Operationmessage - Error messagecategory - Error categoryruntime - Runtimepublic String getContentString()
OperationgetContentString in interface OperationCopyright © 2015. All rights reserved.