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