Interface SqlQuery

All Superinterfaces:
org.openrewrite.analysis.trait.Top

public interface SqlQuery extends org.openrewrite.analysis.trait.Top
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
     

    Nested classes/interfaces inherited from interface org.openrewrite.analysis.trait.Top

    org.openrewrite.analysis.trait.Top.Base
  • Method Summary

    Modifier and Type
    Method
    Description
    net.sf.jsqlparser.statement.Statement
     
     
    org.openrewrite.Tree
    mapSql(net.sf.jsqlparser.util.deparser.ExpressionDeParser map)
     
    static fj.data.Validation<org.openrewrite.analysis.trait.util.TraitErrors,SqlQuery>
    viewOf(org.openrewrite.Cursor cursor)
     

    Methods inherited from interface org.openrewrite.analysis.trait.Top

    getId
  • Method Details

    • viewOf

      static fj.data.Validation<org.openrewrite.analysis.trait.util.TraitErrors,SqlQuery> viewOf(org.openrewrite.Cursor cursor)
    • mapSql

      org.openrewrite.Tree mapSql(net.sf.jsqlparser.util.deparser.ExpressionDeParser map)
    • getSql

      String getSql()
    • getQuery

      net.sf.jsqlparser.statement.Statement getQuery()