| Constructor and Description |
|---|
SQLModel(Connection connection)
Initialize data structures containing SQL data
|
| Modifier and Type | Method and Description |
|---|---|
static void |
closeQuietly(AutoCloseable closeable)
Close the given JDBC statement, logging any errors, but not interrupting the calling process.
|
Iterator<io.mindmaps.migration.sql.SQLModel.SQLTable> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic SQLModel(Connection connection)
connection - Connection containing data to migratepublic static void closeQuietly(AutoCloseable closeable)
closeable - jdbc object that extends AutoCloseableCopyright © 2016. All rights reserved.