提交 63264225 authored 作者: Thomas Mueller's avatar Thomas Mueller

Documentation.

上级 a280ce18
......@@ -369,7 +369,8 @@ public class AlterTableAlterColumn extends SchemaCommand {
/**
* Check that all views are still valid.
*
* @param the list of SQL statements to re-create views that depend on this table
* @return the list of SQL statements to re-create views that depend on this
* table
*/
private List<String> checkViews(SchemaObject sourceTable, SchemaObject newTable) {
List<String> viewSql = new ArrayList<String>();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论