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 String commitHash, int lineNumber, @Nullable String maybeSql)
    • isSql

      @Contract("null -> false") public boolean isSql(@Nullable String maybeSql)