Class CallableFile

java.lang.Object
com.jsql.model.accessible.CallableFile
All Implemented Interfaces:
Callable<CallableFile>

public class CallableFile extends Object implements Callable<CallableFile>
Thread unit to read source of a file by SQL injection. User can interrupt the process and get a partial result of the file content.
  • Constructor Details

    • CallableFile

      public CallableFile(String pathFile, InjectionModel injectionModel)
      Create Callable to read a file.
      Parameters:
      pathFile -
  • Method Details