Interface TranslatedStatement

All Known Implementing Classes:
TranslatedBatch, TranslatedProcedure, TranslatedSelect, TranslatedSQL

public sealed interface TranslatedStatement permits TranslatedSelect, TranslatedBatch, TranslatedProcedure, TranslatedSQL
A common supertype for the immutable results of translating a query to SQL.
Since:
5.0
  • Method Summary

    Modifier and Type
    Method
    Description
    sql()
    Returns the SQL string of the translated statement.
  • Method Details

    • sql

      String sql()
      Returns the SQL string of the translated statement.