static void |
AlterTable.alterTable(GeoPackageCoreConnection db,
String sql,
TableMapping tableMapping) |
Alter a table with a new table SQL creation statement and table mapping.
|
static void |
AlterTable.alterTable(GeoPackageCoreConnection db,
UserTable<? extends UserColumn> newTable,
TableMapping tableMapping) |
Alter a table with a new table schema and table mapping.
|
static String |
CoreSQLUtils.modifySQL(String name,
String sql,
TableMapping tableMapping) |
Modify the SQL with a name change and the table mapping modifications
|
static String |
CoreSQLUtils.modifySQL(String sql,
TableMapping tableMapping) |
Modify the SQL with table mapping modifications
|
static String |
CoreSQLUtils.modifySQL(GeoPackageCoreConnection db,
String name,
String sql,
TableMapping tableMapping) |
Modify the SQL with a name change and the table mapping modifications
|
static void |
CoreSQLUtils.transferTableContent(GeoPackageCoreConnection db,
TableMapping tableMapping) |
Transfer table content from one table to another
|
static String |
CoreSQLUtils.transferTableContentSQL(TableMapping tableMapping) |
Create insert SQL to transfer table content from one table to another
|