Package com.db4o.internal.qlin
Class QLinField<T>
- java.lang.Object
-
- com.db4o.internal.qlin.QLinNode<T>
-
- com.db4o.internal.qlin.QLinSodaNode<T>
-
- com.db4o.internal.qlin.QLinSubNode<T>
-
- com.db4o.internal.qlin.QLinField<T>
-
- All Implemented Interfaces:
QLin<T>
public class QLinField<T> extends QLinSubNode<T>
-
-
Field Summary
-
Fields inherited from class com.db4o.internal.qlin.QLinSubNode
_root
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QLin<T>
equal(java.lang.Object obj)
QLin<T>
greater(java.lang.Object obj)
QLin<T>
smaller(java.lang.Object obj)
QLin<T>
startsWith(java.lang.String string)
-
Methods inherited from class com.db4o.internal.qlin.QLinSubNode
limit, query, root, select
-
Methods inherited from class com.db4o.internal.qlin.QLinSodaNode
orderBy, where
-
Methods inherited from class com.db4o.internal.qlin.QLinNode
single, singleOrDefault
-
-