public class Main
extends java.lang.Object
Constructor and Description |
---|
Main() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
static void |
process(java.io.PrintWriter console,
java.io.File sqlite,
java.io.File mysql,
java.lang.String prefix)
Reads an SQLite database and dumps the records as SQL statements to a file.
|
public static void main(java.lang.String[] args)
public static void process(java.io.PrintWriter console, java.io.File sqlite, java.io.File mysql, java.lang.String prefix) throws java.io.IOException
console
- the output window of the toolsqlite
- the SQLite file to migratemysql
- the SQL file to write toprefix
- the desired table prefixjava.io.IOException
- if the file cannot be read