public interface ViewScriptInterface
| 限定符和类型 | 方法和说明 | 
|---|---|
| String | createView(EntityViewVO viewVO)创建视图 | 
| String | dropView(String viewName)删除视图 | 
| String | getDatabaseName() | 
| List<String> | getViews() | 
| boolean | isExistView(String viewName)判断视图是否存在 | 
| String | saveView(EntityViewVO viewVO) | 
String getDatabaseName() throws SQLException
SQLExceptionList<String> getViews() throws SQLException
SQLExceptionString createView(EntityViewVO viewVO) throws SQLException
viewVO - SQLExceptionString dropView(String viewName) throws SQLException
viewName - SQLExceptionboolean isExistView(String viewName) throws SQLException
viewName - SQLExceptionString saveView(EntityViewVO viewVO) throws SQLException
SQLExceptionCopyright © 2025. All rights reserved.