private SchemaExport dbExport;
dbExport = new SchemaExport(sf);//第一次运行时可自动创建表
dbExport.setOutputFile("myschema.sql");
dbExport.create(true, true);
或 new SchemaExport.create(true,true);
不能
用户登录
还没有账号?立即注册
用户注册
投稿取消
| 文章分类: |
|
还能输入300字
上传中....
老六94433851