Class FullTextQuery
- java.lang.Object
-
- org.cyclos.impl.sql.postgresql.fulltext.FullTextQuery
-
- All Implemented Interfaces:
Serializable
public class FullTextQuery extends Object implements Serializable
Represents a full text query which has been parsed. Mostly used to avoid using Q* methods with raw queries- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FullTextQuery(String query)
-
-
-
Constructor Detail
-
FullTextQuery
public FullTextQuery(String query)
-
-