Package net.risesoft.util.form
Class Y9FormDbMetaDataUtil
- java.lang.Object
-
- net.risesoft.y9.sqlddl.DbMetaDataUtil
-
- net.risesoft.util.form.Y9FormDbMetaDataUtil
-
public class Y9FormDbMetaDataUtil extends net.risesoft.y9.sqlddl.DbMetaDataUtil- Author:
- qinman, zhangchongjie
- Date:
- 2022/12/21
-
-
Constructor Summary
Constructors Constructor Description Y9FormDbMetaDataUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Map<String,Object>listAllTableNames(DataSource dataSource)返回所有的业务表static List<Map<String,Object>>listTypes(DataSource dataSource)-
Methods inherited from class net.risesoft.y9.sqlddl.DbMetaDataUtil
batchExecuteDdl, batchExecuteDdl4Kingbase, checkTableExist, executeDdl, getDatabaseDialectName, getDatabaseDialectNameByConnection, getDatabaseMajorVersion, getDatabaseMinorVersion, getDatabaseProductName, getDatabaseProductNameByConnection, getDatabaseProductVersion, listAllColumns, listAllExportedKeys, listAllImportedKeys, listAllIndexs, listAllRelations, listAllTables, listAllTables, listAllTablesTree, listAllTypes
-
-