Package javatapas.sql
Class GetSqlStatementsFromFile
java.lang.Object
javatapas.sql.GetSqlStatementsFromFile
public class GetSqlStatementsFromFile extends Object
Return a List containing all SQL Statements in a specified File.
Published at https://www.javatapas.com/sql/Java-Get-Sql-Statements-From-File.html
Javadoc at https://www.javatapas.com/docs/javatapas/sql/GetSqlStatementsFromFile.html
Published at https://www.javatapas.com/sql/Java-Get-Sql-Statements-From-File.html
Javadoc at https://www.javatapas.com/docs/javatapas/sql/GetSqlStatementsFromFile.html
- Version:
- 2021-05-29
- Author:
- Kodiak Brown
-
Constructor Summary
Constructors Constructor Description GetSqlStatementsFromFile()
-
Method Summary
Modifier and Type Method Description static List<String>
getSqlStatementsFromFile(String fileName)
-
Constructor Details
-
GetSqlStatementsFromFile
public GetSqlStatementsFromFile()
-
-
Method Details
-
getSqlStatementsFromFile
- Parameters:
fileName
- The name of the input file containing the SQL statements.- Throws:
IOException
-