Class SqlDetector

java.lang.Object
org.openrewrite.sql.SqlDetector

public class SqlDetector extends Object
  • Constructor Details

    • SqlDetector

      public SqlDetector()
  • Method Details

    • rows

      public List<DatabaseColumnsUsed.Row> rows(org.openrewrite.SourceFile sourceFile, @Nullable @Nullable String commitHash, int lineNumber, @Nullable @Nullable String maybeSql)
    • isSql

      public boolean isSql(@Nullable @Nullable String maybeSql)