Interface SqlTranslationEngine

All Superinterfaces:
BindingContext, SqlAstCreationContext

@Incubating public interface SqlTranslationEngine extends SqlAstCreationContext
Introduced as an analog of QueryEngine and/or NodeBuilder for the SQL translation and rendering phases. For now there is nothing here.
Since:
7.0
  • Method Details

    • containsFetchProfileDefinition

      boolean containsFetchProfileDefinition(String name)
    • getDefinedFetchProfileNames

      Set<String> getDefinedFetchProfileNames()