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

    Modifier and Type
    Method
    Description
    Returns the SQL string represented by this object.
  • Method Details

    • getSql

      String getSql()
      Returns the SQL string represented by this object.
      Returns:
      the SQL string