Package dev.roanh.gmark.output
Interface OutputSQL
- All Known Subinterfaces:
CPQ
- All Known Implementing Classes:
ConcatCPQ
,EdgeCPQ
,IdentityCPQ
,IntersectionCPQ
,Predicate
,Query
public interface OutputSQL
Interface for components that can be converted
to an SQL query representing them.
-
Method Summary
-
Method Details
-
toSQL
String toSQL()Converts this object to an SQL query.- Returns:
- An SQL query representing this object.
-