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
SQLException
List<String> getViews() throws SQLException
SQLException
String createView(EntityViewVO viewVO) throws SQLException
viewVO
- SQLException
String dropView(String viewName) throws SQLException
viewName
- SQLException
boolean isExistView(String viewName) throws SQLException
viewName
- SQLException
String saveView(EntityViewVO viewVO) throws SQLException
SQLException
Copyright © 2025. All rights reserved.