com.isenshi.util.extlib
クラス BasicExpressionTxtContainsCJK
java.lang.Object
com.isenshi.util.extlib.BasicExpressionTxtContainsCJK
- すべての実装インタフェース:
- org.apache.slide.search.basic.IBasicExpression
- public class BasicExpressionTxtContainsCJK
- extends Object
- implements org.apache.slide.search.basic.IBasicExpression
A very basic sample for a store specific Expression. Depending on the
complexity of the concrete store specific implementation, iut might be
a good idea to have an Expression class for each DAV: expression
(SQLEqExpression, SQLOrExpression, ...)
- バージョン:
- $Revision: 1.3 $
メソッドの概要 |
org.apache.slide.search.basic.IBasicResultSet |
execute()
fake executer. |
org.apache.slide.search.basic.IBasicExpressionFactory |
getFactory()
|
void |
setFactory(org.apache.slide.search.basic.IBasicExpressionFactory factory)
|
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
execute
public org.apache.slide.search.basic.IBasicResultSet execute()
throws org.apache.slide.search.SearchException
- fake executer. The executable command is printed and a fake result is created.
- 定義:
- インタフェース
org.apache.slide.search.basic.IBasicExpression
内の execute
- 戻り値:
- an IBasicResultSet
- 例外:
org.apache.slide.search.SearchException
setFactory
public void setFactory(org.apache.slide.search.basic.IBasicExpressionFactory factory)
- 定義:
- インタフェース
org.apache.slide.search.basic.IBasicExpression
内の setFactory
getFactory
public org.apache.slide.search.basic.IBasicExpressionFactory getFactory()
- 定義:
- インタフェース
org.apache.slide.search.basic.IBasicExpression
内の getFactory
Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.