Package org.hotrod.dynamicsql.segments
Class SegmentList
- java.lang.Object
-
- org.hotrod.dynamicsql.segments.SegmentList
-
@Deprecated public class SegmentList extends Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description SegmentList(List<QuerySegment> segments)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description List<QuerySegment>getSegments()Deprecated.
-
-
-
Constructor Detail
-
SegmentList
public SegmentList(List<QuerySegment> segments)
Deprecated.
-
-
Method Detail
-
getSegments
public List<QuerySegment> getSegments()
Deprecated.
-
-