public interface ViewSqlProcessor
Modifier and Type | Method and Description |
---|---|
boolean |
checkViewExists(View view,
Connection conn)
判断视图是否存在
|
String |
getCreateSql(View view)
获取构建视图的完整sql语句
|
String |
getDropSql(View view)
获取删除视图的语句
|
String |
getUpdateSql(View view) |
boolean checkViewExists(View view, Connection conn) throws SQLException
view
- 视图元数据conn
- 当前执行创建view的连接信息SQLException
Copyright © 2006–2018 TinyGroup. All rights reserved.