Package sqlline
Class OutputFile
- java.lang.Object
-
- sqlline.OutputFile
-
public class OutputFile extends Object
Output file.
-
-
Constructor Summary
Constructors Constructor Description OutputFile(String filename)
-
-
-
Constructor Detail
-
OutputFile
public OutputFile(String filename) throws IOException
- Throws:
IOException
-
-
Method Detail
-
addLine
public void addLine(String command)
-
print
public void print(String command)
-
close
public void close() throws IOException
- Throws:
IOException
-
-