public abstract class AbstractDataQueryProcessor extends java.lang.Object implements DataQueryProcessor
CURRENT_LEVEL, XML_TAG
DEFAULT_LAYER_INDEX
构造器和说明 |
---|
AbstractDataQueryProcessor() |
限定符和类型 | 方法和说明 |
---|---|
java.lang.Object |
clone() |
int |
currentAPILevel()
当前接口的API等级,用于判断是否需要升级插件
|
java.lang.String |
getCountQuery()
返回自定义获取总行数的SQL语句
|
int |
layerIndex()
对于不可变接口,这个值越高的,加载的优先级越高,也就是会覆盖掉其他低优先级的使用同样接口的插件
|
void |
setCountQuery(java.lang.String queryText)
setCountQuery
|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
newInstance
readXML
public int layerIndex()
Layer
layerIndex
在接口中 Layer
public int currentAPILevel()
Level
currentAPILevel
在接口中 Level
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
在接口中 FCloneable
clone
在类中 java.lang.Object
java.lang.CloneNotSupportedException
- 如果克隆失败则抛出此异常public java.lang.String getCountQuery()
DataQueryProcessor
getCountQuery
在接口中 DataQueryProcessor
public void setCountQuery(java.lang.String queryText)
DataQueryProcessor
setCountQuery
在接口中 DataQueryProcessor