
test.Auto.kt Maven / Gradle / Ivy
package test
import cn.hutool.db.DbUtil
import cn.hutool.db.meta.MetaUtil
import jchanghong.database.TableHelper
/**
* @author : jiangchanghong
* @version : 2020-02-20 18:43
*/
fun main() {
for (table in MetaUtil.getTables(DbUtil.getDs())) {
TableHelper.toFile(DbUtil.getDs()
,table
,"test.dao","test")
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy