ddlutils
DdlUtils: defering insertion
in order to migrate a db from oracle to mysql i am using ddlutils. Migrating the schema works for my purposes, but inserting the data fails due to missing rows. The following excerpt from the log file[详细]
2023-03-15 11:58 分类:问答Problem in using org.apache.ddlutils.DdlUtilsException
I\'m trying to use the org.apache.ddlutils package for reading database metadata. I\'ve written the following method:[详细]
2023-02-10 03:46 分类:问答Java library for reading database schema
I\'m looking for a lightweight, open source, more or less cro开发者_StackOverflow中文版ss-database Java library that would allow me to read off metainformation on columns, tables and integrity constra[详细]
2023-01-04 12:36 分类:问答DDLUtils and autoincrement values
When trying to use DDLUtils it always seems to take over the id values for the columns that are set to autoincrement. How can I prevent this?[详细]
2022-12-08 09:39 分类:问答