Package org.openrewrite.sql.trait
Interface SqlQuery
- All Superinterfaces:
org.openrewrite.analysis.trait.Top
public interface SqlQuery
extends org.openrewrite.analysis.trait.Top
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.openrewrite.analysis.trait.Top
org.openrewrite.analysis.trait.Top.Base -
Method Summary
Modifier and TypeMethodDescriptionnet.sf.jsqlparser.statement.StatementgetQuery()getSql()org.openrewrite.TreemapSql(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()
-