Interface DatabaseService
public interface DatabaseService
-
Method Summary
Modifier and TypeMethodDescriptionvoiddropTables(List<String> tableNames) getTableData(String tableName, Page page) getTableDataHeaders(String tableName) getTableDataRecord(String tableName, int recordIndex) getTableInfo(String tableName) searchTableNames(int moduleId, String tableNameMask, String[] sort, Page page)
-
Method Details
-
getModulePluginList
- Throws:
Exception
-
searchTableNames
SearchResult<String> searchTableNames(int moduleId, String tableNameMask, String[] sort, Page page) throws Exception - Throws:
Exception
-
getTableInfo
- Throws:
Exception
-
getTableDataRecord
- Throws:
Exception
-
getTableDataHeaders
- Throws:
Exception
-
getTableData
- Throws:
Exception
-
dropTables
- Throws:
Exception
-