Module de.seggebaeing.sqlanalyzer
Interface SQLQueryWrapper
- All Known Implementing Classes:
GeneratedQuery
,SampleQuery
public interface SQLQueryWrapper
Interface for objects that provide access to an SQL string.
Used to abstract over domain objects that wrap or represent SQL queries.
- Since:
- 1.0
- Author:
- Felix Seggebäing
-
Method Summary
-
Method Details
-
getSql
String getSql()Returns the SQL string represented by this object.- Returns:
- the SQL string
-