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, setId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getQuery, getQueryString
public AbstractQueryOperation(String name)
name
- Query namepublic QueryRun createErrorInformation(String message, int category, long runtime)
Operation
createErrorInformation
in interface Operation
message
- Error messagecategory
- Error categoryruntime
- Runtimepublic String getContentString()
Operation
getContentString
in interface Operation
Copyright © 2015. All rights reserved.