提交 58cd2825 authored 作者: Thomas Mueller's avatar Thomas Mueller

The method TableEngine.createTable() now returns a Table object.

上级 bc2d514f
......@@ -6,7 +6,7 @@
*/
package org.h2.api;
import org.h2.table.TableBase;
import org.h2.table.Table;
import org.h2.command.ddl.CreateTableData;
/**
......@@ -23,6 +23,6 @@ public interface TableEngine {
* @param data the data to construct the table
* @return the created table
*/
TableBase createTable(CreateTableData data);
Table createTable(CreateTableData data);
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论