Package javatapas.sql

Class GetSqlStatementsFromFile

java.lang.Object
javatapas.sql.GetSqlStatementsFromFile

public class GetSqlStatementsFromFile
extends Object
Version:
2021-05-29
Author:
Kodiak Brown
  • Constructor Details

    • GetSqlStatementsFromFile

      public GetSqlStatementsFromFile()
  • Method Details

    • getSqlStatementsFromFile

      public static List<String> getSqlStatementsFromFile​(String fileName) throws IOException
      Parameters:
      fileName - The name of the input file containing the SQL statements.
      Throws:
      IOException